Class DeploymentDistributionBehavior
java.lang.Object
io.camunda.zeebe.engine.processing.deployment.distribute.DeploymentDistributionBehavior
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentDistributionBehavior
(Writers writers, int partitionsCount, DeploymentDistributionCommandSender deploymentDistributionCommandSender) -
Method Summary
Modifier and TypeMethodDescriptionvoid
distributeDeployment
(DeploymentRecord deploymentEvent, long key, SideEffectQueue sideEffectQueue) void
distributeDeploymentToPartition
(long key, int partitionId, org.agrona.DirectBuffer copiedDeploymentBuffer)
-
Constructor Details
-
DeploymentDistributionBehavior
public DeploymentDistributionBehavior(Writers writers, int partitionsCount, DeploymentDistributionCommandSender deploymentDistributionCommandSender)
-
-
Method Details
-
distributeDeployment
public void distributeDeployment(DeploymentRecord deploymentEvent, long key, SideEffectQueue sideEffectQueue) -
distributeDeploymentToPartition
public void distributeDeploymentToPartition(long key, int partitionId, org.agrona.DirectBuffer copiedDeploymentBuffer)
-