public interface GridNioFuture<R> extends IgniteInternalFuture<R>
| Modifier and Type | Method and Description |
|---|---|
IgniteInClosure<IgniteException> |
ackClosure() |
boolean |
messageThread() |
void |
messageThread(boolean msgThread)
Sets flag indicating that message send future was created in thread that was processing a message.
|
void |
onAckReceived()
The method will be called when ack received.
|
boolean |
skipRecovery() |
cancel, chain, chain, error, get, get, get, getUninterruptibly, isCancelled, isDone, listen, resultvoid messageThread(boolean msgThread)
msgThread - True if future was created in thread that is processing message.boolean messageThread()
True if future was created in thread that was processing message.boolean skipRecovery()
True if skip recovery for this operation.void onAckReceived()
IgniteInClosure<IgniteException> ackClosure()
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017