Uses of Class
com.aerospike.client.Value.HLLValue
Packages that use Value.HLLValue
-
Uses of Value.HLLValue in com.aerospike.client
Methods in com.aerospike.client that return Value.HLLValue -
Uses of Value.HLLValue in com.aerospike.client.operation
Method parameters in com.aerospike.client.operation with type arguments of type Value.HLLValueModifier and TypeMethodDescriptionstatic OperationHLLOperation.getIntersectCount(String binName, List<Value.HLLValue> list) Create HLL getIntersectCount operation.static OperationHLLOperation.getSimilarity(String binName, List<Value.HLLValue> list) Create HLL getSimilarity operation.static OperationHLLOperation.getUnion(String binName, List<Value.HLLValue> list) Create HLL getUnion operation.static OperationHLLOperation.getUnionCount(String binName, List<Value.HLLValue> list) Create HLL getUnionCount operation.static OperationHLLOperation.setUnion(HLLPolicy policy, String binName, List<Value.HLLValue> list) Create HLL set union operation.