Enum Class ControllerRoute
- All Implemented Interfaces:
Serializable
,Comparable<ControllerRoute>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptiongetPath()
boolean
pathEquals
(String uri) static ControllerRoute
Returns the enum constant of this class with the specified name.static ControllerRoute
valueOfPath
(String path) static ControllerRoute[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REQUEST_TOPIC
-
EMPTY_PUSH
-
END_OF_PUSH
-
STORE
-
NEW_STORE
-
CHECK_RESOURCE_CLEANUP_FOR_STORE_CREATION
-
STORE_MIGRATION_ALLOWED
-
MIGRATE_STORE
-
COMPLETE_MIGRATION
-
ABORT_MIGRATION
-
DELETE_STORE
-
UPDATE_STORE
-
SET_VERSION
-
ROLLBACK_TO_BACKUP_VERSION
-
AGGREGATED_HEALTH_STATUS
-
ROLL_FORWARD_TO_FUTURE_VERSION
-
ENABLE_STORE
-
DELETE_ALL_VERSIONS
-
DELETE_OLD_VERSION
-
UPDATE_CLUSTER_CONFIG
-
JOB
-
KILL_OFFLINE_PUSH_JOB
-
LIST_STORES
-
LIST_CHILD_CLUSTERS
-
LIST_NODES
-
CLUSTER_HEALTH_STORES
-
ClUSTER_HEALTH_INSTANCES
-
LIST_REPLICAS
-
NODE_REPLICAS
-
NODE_REMOVABLE
-
NODE_REPLICAS_READINESS
-
ALLOW_LIST_ADD_NODE
-
ALLOW_LIST_REMOVE_NODE
-
REMOVE_NODE
-
SKIP_ADMIN
-
GET_KEY_SCHEMA
-
ADD_VALUE_SCHEMA
-
ADD_DERIVED_SCHEMA
-
SET_OWNER
-
SET_PARTITION_COUNT
-
GET_ALL_VALUE_SCHEMA
-
GET_ALL_VALUE_AND_DERIVED_SCHEMA
-
GET_VALUE_SCHEMA
-
GET_VALUE_SCHEMA_ID
-
GET_VALUE_OR_DERIVED_SCHEMA_ID
-
REMOVE_DERIVED_SCHEMA
-
MASTER_CONTROLLER
Deprecated. -
LEADER_CONTROLLER
-
EXECUTION
-
LAST_SUCCEED_EXECUTION_ID
-
STORAGE_ENGINE_OVERHEAD_RATIO
-
ENABLE_THROTTLING
-
ENABLE_MAX_CAPACITY_PROTECTION
-
ENABLE_QUOTA_REBALANCED
-
GET_ROUTERS_CLUSTER_CONFIG
-
GET_ALL_MIGRATION_PUSH_STRATEGIES
-
SET_MIGRATION_PUSH_STRATEGY
-
CLUSTER_DISCOVERY
-
LIST_BOOTSTRAPPING_VERSIONS
-
OFFLINE_PUSH_INFO
-
UPLOAD_PUSH_JOB_STATUS
-
SEND_PUSH_JOB_DETAILS
-
SEND_HEARTBEAT_TIMESTAMP_TO_SYSTEM_STORE
-
GET_HEARTBEAT_TIMESTAMP_FROM_SYSTEM_STORE
-
ADD_VERSION
-
FUTURE_VERSION
-
BACKUP_VERSION
-
SET_TOPIC_COMPACTION
-
UPDATE_ACL
-
GET_ACL
-
DELETE_ACL
-
CONFIGURE_ACTIVE_ACTIVE_REPLICATION_FOR_CLUSTER
-
GET_DELETABLE_STORE_TOPICS
-
GET_ALL_REPLICATION_METADATA_SCHEMAS
-
GET_ONGOING_INCREMENTAL_PUSH_VERSIONS
-
GET_REPUSH_INFO
-
WIPE_CLUSTER
-
COMPARE_STORE
-
REPLICATE_META_DATA
-
DATA_RECOVERY
-
PREPARE_DATA_RECOVERY
-
IS_STORE_VERSION_READY_FOR_DATA_RECOVERY
-
GET_STALE_STORES_IN_CLUSTER
-
GET_STORES_IN_CLUSTER
-
GET_STORE_LARGEST_USED_VERSION
-
LIST_STORE_PUSH_INFO
-
GET_REGION_PUSH_DETAILS
-
GET_KAFKA_TOPIC_CONFIGS
-
UPDATE_KAFKA_TOPIC_LOG_COMPACTION
-
UPDATE_KAFKA_TOPIC_RETENTION
-
UPDATE_KAFKA_TOPIC_MIN_IN_SYNC_REPLICA
-
GET_ADMIN_TOPIC_METADATA
-
UPDATE_ADMIN_TOPIC_METADATA
-
DELETE_KAFKA_TOPIC
-
CREATE_STORAGE_PERSONA
-
GET_STORAGE_PERSONA
-
DELETE_STORAGE_PERSONA
-
UPDATE_STORAGE_PERSONA
-
GET_STORAGE_PERSONA_ASSOCIATED_WITH_STORE
-
GET_CLUSTER_STORAGE_PERSONAS
-
CLEANUP_INSTANCE_CUSTOMIZED_STATES
-
REMOVE_STORE_FROM_GRAVEYARD
-
DELETE_UNUSED_VALUE_SCHEMAS
-
GET_INUSE_SCHEMA_IDS
-
-
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
-
getPath
-
valueOfPath
-
pathEquals
-
getHttpMethod
-
getParams
-
getOptionalParams
-