|
GemFire 5.7 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use IndexType | |
|---|---|
| com.gemstone.gemfire.cache.query | GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes. |
| Uses of IndexType in com.gemstone.gemfire.cache.query |
|---|
| Fields in com.gemstone.gemfire.cache.query declared as IndexType | |
|---|---|
static IndexType |
IndexType.FUNCTIONAL
The index type of a functional index. |
static IndexType |
IndexType.PRIMARY_KEY
The index type of a primary key index. |
| Methods in com.gemstone.gemfire.cache.query that return IndexType | |
|---|---|
IndexType |
Index.getType()
Get the index type |
| Methods in com.gemstone.gemfire.cache.query with parameters of type IndexType | |
|---|---|
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. |
Collection |
QueryService.getIndexes(Region region,
IndexType indexType)
Get a collection of all the indexes on the specified Region of the specified index type. |
|
GemFire 5.7 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||