Uses of Enum Class
org.graylog.plugins.views.storage.migration.state.machine.MigrationStep
Packages that use MigrationStep
Package
Description
-
Uses of MigrationStep in org.graylog.plugins.views.storage.migration.state.machine
Fields in org.graylog.plugins.views.storage.migration.state.machine declared as MigrationStepModifier and TypeFieldDescriptionprotected MigrationStepMigrationStateMachineContext.currentStepFields in org.graylog.plugins.views.storage.migration.state.machine with type parameters of type MigrationStepModifier and TypeFieldDescriptionprotected Map<MigrationStep,Map<String, Object>> MigrationStateMachineContext.actionArgumentsMethods in org.graylog.plugins.views.storage.migration.state.machine that return MigrationStepModifier and TypeMethodDescriptionstatic MigrationStepReturns the enum constant of this class with the specified name.static MigrationStep[]MigrationStep.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 MigrationStepModifier and TypeMethodDescriptionstatic com.github.oxo42.stateless4j.StateMachine<MigrationState,MigrationStep> MigrationStateMachineBuilder.buildFromPersistedState(DatanodeMigrationPersistence persistence, MigrationActions migrationActions) MigrationStateMachine.nextSteps()MigrationStateMachineImpl.nextSteps()Methods in org.graylog.plugins.views.storage.migration.state.machine with parameters of type MigrationStepModifier and TypeMethodDescriptionvoidMigrationStateMachineContext.addActionArguments(MigrationStep step, Map<String, Object> args) voidMigrationStateMachineContext.setCurrentStep(MigrationStep currentStep) MigrationStateMachine.trigger(MigrationStep step, Map<String, Object> args) MigrationStateMachineImpl.trigger(MigrationStep step, Map<String, Object> args) Constructor parameters in org.graylog.plugins.views.storage.migration.state.machine with type arguments of type MigrationStepModifierConstructorDescriptionMigrationStateMachineImpl(com.github.oxo42.stateless4j.StateMachine<MigrationState, MigrationStep> stateMachine, DatanodeMigrationPersistence persistenceService, MigrationStateMachineContext context) -
Uses of MigrationStep in org.graylog.plugins.views.storage.migration.state.rest
Methods in org.graylog.plugins.views.storage.migration.state.rest that return MigrationStepModifier and TypeMethodDescriptionMigrationStepRequest.step()Returns the value of thesteprecord component.Methods in org.graylog.plugins.views.storage.migration.state.rest that return types with arguments of type MigrationStepModifier and TypeMethodDescriptionCurrentStateInformation.nextSteps()Returns the value of thenextStepsrecord component.Constructors in org.graylog.plugins.views.storage.migration.state.rest with parameters of type MigrationStepModifierConstructorDescriptionMigrationStepRequest(MigrationStep step, Map<String, Object> args) Creates an instance of aMigrationStepRequestrecord class.Constructor parameters in org.graylog.plugins.views.storage.migration.state.rest with type arguments of type MigrationStepModifierConstructorDescriptionCurrentStateInformation(MigrationState state, List<MigrationStep> nextSteps) CurrentStateInformation(MigrationState state, List<MigrationStep> nextSteps, String errorMessage, Object response) Creates an instance of aCurrentStateInformationrecord class.