Package org.graylog2.migrations
Class V20240927120300_DataNodeMigrationIndexSet
java.lang.Object
org.graylog2.migrations.Migration
org.graylog2.migrations.V20240927120300_DataNodeMigrationIndexSet
- All Implemented Interfaces:
Comparable<Migration>
Migration creating the default index set from the legacy settings.
-
Constructor Summary
ConstructorsConstructorDescriptionV20240927120300_DataNodeMigrationIndexSet(Boolean runsWithDataNode, MigrationStateMachine migrationStateMachine, IndexSetRegistry indexSetRegistry, Indices indices) -
Method Summary
-
Constructor Details
-
V20240927120300_DataNodeMigrationIndexSet
@Inject public V20240927120300_DataNodeMigrationIndexSet(Boolean runsWithDataNode, MigrationStateMachine migrationStateMachine, IndexSetRegistry indexSetRegistry, Indices indices)
-
-
Method Details