|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexType | |
---|---|
com.aerospike.client | |
com.aerospike.client.query |
Uses of IndexType in com.aerospike.client |
---|
Methods in com.aerospike.client with parameters of type IndexType | |
---|---|
void |
AerospikeClient.createIndex(Policy policy,
java.lang.String namespace,
java.lang.String setName,
java.lang.String indexName,
java.lang.String binName,
IndexType indexType)
Create secondary index. |
Uses of IndexType in com.aerospike.client.query |
---|
Methods in com.aerospike.client.query that return IndexType | |
---|---|
static IndexType |
IndexType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |