Uses of Enum Class
org.graylog2.indexer.datanode.RemoteReindexingMigrationAdapter.Status
Packages that use RemoteReindexingMigrationAdapter.Status
Package
Description
-
Uses of RemoteReindexingMigrationAdapter.Status in org.graylog.plugins.views.storage.migration
Methods in org.graylog.plugins.views.storage.migration that return RemoteReindexingMigrationAdapter.StatusModifier and TypeMethodDescriptionRemoteReindexIndexFinishedEvent.status()Returns the value of thestatusrecord component.Constructors in org.graylog.plugins.views.storage.migration with parameters of type RemoteReindexingMigrationAdapter.StatusModifierConstructorDescriptionCreates an instance of aRemoteReindexIndexFinishedEventrecord class. -
Uses of RemoteReindexingMigrationAdapter.Status in org.graylog2.indexer.datanode
Methods in org.graylog2.indexer.datanode that return RemoteReindexingMigrationAdapter.StatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.RemoteReindexingMigrationAdapter.Status.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RemoteReindexingMigrationAdapter.Status in org.graylog2.indexer.migration
Methods in org.graylog2.indexer.migration that return RemoteReindexingMigrationAdapter.StatusModifier and TypeMethodDescriptionRemoteReindexIndex.status()Returns the value of thestatusrecord component.RemoteReindexMigration.status()Constructors in org.graylog2.indexer.migration with parameters of type RemoteReindexingMigrationAdapter.StatusModifierConstructorDescriptionRemoteReindexIndex(String taskId, String name, RemoteReindexingMigrationAdapter.Status status, org.joda.time.DateTime created, org.joda.time.Duration took, IndexMigrationProgress progress, String errorMsg) Creates an instance of aRemoteReindexIndexrecord class.