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