Package org.graylog2.indexer.migration
Class RemoteReindexMigration
java.lang.Object
org.graylog2.indexer.migration.RemoteReindexMigration
Caution: this object will be heavily mutated from outside as the migration progresses.
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteReindexMigration(@NotNull String migrationID, List<RemoteReindexIndex> indices, List<LogEntry> logs) -
Method Summary
Modifier and TypeMethodDescriptiongetLogs()id()indices()static RemoteReindexMigrationnonExistent(String migrationID) intprogress()status()
-
Constructor Details
-
RemoteReindexMigration
public RemoteReindexMigration(@NotNull @NotNull String migrationID, List<RemoteReindexIndex> indices, List<LogEntry> logs)
-
-
Method Details
-
nonExistent
-
indices
-
id
-
status
-
progress
public int progress()- Returns:
- How much of the migration is done, in percent, int value between 0 a 100.
-
getLogs
-
getTasksProgress
-