Uses of Enum Class
org.infinispan.server.resp.RespTypes
Packages that use RespTypes
Package
Description
-
Uses of RespTypes in org.infinispan.server.resp
Subclasses with type arguments of type RespTypes in org.infinispan.server.respClasses in org.infinispan.server.resp that implement interfaces with type arguments of type RespTypesModifier and TypeClassDescriptionfinal classMethods in org.infinispan.server.resp that return RespTypesModifier and TypeMethodDescriptionRespTypes$___Marshaller_bf4b38fd0ae34598a3b14d977c87a0b240f6037db32b148f17af79837f16bbf2.decode(int $1) static 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.Methods in org.infinispan.server.resp that return types with arguments of type RespTypesModifier and TypeMethodDescriptionRespTypes$___Marshaller_bf4b38fd0ae34598a3b14d977c87a0b240f6037db32b148f17af79837f16bbf2.getJavaClass()Methods in org.infinispan.server.resp with parameters of type RespTypes -
Uses of RespTypes in org.infinispan.server.resp.commands.iteration
Methods in org.infinispan.server.resp.commands.iteration that return RespTypes -
Uses of RespTypes in org.infinispan.server.resp.filter
Constructors in org.infinispan.server.resp.filter with parameters of type RespTypes