Uses of Class
org.infinispan.server.hotrod.HotRodVersion
-
Packages that use HotRodVersion Package Description org.infinispan.server.hotrod -
-
Uses of HotRodVersion in org.infinispan.server.hotrod
Fields in org.infinispan.server.hotrod declared as HotRodVersion Modifier and Type Field Description static HotRodVersionHotRodVersion. LATESTMethods in org.infinispan.server.hotrod that return HotRodVersion Modifier and Type Method Description static HotRodVersionHotRodVersion. forVersion(byte version)static HotRodVersionHotRodVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HotRodVersion[]HotRodVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-