Uses of Class
org.infinispan.server.hotrod.tx.ControlByte
-
Packages that use ControlByte Package Description org.infinispan.server.hotrod.tx -
-
Uses of ControlByte in org.infinispan.server.hotrod.tx
Methods in org.infinispan.server.hotrod.tx that return ControlByte Modifier and Type Method Description static ControlByte
ControlByte. valueOf(java.lang.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.
-