Class ParserUtils
java.lang.Object
org.infinispan.hotrod.impl.transport.netty.ParserUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisCounterEventOp(short opCode) static booleanisEntryEventOp(short opCode)
-
Constructor Details
-
ParserUtils
public ParserUtils()
-
-
Method Details
-
isEntryEventOp
public static boolean isEntryEventOp(short opCode) -
isCounterEventOp
public static boolean isCounterEventOp(short opCode)
-