Class DbRoutingState
java.lang.Object
io.camunda.zeebe.engine.state.routing.DbRoutingState
- All Implemented Interfaces:
RoutingState,MutableRoutingState
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.engine.state.immutable.RoutingState
RoutingState.MessageCorrelation -
Constructor Summary
ConstructorsConstructorDescriptionDbRoutingState(ZeebeDb<ZbColumnFamilies> zeebeDb, TransactionContext transactionContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidinitializeRoutingInfo(int partitionCount) Initializes the routing information with the given partition count.boolean
-
Constructor Details
-
DbRoutingState
-
-
Method Details
-
partitions
- Specified by:
partitionsin interfaceRoutingState
-
messageCorrelation
- Specified by:
messageCorrelationin interfaceRoutingState
-
isInitialized
public boolean isInitialized()- Specified by:
isInitializedin interfaceRoutingState
-
initializeRoutingInfo
public void initializeRoutingInfo(int partitionCount) Description copied from interface:MutableRoutingStateInitializes the routing information with the given partition count. If the routing information is already available, this method does nothing.- Specified by:
initializeRoutingInfoin interfaceMutableRoutingState
-