Uses of Class
org.infinispan.client.hotrod.impl.transaction.entry.ControlByte
-
Packages that use ControlByte Package Description org.infinispan.client.hotrod.impl.transaction.entry -
-
Uses of ControlByte in org.infinispan.client.hotrod.impl.transaction.entry
Methods in org.infinispan.client.hotrod.impl.transaction.entry that return ControlByte Modifier and Type Method Description static ControlByte
ControlByte. valueOf(String name)
Returns the enum constant of this type with the specified name.static ControlByte[]
ControlByte. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-