public class GridCacheLocalFieldsQueryFuture extends GridCacheLocalQueryFuture<Object,Object,List<Object>> implements GridCacheQueryMetadataAware
AbstractQueuedSynchronizer.ConditionObjectcctx, loc, log, mux, qryctx| Constructor and Description |
|---|
GridCacheLocalFieldsQueryFuture()
Required by
Externalizable. |
GridCacheLocalFieldsQueryFuture(GridCacheContext<?,?> ctx,
GridCacheQueryBean qry) |
| Modifier and Type | Method and Description |
|---|---|
GridFuture<List<GridIndexingFieldMetadata>> |
metadata() |
void |
onPage(UUID nodeId,
List<GridIndexingFieldMetadata> metaData,
Collection<?> data,
Throwable err,
boolean finished) |
cancelQuery, loadAllPages, loadPage, onPageavailable, cancel, endTime, enqueue, get, get, next, onDone, onNodeLeft, onPage, onTimeout, printMemoryStats, query, timeoutId, toStringchain, checkValid, concurrentNotify, concurrentNotify, duration, error, get, get0, isCancelled, isDone, isFailed, isValid, listenAsync, onCancelled, onDone, onDone, onDone, readExternal, result, startTime, stopListenAsync, syncNotify, syncNotify, tryAcquireShared, tryReleaseShared, writeExternalacquire, acquireInterruptibly, acquireShared, acquireSharedInterruptibly, compareAndSetState, getExclusiveQueuedThreads, getFirstQueuedThread, getQueuedThreads, getQueueLength, getSharedQueuedThreads, getState, getWaitingThreads, getWaitQueueLength, hasContended, hasQueuedPredecessors, hasQueuedThreads, hasWaiters, isHeldExclusively, isQueued, owns, release, releaseShared, setState, tryAcquire, tryAcquireNanos, tryAcquireSharedNanos, tryReleasegetExclusiveOwnerThread, setExclusiveOwnerThreadclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisDonechain, concurrentNotify, concurrentNotify, duration, get, isCancelled, listenAsync, startTime, stopListenAsync, syncNotify, syncNotifypublic GridCacheLocalFieldsQueryFuture()
Externalizable.public GridCacheLocalFieldsQueryFuture(GridCacheContext<?,?> ctx, GridCacheQueryBean qry)
ctx - Cache context.qry - Query.public void onPage(@Nullable UUID nodeId, @Nullable List<GridIndexingFieldMetadata> metaData, @Nullable Collection<?> data, @Nullable Throwable err, boolean finished)
nodeId - Sender node ID.metaData - Meta data.data - Page data.err - Error.finished - Finished or not.public GridFuture<List<GridIndexingFieldMetadata>> metadata()
metadata in interface GridCacheQueryMetadataAwareCopyright © 2014. All rights reserved.