Uses of Enum Class
org.infinispan.server.resp.commands.bitmap.BitfieldOperation.Overflow
Packages that use BitfieldOperation.Overflow
-
Uses of BitfieldOperation.Overflow in org.infinispan.server.resp.commands.bitmap
Subclasses with type arguments of type BitfieldOperation.Overflow in org.infinispan.server.resp.commands.bitmapMethods in org.infinispan.server.resp.commands.bitmap that return BitfieldOperation.OverflowModifier and TypeMethodDescriptionBitfieldOperation.overflow()Returns the value of theoverflowrecord component.static BitfieldOperation.OverflowReturns the enum constant of this class with the specified name.static BitfieldOperation.Overflow[]BitfieldOperation.Overflow.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.server.resp.commands.bitmap with parameters of type BitfieldOperation.OverflowModifier and TypeMethodDescriptionstatic BitfieldOperationBitfieldOperation.INCRBY(byte[] encoding, byte[] offset, byte[] increment, BitfieldOperation.Overflow overflow) static BitfieldOperationBitfieldOperation.SET(byte[] encoding, byte[] offset, byte[] value, BitfieldOperation.Overflow overflow) Constructors in org.infinispan.server.resp.commands.bitmap with parameters of type BitfieldOperation.OverflowModifierConstructorDescriptionBitfieldOperation(BitfieldOperation.Type type, int offset, long value, boolean signed, int bits, BitfieldOperation.Overflow overflow) Creates an instance of aBitfieldOperationrecord class.