Uses of Interface
org.infinispan.server.resp.serialization.ResponseWriter
Packages that use ResponseWriter
Package
Description
-
Uses of ResponseWriter in org.infinispan.server.resp
Fields in org.infinispan.server.resp declared as ResponseWriterMethods in org.infinispan.server.resp that return ResponseWriterModifier and TypeMethodDescriptionRespRequestHandler.writer()
Acquire theResponseWriter
in the current context.RespRequestHandler.writer
(ResponseWriter newWriter) Methods in org.infinispan.server.resp with parameters of type ResponseWriterMethod parameters in org.infinispan.server.resp with type arguments of type ResponseWriterModifier and TypeMethodDescriptionRespRequestHandler.stageToReturn
(CompletionStage<E> stage, io.netty.channel.ChannelHandlerContext ctx, BiConsumer<? super E, ResponseWriter> biConsumer) -
Uses of ResponseWriter in org.infinispan.server.resp.commands.generic
Method parameters in org.infinispan.server.resp.commands.generic with type arguments of type ResponseWriterModifier and TypeMethodDescriptionstatic CompletionStage
<RespRequestHandler> RENAME.rename
(Resp3Handler handler, byte[] srcKey, byte[] dstKey, io.netty.channel.ChannelHandlerContext ctx, BiConsumer<?, ResponseWriter> consumer) -
Uses of ResponseWriter in org.infinispan.server.resp.commands.sortedset
Methods in org.infinispan.server.resp.commands.sortedset with parameters of type ResponseWriterModifier and TypeMethodDescriptionvoid
ZSetCommonUtils.ZOperationResponse.accept
(ZSetCommonUtils.ZOperationResponse ignore, ResponseWriter writer) -
Uses of ResponseWriter in org.infinispan.server.resp.response
Fields in org.infinispan.server.resp.response with type parameters of type ResponseWriterModifier and TypeFieldDescriptionstatic final BiConsumer
<LCSResponse, ResponseWriter> LCSResponse.SERIALIZER
static final BiConsumer
<SetResponse, ResponseWriter> SetResponse.SERIALIZER
Methods in org.infinispan.server.resp.response with parameters of type ResponseWriterModifier and TypeMethodDescriptionvoid
ScoredValueSerializer.accept
(ScoredValue<byte[]> sv, ResponseWriter writer) -
Uses of ResponseWriter in org.infinispan.server.resp.serialization
Subinterfaces with type arguments of type ResponseWriter in org.infinispan.server.resp.serializationModifier and TypeInterfaceDescriptioninterface
Base class for serializing custom Java objects into the final RESP3 format.Fields in org.infinispan.server.resp.serialization with type parameters of type ResponseWriterModifier and TypeFieldDescriptionstatic final BiConsumer
<Collection<byte[]>, ResponseWriter> ResponseWriter.ARRAY_BULK_STRING
List the consumers for array responses with the different types needed.static final BiConsumer
<Collection<? extends Number>, ResponseWriter> ResponseWriter.ARRAY_DOUBLE
static final BiConsumer
<Collection<? extends Number>, ResponseWriter> ResponseWriter.ARRAY_INTEGER
static final BiConsumer
<Collection<? extends String>, ResponseWriter> ResponseWriter.ARRAY_STRING
static final BiConsumer
<CharSequence, ResponseWriter> ResponseWriter.BULK_STRING
static final BiConsumer
<byte[], ResponseWriter> ResponseWriter.BULK_STRING_BYTES
static final BiConsumer
<JavaObjectSerializer<?>, ResponseWriter> ResponseWriter.CUSTOM
static final BiConsumer
<Number, ResponseWriter> ResponseWriter.DOUBLE
static final BiConsumer
<Number, ResponseWriter> ResponseWriter.INTEGER
static final BiConsumer
<Map<byte[], byte[]>, ResponseWriter> ResponseWriter.MAP_BULK_STRING_KV
List the consumers for map responses with the different types needed.static final BiConsumer
<Object, ResponseWriter> ResponseWriter.OK
static final BiConsumer
<Set<byte[]>, ResponseWriter> ResponseWriter.SET_BULK_STRING
List the consumers for set responses with the different types needed.static final BiConsumer
<CharSequence, ResponseWriter> ResponseWriter.SIMPLE_STRING
static final BiConsumer
<Object, ResponseWriter> ResponseWriter.UNKNOWN
Methods in org.infinispan.server.resp.serialization that return types with arguments of type ResponseWriterModifier and TypeMethodDescriptionstatic Consumer
<ResponseWriter> ResponseWriter.handleException
(Throwable t) Methods in org.infinispan.server.resp.serialization with parameters of type ResponseWriterModifier and TypeMethodDescriptionabstract void
Resp3Type.serialize
(Object object, ResponseWriter writer) Delegates the serialization to a specific method.void
SerializationHint.SimpleHint.serialize
(Object object, ResponseWriter writer) Identify the underlying RESP3 type. -
Uses of ResponseWriter in org.infinispan.server.resp.serialization.bytebuf
Classes in org.infinispan.server.resp.serialization.bytebuf that implement ResponseWriter -
Uses of ResponseWriter in org.infinispan.server.resp.serialization.lua
Classes in org.infinispan.server.resp.serialization.lua that implement ResponseWriter