Uses of Enum Class
org.graylog.plugins.views.storage.migration.state.machine.MigrationState
Packages that use MigrationState
Package
Description
-
Uses of MigrationState in org.graylog.plugins.views.storage.migration.state.machine
Methods in org.graylog.plugins.views.storage.migration.state.machine that return MigrationStateModifier and TypeMethodDescriptionMigrationStateMachine.getState()MigrationStateMachineImpl.getState()static MigrationStateReturns the enum constant of this class with the specified name.static MigrationState[]MigrationState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.graylog.plugins.views.storage.migration.state.machine that return types with arguments of type MigrationStateModifier and TypeMethodDescriptionstatic com.github.oxo42.stateless4j.StateMachine<MigrationState,MigrationStep> MigrationStateMachineBuilder.buildFromPersistedState(DatanodeMigrationPersistence persistence, MigrationActions migrationActions) Constructor parameters in org.graylog.plugins.views.storage.migration.state.machine with type arguments of type MigrationStateModifierConstructorDescriptionMigrationStateMachineImpl(com.github.oxo42.stateless4j.StateMachine<MigrationState, MigrationStep> stateMachine, DatanodeMigrationPersistence persistenceService, MigrationStateMachineContext context) -
Uses of MigrationState in org.graylog.plugins.views.storage.migration.state.persistence
Methods in org.graylog.plugins.views.storage.migration.state.persistence that return MigrationStateModifier and TypeMethodDescriptionDatanodeMigrationConfiguration.currentState()Returns the value of thecurrentStaterecord component.Constructors in org.graylog.plugins.views.storage.migration.state.persistence with parameters of type MigrationStateModifierConstructorDescriptionDatanodeMigrationConfiguration(MigrationState currentState) Creates an instance of aDatanodeMigrationConfigurationrecord class. -
Uses of MigrationState in org.graylog.plugins.views.storage.migration.state.rest
Methods in org.graylog.plugins.views.storage.migration.state.rest that return MigrationStateModifier and TypeMethodDescriptionCurrentStateInformation.state()Returns the value of thestaterecord component.Constructors in org.graylog.plugins.views.storage.migration.state.rest with parameters of type MigrationStateModifierConstructorDescriptionCurrentStateInformation(MigrationState state, List<MigrationStep> nextSteps) CurrentStateInformation(MigrationState state, List<MigrationStep> nextSteps, String errorMessage, Object response) Creates an instance of aCurrentStateInformationrecord class.