Package io.camunda.zeebe.engine.state
Enum ZbColumnFamilies
- All Implemented Interfaces:
Serializable,Comparable<ZbColumnFamilies>,java.lang.constant.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.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic ZbColumnFamiliesReturns the enum constant of this type with the specified name.static ZbColumnFamilies[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
DEFAULT
-
KEY
-
PROCESS_VERSION
-
PROCESS_CACHE
-
PROCESS_CACHE_BY_ID_AND_VERSION
-
PROCESS_CACHE_DIGEST_BY_ID
-
ELEMENT_INSTANCE_PARENT_CHILD
-
ELEMENT_INSTANCE_KEY
-
NUMBER_OF_TAKEN_SEQUENCE_FLOWS
-
ELEMENT_INSTANCE_CHILD_PARENT
-
VARIABLES
-
TEMPORARY_VARIABLE_STORE
Deprecated. -
TIMERS
-
TIMER_DUE_DATES
-
PENDING_DEPLOYMENT
-
DEPLOYMENT_RAW
-
JOBS
-
JOB_STATES
-
JOB_DEADLINES
-
JOB_ACTIVATABLE
-
MESSAGE_KEY
-
MESSAGES
-
MESSAGE_DEADLINES
-
MESSAGE_IDS
-
MESSAGE_CORRELATED
-
MESSAGE_PROCESSES_ACTIVE_BY_CORRELATION_KEY
-
MESSAGE_PROCESS_INSTANCE_CORRELATION_KEYS
-
MESSAGE_SUBSCRIPTION_BY_KEY
-
MESSAGE_SUBSCRIPTION_BY_SENT_TIME
Deprecated. -
MESSAGE_SUBSCRIPTION_BY_NAME_AND_CORRELATION_KEY
-
MESSAGE_START_EVENT_SUBSCRIPTION_BY_NAME_AND_KEY
-
MESSAGE_START_EVENT_SUBSCRIPTION_BY_KEY_AND_NAME
-
PROCESS_SUBSCRIPTION_BY_KEY
-
PROCESS_SUBSCRIPTION_BY_SENT_TIME
Deprecated. -
INCIDENTS
-
INCIDENT_PROCESS_INSTANCES
-
INCIDENT_JOBS
-
EVENT_SCOPE
-
EVENT_TRIGGER
-
BLACKLIST
-
EXPORTER
-
AWAIT_WORKLOW_RESULT
-
JOB_BACKOFF
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-