Enum Class AdminMessageType
java.lang.Object
java.lang.Enum<AdminMessageType>
com.linkedin.venice.controller.kafka.protocol.enums.AdminMessageType
- All Implemented Interfaces:
Serializable
,Comparable<AdminMessageType>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.We do not support incremental push policy anymore. -
Method Summary
Modifier and TypeMethodDescriptionint
getValue()
boolean
static AdminMessageType
valueOf
(AdminOperation adminMessage) Returns the enum constant of this class with the specified name.static AdminMessageType
Returns the enum constant of this class with the specified name.static AdminMessageType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STORE_CREATION
-
VALUE_SCHEMA_CREATION
-
DISABLE_STORE_WRITE
-
ENABLE_STORE_WRITE
-
KILL_OFFLINE_PUSH_JOB
-
DISABLE_STORE_READ
-
ENABLE_STORE_READ
-
DELETE_ALL_VERSIONS
-
SET_STORE_OWNER
-
SET_STORE_PARTITION
-
SET_STORE_CURRENT_VERSION
-
UPDATE_STORE
-
DELETE_STORE
-
DELETE_OLD_VERSION
-
MIGRATE_STORE
-
ABORT_MIGRATION
-
ADD_VERSION
-
DERIVED_SCHEMA_CREATION
-
SUPERSET_SCHEMA_CREATION
-
CONFIGURE_NATIVE_REPLICATION_FOR_CLUSTER
-
REPLICATION_METADATA_SCHEMA_CREATION
-
CONFIGURE_ACTIVE_ACTIVE_REPLICATION_FOR_CLUSTER
-
CONFIGURE_INCREMENTAL_PUSH_FOR_CLUSTER
Deprecated.We do not support incremental push policy anymore. -
META_SYSTEM_STORE_AUTO_CREATION_VALIDATION
-
PUSH_STATUS_SYSTEM_STORE_AUTO_CREATION_VALIDATION
-
CREATE_STORAGE_PERSONA
-
DELETE_STORAGE_PERSONA
-
UPDATE_STORAGE_PERSONA
-
DELETE_UNUSED_VALUE_SCHEMA
-
ROLLBACK_CURRENT_VERSION
-
ROLLFORWARD_CURRENT_VERSION
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getNewInstance
-
valueOf
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:
adminMessage
- 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 nameNullPointerException
- if the argument is null
-
getValue
public int getValue() -
isBatchUpdate
public boolean isBatchUpdate()
-