Interface RebalanceOperation


  • public interface RebalanceOperation
    Operation for rebalancing resources used by the Cache.
    Since:
    GemFire 6.0
    • Method Detail

      • isCancelled

        boolean isCancelled()
        Returns true if this operation was cancelled before it completed.
        Returns:
        whether this operation was cancelled before it completed
      • isDone

        boolean isDone()
        Returns true if this operation completed.
        Returns:
        whether this operation completed
      • cancel

        boolean cancel()
        Cancels this rebalance operation. The rebalance operation will find a safe point and then stop.
        Returns:
        false if this operation could not be cancelled, typically because it has already completed; true otherwise