|
GridGain 4.3.1e
Enterprise "Big Data" Edition |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GridCacheQueryFuture<T>
Cache query future returned by query execution. Specifically returned by
GridCacheQuery.execute(GridProjection...) or by
analogous methods on GridCacheReduceQuery and GridCacheTransformQuery.
Refer to corresponding query documentation for more information.
GridCacheQuery,
GridCacheReduceQuery,
GridCacheTransformQuery

| Method Summary | |
|---|---|
boolean |
available()
Tests whether or not next Iterator.next() call will block. |
boolean |
cancel()
Cancels this query future and stop receiving any further results for the query associated with this future. |
boolean |
isDone()
Checks if all data is fetched by the query. |
int |
size()
Number of elements currently fetched. |
| Methods inherited from interface org.gridgain.grid.GridFuture |
|---|
concurrentNotify, concurrentNotify, duration, get, get, get, isCancelled, listenAsync, predicate, startTime, stopListenAsync, syncNotify, syncNotify |
| Methods inherited from interface java.util.concurrent.Callable |
|---|
call |
| Methods inherited from interface org.gridgain.grid.lang.GridIterable |
|---|
iterator |
| Methods inherited from interface org.gridgain.grid.lang.GridIterator |
|---|
hasNextX, nextX, removeX |
| Methods inherited from interface java.util.Iterator |
|---|
hasNext, next, remove |
| Method Detail |
|---|
int size()
boolean available()
Iterator.next() call will block.
Iterator.next() call will block.boolean isDone()
isDone in interface GridFuture<Collection<T>>True if all data is fetched, false otherwise.
boolean cancel()
throws GridException
cancel in interface GridFuture<Collection<T>>GridException - If cancellation failed.
True if future was canceled (i.e. was not finished prior to this call).
|
GridGain 4.3.1e
Enterprise "Big Data" Edition |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - In-Memory Big Data
|
|
|