Uses of Class
com.aerospike.client.operation.HLLPolicy
Packages that use HLLPolicy
-
Uses of HLLPolicy in com.aerospike.client.exp
Methods in com.aerospike.client.exp with parameters of type HLLPolicyModifier and TypeMethodDescriptionstatic ExpCreate expression that adds list values to a HLL set and returns HLL set.static ExpCreate expression that adds values to a HLL set and returns HLL set.static ExpCreate expression that adds values to a HLL set and returns HLL set.static ExpCreate expression that creates a new HLL or resets an existing HLL.static ExpCreate expression that creates a new HLL or resets an existing HLL with minhash bits. -
Uses of HLLPolicy in com.aerospike.client.operation
Fields in com.aerospike.client.operation declared as HLLPolicyModifier and TypeFieldDescriptionstatic final HLLPolicyHLLPolicy.DefaultDefault HLL bin write semantics.Methods in com.aerospike.client.operation with parameters of type HLLPolicyModifier and TypeMethodDescriptionstatic OperationCreate HLL add operation.static OperationCreate HLL add operation.static OperationHLLOperation.add(HLLPolicy policy, String binName, List<Value> list, int indexBitCount, int minHashBitCount) Create HLL add operation with minhash bits.static OperationCreate HLL init operation.static OperationCreate HLL init operation with minhash bits.static OperationHLLOperation.setUnion(HLLPolicy policy, String binName, List<Value.HLLValue> list) Create HLL set union operation.