Class InternalIndexOperations
java.lang.Object
org.springframework.data.aerospike.query.cache.InternalIndexOperations
Internal index related operations used by ReactorIndexRefresher and IndexRefresher.
- Author:
- Sergii Karpenko
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidenrichIndexesWithCardinality(com.aerospike.client.IAerospikeClient client, Map<IndexKey, Index> indexes, ServerVersionSupport serverVersionSupport) intgetIndexBinValuesRatio(com.aerospike.client.IAerospikeClient client, ServerVersionSupport serverVersionSupport, String namespace, String indexName) parseIndexesInfo(String infoResponse)
-
Constructor Details
-
InternalIndexOperations
-
-
Method Details
-
parseIndexesInfo
-
buildGetIndexesCommand
-
enrichIndexesWithCardinality
public void enrichIndexesWithCardinality(com.aerospike.client.IAerospikeClient client, Map<IndexKey, Index> indexes, ServerVersionSupport serverVersionSupport) -
getIndexBinValuesRatio
public int getIndexBinValuesRatio(com.aerospike.client.IAerospikeClient client, ServerVersionSupport serverVersionSupport, String namespace, String indexName)
-