Uses of Enum Class
com.aerospike.client.operation.BitOverflowAction
Packages that use BitOverflowAction
-
Uses of BitOverflowAction in com.aerospike.client.exp
Methods in com.aerospike.client.exp with parameters of type BitOverflowActionModifier and TypeMethodDescriptionstatic ExpBitExp.add(BitPolicy policy, Exp bitOffset, Exp bitSize, Exp value, boolean signed, BitOverflowAction action, Exp bin) Create expression that adds value to byte[] bin starting at bitOffset for bitSize and returns byte[].static ExpBitExp.subtract(BitPolicy policy, Exp bitOffset, Exp bitSize, Exp value, boolean signed, BitOverflowAction action, Exp bin) Create expression that subtracts value from byte[] bin starting at bitOffset for bitSize and returns byte[]. -
Uses of BitOverflowAction in com.aerospike.client.operation
Methods in com.aerospike.client.operation that return BitOverflowActionModifier and TypeMethodDescriptionstatic BitOverflowActionReturns the enum constant of this class with the specified name.static BitOverflowAction[]BitOverflowAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.aerospike.client.operation with parameters of type BitOverflowActionModifier and TypeMethodDescriptionstatic OperationBitOperation.add(BitPolicy policy, String binName, int bitOffset, int bitSize, long value, boolean signed, BitOverflowAction action) Create bit "add" operation.static OperationBitOperation.subtract(BitPolicy policy, String binName, int bitOffset, int bitSize, long value, boolean signed, BitOverflowAction action) Create bit "subtract" operation.