Class ReplicateFuture
java.lang.Object
com.gigaspaces.internal.cluster.node.impl.groups.ReplicateFuture
- All Implemented Interfaces:
Future
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReplicateFuture
public ReplicateFuture()
-
-
Method Details
-
cancel
public boolean cancel(boolean mayInterruptIfRunning) -
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceFuture
-
isDone
public boolean isDone() -
get
- Specified by:
getin interfaceFuture- Throws:
InterruptedExceptionExecutionException
-
get
public Object get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException - Specified by:
getin interfaceFuture- Throws:
InterruptedExceptionExecutionExceptionTimeoutException
-
releaseOk
public void releaseOk() -
releaseError
-