| Package | Description |
|---|---|
| org.gridgain.grid.kernal.managers.indexing |
Indexing manager classes.
|
| org.gridgain.grid.spi.indexing |
Contains APIs for indexing SPI.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> GridCloseableIterator<GridIndexingKeyValueRow<K,V>> |
GridIndexingManager.query(String spi,
String space,
String clause,
Collection<Object> params,
Class<? extends V> resType,
boolean includeBackups,
GridIndexingQueryFilter<K,V>... filters) |
<K,V> GridCloseableIterator<GridIndexingKeyValueRow<K,V>> |
GridIndexingManager.queryText(String spi,
String space,
String clause,
Class<? extends V> resType,
boolean includeBackups,
GridIndexingQueryFilter<K,V>... filters) |
| Modifier and Type | Class and Description |
|---|---|
class |
GridIndexingKeyValueRowAdapter<K,V>
Convenience adapter for
GridIndexingKeyValueRow. |
Copyright © 2014. All rights reserved.