Interface ControllerAllocationManagement

All Known Subinterfaces:
NetworkConnection, NetworkConnectionBase, RateControlledEntity
All Known Implementing Classes:
MultiPeerDownloader2, MultiPeerUploader, NetworkConnectionHelper, NetworkConnectionImpl, PeerForeignNetworkConnection, RateControlledMultipleEntity, RateControlledSingleEntity, SinglePeerDownloader, SinglePeerUploader

public interface ControllerAllocationManagement
  • Field Details

  • Method Details

    • isReadControllerActive

      boolean isReadControllerActive(int partition)
    • setReadControllerInactive

      void setReadControllerInactive()
    • setTargetReadControllerPartition

      void setTargetReadControllerPartition(int partition)
    • activeReadControllerRelease

      void activeReadControllerRelease(boolean added)
    • isWriteControllerActive

      boolean isWriteControllerActive(int partition)
    • setWriteControllerInactive

      void setWriteControllerInactive()
    • setTargetWriteControllerPartition

      void setTargetWriteControllerPartition(int partition)
    • activeWriteControllerRelease

      void activeWriteControllerRelease(boolean added)