|
GemFire 6.6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RebalanceOperation
Operation for rebalancing resources used by the GemFire Cache.
| Method Summary | |
|---|---|
boolean |
cancel()
Cancels this rebalance operation. |
RebalanceResults |
getResults()
Wait for this operation to complete and return the results. |
RebalanceResults |
getResults(long timeout,
TimeUnit unit)
Wait for this operation to complete and return the results. |
boolean |
isCancelled()
Returns true if this operation was cancelled before it completed. |
boolean |
isDone()
Returns true if this operation completed. |
| Method Detail |
|---|
boolean isCancelled()
boolean isDone()
boolean cancel()
RebalanceResults getResults()
throws CancellationException,
InterruptedException
CancellationException - if the operation was cancelled
InterruptedException - if the wait was interrupted
RebalanceResults getResults(long timeout,
TimeUnit unit)
throws CancellationException,
TimeoutException,
InterruptedException
timeout - the maximum time to waitunit - the time unit of the timeout argument
CancellationException - if the operation was cancelled
TimeoutException - if the wait timed out
InterruptedException - if the wait was interrupted
|
GemFire 6.6.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||