public class IndexKey extends Object
| Constructor and Description |
|---|
IndexKey(String namespace,
String set,
String field,
com.aerospike.client.query.IndexType type,
com.aerospike.client.query.IndexCollectionType collectionType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.aerospike.client.query.IndexCollectionType |
getCollectionType() |
String |
getField() |
String |
getNamespace() |
String |
getSet() |
com.aerospike.client.query.IndexType |
getType() |
int |
hashCode() |
String |
toString() |
Copyright © 2020–2021 Aerospike, Inc. All rights reserved.