Uses of Record Class
org.graylog2.indexer.migration.IndexMigrationProgress
Packages that use IndexMigrationProgress
-
Uses of IndexMigrationProgress in org.graylog2.indexer.migration
Methods in org.graylog2.indexer.migration that return IndexMigrationProgressModifier and TypeMethodDescriptionRemoteReindexIndex.progress()Returns the value of theprogressrecord component.Constructors in org.graylog2.indexer.migration with parameters of type IndexMigrationProgressModifierConstructorDescriptionRemoteReindexIndex(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.