Interface DeploymentDistributor
-
public interface DeploymentDistributor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActorFuture<Void>pushDeployment(long key, long position, org.agrona.DirectBuffer buffer)PendingDeploymentDistributionremovePendingDeployment(long key)
-
-
-
Method Detail
-
pushDeployment
ActorFuture<Void> pushDeployment(long key, long position, org.agrona.DirectBuffer buffer)
-
removePendingDeployment
PendingDeploymentDistribution removePendingDeployment(long key)
-
-