|
GemFire 5.5 | ||||||||
| 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 with parameters of type Index | |
|---|---|
void |
QueryService.removeIndex(Index index)
Remove the specified index. |
|
GemFire 5.5 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||