public class GridNioFinishedFuture<R> extends GridFinishedFuture<R> implements GridNioFuture<R>
| Constructor and Description |
|---|
GridNioFinishedFuture(R res) |
GridNioFinishedFuture(Throwable err) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
messageThread() |
void |
messageThread(boolean msgThread)
Sets flag indicating that message send future was created in thread that was processing a message.
|
boolean |
skipRecovery() |
String |
toString() |
cancel, chain, duration, error, get, get, get, isCancelled, isDone, listen, result, startTimepublic GridNioFinishedFuture(R res)
res - Result.public GridNioFinishedFuture(Throwable err)
err - Error.public void messageThread(boolean msgThread)
messageThread in interface GridNioFuture<R>msgThread - True if future was created in thread that is processing message.public boolean messageThread()
messageThread in interface GridNioFuture<R>True if future was created in thread that was processing message.public boolean skipRecovery()
skipRecovery in interface GridNioFuture<R>True if skip recovery for this operation.public String toString()
toString in class GridFinishedFuture<R>
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015