Package io.camunda.zeebe.engine.state
Class ScheduledTaskDbState
java.lang.Object
io.camunda.zeebe.engine.state.ScheduledTaskDbState
- All Implemented Interfaces:
ScheduledTaskState
Contains read-only state that can be accessed safely by scheduled tasks.
-
Constructor Summary
ConstructorsConstructorDescriptionScheduledTaskDbState(ZeebeDb<ZbColumnFamilies> zeebeDb, TransactionContext transactionContext, int partitionId, TransientPendingSubscriptionState transientMessageSubscriptionState, TransientPendingSubscriptionState transientProcessMessageSubscriptionState) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ScheduledTaskDbState
public ScheduledTaskDbState(ZeebeDb<ZbColumnFamilies> zeebeDb, TransactionContext transactionContext, int partitionId, TransientPendingSubscriptionState transientMessageSubscriptionState, TransientPendingSubscriptionState transientProcessMessageSubscriptionState)
-
-
Method Details
-
getDistributionState
- Specified by:
getDistributionStatein interfaceScheduledTaskState
-
getMessageState
- Specified by:
getMessageStatein interfaceScheduledTaskState
-
getTimerState
- Specified by:
getTimerStatein interfaceScheduledTaskState
-
getJobState
- Specified by:
getJobStatein interfaceScheduledTaskState
-
getDeploymentState
- Specified by:
getDeploymentStatein interfaceScheduledTaskState
-
getPendingMessageSubscriptionState
- Specified by:
getPendingMessageSubscriptionStatein interfaceScheduledTaskState
-
getPendingProcessMessageSubscriptionState
- Specified by:
getPendingProcessMessageSubscriptionStatein interfaceScheduledTaskState
-
getUserTaskState
- Specified by:
getUserTaskStatein interfaceScheduledTaskState
-