Interface PartitionTransitionContext
- All Superinterfaces:
PartitionContext
- All Known Implementing Classes:
PartitionStartupAndTransitionContextImpl
-
Method Summary
Modifier and TypeMethodDescriptionintintConsumer<TypedRecord<?>>voidsetBackupApiRequestHandler(BackupApiRequestHandler backupApiRequestHandler) voidsetBackupManager(BackupManager backupManager) voidsetBackupStore(BackupStore backupStore) voidsetCheckpointProcessor(CheckpointRecordsProcessor checkpointRecordsProcessor) voidsetConcurrencyControl(ConcurrencyControl concurrencyControl) voidvoidsetCurrentTerm(long term) voidsetExporterDirector(ExporterDirector exporterDirector) voidsetLogStorage(AtomixLogStorage logStorage) voidsetLogStream(LogStream logStream) voidvoidvoidsetQueryService(QueryService queryService) voidsetSnapshotDirector(AsyncSnapshotDirector snapshotDirector) voidsetStreamProcessor(StreamProcessor streamProcessor) voidsetZeebeDb(ZeebeDb zeebeDb) booleanMethods inherited from interface io.camunda.zeebe.broker.system.partitions.PartitionContext
getComponentHealthMonitor, getCurrentRole, getCurrentTerm, getExporterDirector, getPartitionId, getRaftPartition, getStreamProcessor, getTopologyManager, notifyListenersOfBecomingFollower, notifyListenersOfBecomingInactive, notifyListenersOfBecomingLeader, setDiskSpaceAvailable, shouldProcess
-
Method Details
-
getNodeId
int getNodeId() -
getLogStream
LogStream getLogStream() -
setLogStream
-
getSnapshotDirector
AsyncSnapshotDirector getSnapshotDirector() -
setSnapshotDirector
-
getStateController
StateController getStateController() -
getPersistedSnapshotStore
PersistedSnapshotStore getPersistedSnapshotStore() -
getPartitionListeners
List<PartitionListener> getPartitionListeners() -
getPartitionContext
PartitionContext getPartitionContext() -
setStreamProcessor
-
setCurrentTerm
void setCurrentTerm(long term) -
setCurrentRole
-
getActorSchedulingService
ActorSchedulingService getActorSchedulingService() -
getZeebeDb
ZeebeDb getZeebeDb() -
setZeebeDb
-
getCommandResponseWriter
CommandResponseWriter getCommandResponseWriter() -
getOnProcessedListener
Consumer<TypedRecord<?>> getOnProcessedListener() -
getTypedRecordProcessorFactory
TypedRecordProcessorFactory getTypedRecordProcessorFactory() -
getConcurrencyControl
ConcurrencyControl getConcurrencyControl() -
setConcurrencyControl
-
setExporterDirector
-
getMessagingService
PartitionMessagingService getMessagingService() -
getClusterCommunicationService
ClusterCommunicationService getClusterCommunicationService() -
getPartitionCommandReceiver
InterPartitionCommandReceiverActor getPartitionCommandReceiver() -
setPartitionCommandReceiver
-
getPartitionCommandSender
InterPartitionCommandSenderService getPartitionCommandSender() -
setPartitionCommandSender
-
shouldExport
boolean shouldExport() -
getExportedDescriptors
Collection<ExporterDescriptor> getExportedDescriptors() -
getLogStorage
AtomixLogStorage getLogStorage() -
setLogStorage
-
getMaxFragmentSize
int getMaxFragmentSize() -
getBrokerCfg
BrokerCfg getBrokerCfg() -
getQueryService
QueryService getQueryService() -
setQueryService
-
getDiskSpaceUsageMonitor
DiskSpaceUsageMonitor getDiskSpaceUsageMonitor() -
getGatewayBrokerTransport
AtomixServerTransport getGatewayBrokerTransport() -
getBackupApiRequestHandler
BackupApiRequestHandler getBackupApiRequestHandler() -
setBackupApiRequestHandler
-
getBackupManager
BackupManager getBackupManager() -
setBackupManager
-
getCheckpointProcessor
CheckpointRecordsProcessor getCheckpointProcessor() -
setCheckpointProcessor
-
getBackupStore
BackupStore getBackupStore() -
setBackupStore
-