java.lang.Object
java.lang.Enum<MigrationState>
org.graylog.plugins.views.storage.migration.state.machine.MigrationState
All Implemented Interfaces:
Serializable, Comparable<MigrationState>, Constable

public enum MigrationState extends Enum<MigrationState>
  • Enum Constant Details

    • NEW

      public static final MigrationState NEW
    • MIGRATION_WELCOME_PAGE

      public static final MigrationState MIGRATION_WELCOME_PAGE
    • CA_CREATION_PAGE

      public static final MigrationState CA_CREATION_PAGE
    • RENEWAL_POLICY_CREATION_PAGE

      public static final MigrationState RENEWAL_POLICY_CREATION_PAGE
    • MIGRATION_SELECTION_PAGE

      public static final MigrationState MIGRATION_SELECTION_PAGE
    • ROLLING_UPGRADE_MIGRATION_WELCOME_PAGE

      public static final MigrationState ROLLING_UPGRADE_MIGRATION_WELCOME_PAGE
    • REMOTE_REINDEX_WELCOME_PAGE

      public static final MigrationState REMOTE_REINDEX_WELCOME_PAGE
    • PROVISION_DATANODE_CERTIFICATES_RUNNING

      public static final MigrationState PROVISION_DATANODE_CERTIFICATES_RUNNING
    • EXISTING_DATA_MIGRATION_QUESTION_PAGE

      public static final MigrationState EXISTING_DATA_MIGRATION_QUESTION_PAGE
    • MIGRATE_EXISTING_DATA

      public static final MigrationState MIGRATE_EXISTING_DATA
    • REMOTE_REINDEX_RUNNING

      public static final MigrationState REMOTE_REINDEX_RUNNING
    • ASK_TO_SHUTDOWN_OLD_CLUSTER

      public static final MigrationState ASK_TO_SHUTDOWN_OLD_CLUSTER
    • PROVISION_ROLLING_UPGRADE_NODES_RUNNING

      public static final MigrationState PROVISION_ROLLING_UPGRADE_NODES_RUNNING
    • JOURNAL_SIZE_DOWNTIME_WARNING

      public static final MigrationState JOURNAL_SIZE_DOWNTIME_WARNING
    • MESSAGE_PROCESSING_STOP

      public static final MigrationState MESSAGE_PROCESSING_STOP
    • RESTART_GRAYLOG

      public static final MigrationState RESTART_GRAYLOG
    • FAILED

      public static final MigrationState FAILED
    • DIRECTORY_COMPATIBILITY_CHECK_PAGE

      public static final MigrationState DIRECTORY_COMPATIBILITY_CHECK_PAGE
    • FINISHED

      public static final MigrationState FINISHED
  • Method Details

    • values

      public static MigrationState[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static MigrationState valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null