Uses of Class
org.infinispan.server.hotrod.ProtocolFlag
-
Packages that use ProtocolFlag Package Description org.infinispan.server.hotrod -
-
Uses of ProtocolFlag in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod that return ProtocolFlag Modifier and Type Method Description static ProtocolFlag
ProtocolFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProtocolFlag[]
ProtocolFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.server.hotrod with parameters of type ProtocolFlag Modifier and Type Method Description boolean
HotRodHeader. hasFlag(ProtocolFlag f)
-