public interface GridNioFuture<R> extends IgniteInternalFuture<R>
| Modifier and Type | Method and Description |
|---|---|
IgniteInClosure<IgniteException> |
ackClosure() |
void |
ackClosure(IgniteInClosure<IgniteException> closure)
Sets ack closure which will be applied when ack recevied.
|
boolean |
messageThread() |
void |
messageThread(boolean msgThread)
Sets flag indicating that message send future was created in thread that was processing a message.
|
boolean |
skipRecovery() |
cancel, chain, duration, error, get, get, get, getUninterruptibly, isCancelled, isDone, listen, result, startTimevoid 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 ackClosure(IgniteInClosure<IgniteException> closure)
closure - Ack closure.IgniteInClosure<IgniteException> ackClosure()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015