V
- public interface ClusterOperation<V>
Modifier and Type | Method and Description |
---|---|
V |
performClusterOperation()
Perform the actual operation.
|
V |
performClusterOperationTimedOut(TimeoutBehaviorConfiguration.TimeoutBehaviorType configuredTimeoutBehavior)
Perform action when the actual operation is not able to complete.
|
V performClusterOperation() throws Exception
Exception
V performClusterOperationTimedOut(TimeoutBehaviorConfiguration.TimeoutBehaviorType configuredTimeoutBehavior)
TimeoutBehaviorConfiguration.TimeoutBehaviorType
configuredTimeoutBehavior
- The configured TimeoutBehaviorConfiguration.TimeoutBehaviorType
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.