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.bitmapClasses in org.infinispan.server.resp.commands.bitmap that implement interfaces with type arguments of type BitfieldOperation.OverflowModifier and TypeClassDescriptionfinal classMethods in org.infinispan.server.resp.commands.bitmap that return BitfieldOperation.OverflowModifier and TypeMethodDescriptionOverflow$___Marshaller_73a357352a3fa273aec8e45f82bafade588d5128e73530eb4d27ffb9985c33c5.decode(int $1) BitfieldOperation.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 that return types with arguments of type BitfieldOperation.OverflowModifier and TypeMethodDescriptionOverflow$___Marshaller_73a357352a3fa273aec8e45f82bafade588d5128e73530eb4d27ffb9985c33c5.getJavaClass()Methods in org.infinispan.server.resp.commands.bitmap with parameters of type BitfieldOperation.OverflowModifier and TypeMethodDescriptionintOverflow$___Marshaller_73a357352a3fa273aec8e45f82bafade588d5128e73530eb4d27ffb9985c33c5.encode(BitfieldOperation.Overflow $1) static 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.