Interface PartitionStartupContext
- All Known Implementing Classes:
PartitionStartupAndTransitionContextImpl
public interface PartitionStartupContext
-
Method Summary
Modifier and TypeMethodDescriptionReturns theActorControlofZeebePartitionintintvoidsetActorControl(ActorControl actorControl) voidsetMetricsTimer(ScheduledTimer metricsTimer)
-
Method Details
-
getNodeId
int getNodeId() -
getRaftPartition
RaftPartition getRaftPartition() -
getPartitionId
int getPartitionId() -
getActorSchedulingService
ActorSchedulingService getActorSchedulingService() -
getPersistedSnapshotStore
PersistedSnapshotStore getPersistedSnapshotStore() -
getActorControl
ActorControl getActorControl()Returns theActorControlofZeebePartition- Returns:
ActorControlofZeebePartition
-
setActorControl
-
getMetricsTimer
ScheduledTimer getMetricsTimer() -
setMetricsTimer
-
getZeebeDb
ZeebeDb<ZbColumnFamilies> getZeebeDb() -
createTransitionContext
PartitionTransitionContext createTransitionContext()
-