|
GemFire 6.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gemstone.gemfire.cache.query.IndexType
public class IndexType
Enumerated type for types of indexes
| Field Summary | |
|---|---|
static IndexType |
FUNCTIONAL
The index type of a functional index. |
static IndexType |
PRIMARY_KEY
The index type of a primary key index. |
| Method Summary | |
|---|---|
String |
toString()
Return the index type as a String |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IndexType FUNCTIONAL
The indexedExpression for a functional index can be any Comparable
or any of the following primitive types:
long int short byte char float double
QueryService.createIndex(String, IndexType, String, String)public static final IndexType PRIMARY_KEY
The type of the indexedExpression for a primary key index can be any
object type. Just as in a Region, the lookup is based on the implementation
of the equals and hashCode methods in the
object.
QueryService.createIndex(String, IndexType, String, String)| Method Detail |
|---|
public String toString()
toString in class Object
|
GemFire 6.5 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||