Class IndexKey
java.lang.Object
org.springframework.data.aerospike.query.model.IndexKey
- Author:
- Anastasiia Smirnova
-
Constructor Summary
ConstructorsConstructorDescriptionIndexKey(String namespace, String set, String field, com.aerospike.client.query.IndexType type, com.aerospike.client.query.IndexCollectionType collectionType) IndexKey(String namespace, String set, String field, com.aerospike.client.query.IndexType type, com.aerospike.client.query.IndexCollectionType collectionType, com.aerospike.client.cdt.CTX[] ctx) -
Method Summary
-
Constructor Details
-
IndexKey
-
IndexKey
-
-
Method Details
-
getNamespace
-
getSet
-
getField
-
getType
public com.aerospike.client.query.IndexType getType() -
getCollectionType
public com.aerospike.client.query.IndexCollectionType getCollectionType() -
getCTX
public com.aerospike.client.cdt.CTX[] getCTX() -
equals
-
hashCode
public int hashCode() -
toString
-