Uses of Enum Class
org.infinispan.server.resp.serialization.Resp3Type
Packages that use Resp3Type
Package
Description
-
Uses of Resp3Type in org.infinispan.server.resp.serialization
Methods in org.infinispan.server.resp.serialization that return Resp3TypeModifier and TypeMethodDescriptionstatic Resp3TypeReturns the enum constant of this class with the specified name.static Resp3Type[]Resp3Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.server.resp.serialization with parameters of type Resp3TypeModifier and TypeMethodDescriptionvoidResponseWriter.array(Collection<?> collection, Resp3Type contentType) voidvoidvoid -
Uses of Resp3Type in org.infinispan.server.resp.serialization.bytebuf
Methods in org.infinispan.server.resp.serialization.bytebuf with parameters of type Resp3TypeModifier and TypeMethodDescriptionvoidByteBufResponseWriter.array(Collection<?> collection, Resp3Type contentType) Serializes a collection in the array format with elements of a specified type.voidSerializes a map in the RESP3 map format with key and values of the same specified type.voidSerializes a map in the RESP3 map format with keys and values of a specified format.voidSerializes a set in the RESP3 set format with elements of a specified type.