Uses of Enum
org.infinispan.server.hotrod.HotRodOperation
Packages that use HotRodOperation
-
Uses of HotRodOperation in org.infinispan.server.hotrod
Methods in org.infinispan.server.hotrod that return HotRodOperationModifier and TypeMethodDescriptionstatic HotRodOperation
HotRodOperation.fromRequestOpCode
(byte op) static HotRodOperation
HotRodOperation.fromResponseOpCode
(byte op) HotRodHeader.getOp()
static HotRodOperation
Returns the enum constant of this type with the specified name.static HotRodOperation[]
HotRodOperation.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 HotRodOperationConstructors in org.infinispan.server.hotrod with parameters of type HotRodOperationModifierConstructorDescriptionHotRodHeader
(HotRodOperation op, byte version, long messageId, String cacheName, int flag, short clientIntel, int topologyId, MediaType keyType, MediaType valueType, Map<String, byte[]> otherParams)