Uses of Enum Class
org.infinispan.hotrod.impl.transaction.entry.ControlByte
Packages that use ControlByte
-
Uses of ControlByte in org.infinispan.hotrod.impl.transaction.entry
Subclasses with type arguments of type ControlByte in org.infinispan.hotrod.impl.transaction.entryModifier and TypeClassDescriptionenumA control byte used by each write operation to flag if the key was read or not, or if the write operation is a remove operationMethods in org.infinispan.hotrod.impl.transaction.entry that return ControlByteModifier and TypeMethodDescriptionstatic ControlByteReturns the enum constant of this class with the specified name.static ControlByte[]ControlByte.values()Returns an array containing the constants of this enum class, in the order they are declared.