Package com.aerospike.client.operation
Class HLLPolicy
java.lang.Object
com.aerospike.client.operation.HLLPolicy
HyperLogLog operation policy.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUse defaultHLLWriteFlagswhen performingHLLOperationoperations.HLLPolicy(int flags) Use specifiedHLLWriteFlagswhen performingHLLOperationoperations. -
Method Summary
-
Field Details
-
Default
Default HLL bin write semantics. -
flags
public final int flags
-
-
Constructor Details
-
HLLPolicy
public HLLPolicy()Use defaultHLLWriteFlagswhen performingHLLOperationoperations. -
HLLPolicy
public HLLPolicy(int flags) Use specifiedHLLWriteFlagswhen performingHLLOperationoperations.
-