V
- Type of returned object from the get method of this class.public class ClientAddressCancellableDelegatingFuture<V> extends ClientCancellableDelegatingFuture<V>
IExecutorService
.
It does this by sending a Cancellation Request to the remote target Address and then cancelling the running task.cancelled, context, uuid
Constructor and Description |
---|
ClientAddressCancellableDelegatingFuture(ClientInvocationFuture future,
ClientContext context,
String uuid,
Address target,
V defaultValue,
ClientMessageDecoder resultDecoder) |
Modifier and Type | Method and Description |
---|---|
boolean |
cancel(boolean mayInterruptIfRunning) |
isCancelled, waitForRequestToBeSend
andThen, andThen, andThenInternal, get, get, getFuture, getResponse, getSafely, isDone, join, setDone, setError
public ClientAddressCancellableDelegatingFuture(ClientInvocationFuture future, ClientContext context, String uuid, Address target, V defaultValue, ClientMessageDecoder resultDecoder)
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.