Interface MutableDeploymentState

All Superinterfaces:
DeploymentState
All Known Implementing Classes:
DbDeploymentState

public interface MutableDeploymentState extends DeploymentState
  • Method Details

    • addPendingDeploymentDistribution

      void addPendingDeploymentDistribution(long deploymentKey, int partition)
    • removePendingDeploymentDistribution

      void removePendingDeploymentDistribution(long key, int partitionId)
    • storeDeploymentRecord

      void storeDeploymentRecord(long key, DeploymentRecord value)
    • removeDeploymentRecord

      void removeDeploymentRecord(long key)