Uses of Enum Class
org.infinispan.server.resp.RespTypes
Packages that use RespTypes
-
Uses of RespTypes in org.infinispan.server.resp
Methods in org.infinispan.server.resp that return RespTypesModifier and TypeMethodDescriptionstatic RespTypesRespTypes.fromOrdinal(byte ordinal) static RespTypesRespTypes.fromValueClass(Class<?> c) static RespTypesReturns the enum constant of this class with the specified name.static RespTypes[]RespTypes.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RespTypes in org.infinispan.server.resp.commands.iteration
Methods in org.infinispan.server.resp.commands.iteration that return RespTypes