|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use Index | |
|---|---|
| com.gemstone.gemfire.cache.query | GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. |
| Uses of Index in com.gemstone.gemfire.cache.query |
|---|
| Methods in com.gemstone.gemfire.cache.query that return Index | |
|---|---|
Index |
QueryService.createIndex(String indexName,
IndexType indexType,
String indexedExpression,
String fromClause)
Create an index that can be used when executing queries. |
Index |
QueryService.createIndex(String indexName,
IndexType indexType,
String indexedExpression,
String fromClause,
String imports)
Create an index that can be used when executing queries. |
Index |
QueryService.getIndex(Region<?,?> region,
String indexName)
Get the Index from the specified Region with the specified name. |
| Methods in com.gemstone.gemfire.cache.query that return types with arguments of type Index | |
|---|---|
Collection<Index> |
QueryService.getIndexes()
Get a collection of all the indexes in the Cache. |
Collection<Index> |
QueryService.getIndexes(Region<?,?> region)
Get a collection of all the indexes on the specified Region |
Collection<Index> |
QueryService.getIndexes(Region<?,?> region,
IndexType indexType)
Get a collection of all the indexes on the specified Region of the specified index type. |
| Methods in com.gemstone.gemfire.cache.query with parameters of type Index | |
|---|---|
void |
QueryService.removeIndex(Index index)
Remove the specified index. |
|
GemFire 6.5.1.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||