Uses of Enum Class
org.infinispan.server.resp.commands.bitmap.BitfieldOperation.Type
Packages that use BitfieldOperation.Type
-
Uses of BitfieldOperation.Type in org.infinispan.server.resp.commands.bitmap
Subclasses with type arguments of type BitfieldOperation.Type in org.infinispan.server.resp.commands.bitmapClasses in org.infinispan.server.resp.commands.bitmap that implement interfaces with type arguments of type BitfieldOperation.TypeModifier and TypeClassDescriptionfinal classMethods in org.infinispan.server.resp.commands.bitmap that return BitfieldOperation.TypeModifier and TypeMethodDescriptionType$___Marshaller_481f42a9ed5db8ae4791726e70bdbd16586b74a1b72ec4d52538082cbd3159cf.decode(int $1) BitfieldOperation.type()Returns the value of thetyperecord component.static BitfieldOperation.TypeReturns the enum constant of this class with the specified name.static BitfieldOperation.Type[]BitfieldOperation.Type.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.TypeModifier and TypeMethodDescriptionType$___Marshaller_481f42a9ed5db8ae4791726e70bdbd16586b74a1b72ec4d52538082cbd3159cf.getJavaClass()Methods in org.infinispan.server.resp.commands.bitmap with parameters of type BitfieldOperation.TypeModifier and TypeMethodDescriptionintType$___Marshaller_481f42a9ed5db8ae4791726e70bdbd16586b74a1b72ec4d52538082cbd3159cf.encode(BitfieldOperation.Type $1) Constructors in org.infinispan.server.resp.commands.bitmap with parameters of type BitfieldOperation.TypeModifierConstructorDescriptionBitfieldOperation(BitfieldOperation.Type type, int offset, long value, boolean signed, int bits, BitfieldOperation.Overflow overflow) Creates an instance of aBitfieldOperationrecord class.