| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.cache.query | |
| org.gridgain.grid.spi.indexing |
Contains APIs for indexing SPI.
|
| Modifier and Type | Method and Description |
|---|---|
List<GridIndexingFieldMetadata> |
GridCacheQueryResponse.metadata() |
GridFuture<List<GridIndexingFieldMetadata>> |
GridCacheLocalFieldsQueryFuture.metadata() |
GridFuture<List<GridIndexingFieldMetadata>> |
GridCacheFieldsQueryErrorFuture.metadata() |
GridFuture<List<GridIndexingFieldMetadata>> |
GridCacheQueryMetadataAware.metadata() |
GridFuture<List<GridIndexingFieldMetadata>> |
GridCacheDistributedFieldsQueryFuture.metadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheQueryResponse.metadata(List<GridIndexingFieldMetadata> metadata) |
protected abstract boolean |
GridCacheQueryManager.onFieldsPageReady(boolean loc,
org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryInfo qryInfo,
List<GridIndexingFieldMetadata> metaData,
Collection<List<GridIndexingEntity<?>>> entities,
Collection<?> data,
boolean finished,
Throwable e) |
protected boolean |
GridCacheDistributedQueryManager.onFieldsPageReady(boolean loc,
org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryInfo qryInfo,
List<GridIndexingFieldMetadata> metadata,
Collection<List<GridIndexingEntity<?>>> entities,
Collection<?> data,
boolean finished,
Throwable e) |
protected boolean |
GridCacheLocalQueryManager.onFieldsPageReady(boolean loc,
org.gridgain.grid.kernal.processors.cache.query.GridCacheQueryInfo qryInfo,
List<GridIndexingFieldMetadata> metaData,
Collection<List<GridIndexingEntity<?>>> entities,
Collection<?> data,
boolean finished,
Throwable e) |
void |
GridCacheLocalFieldsQueryFuture.onPage(UUID nodeId,
List<GridIndexingFieldMetadata> metaData,
Collection<?> data,
Throwable err,
boolean finished) |
void |
GridCacheDistributedFieldsQueryFuture.onPage(UUID nodeId,
List<GridIndexingFieldMetadata> metaData,
Collection<Map<String,Object>> data,
Throwable err,
boolean finished) |
| Modifier and Type | Method and Description |
|---|---|
List<GridIndexingFieldMetadata> |
GridIndexingFieldsResultAdapter.metaData()
Gets metadata for queried fields.
|
List<GridIndexingFieldMetadata> |
GridIndexingFieldsResult.metaData()
Gets metadata for queried fields.
|
| Constructor and Description |
|---|
GridIndexingFieldsResultAdapter(List<GridIndexingFieldMetadata> metaData,
GridCloseableIterator<List<GridIndexingEntity<?>>> it)
Creates query field result composed of field metadata and iterator
over queried fields.
|
Copyright © 2014. All rights reserved.