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 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 TypeMethodDescriptionvoidZSetCommonUtils.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.SERIALIZERstatic final BiConsumer<SetResponse, ResponseWriter> SetResponse.SERIALIZERMethods in org.infinispan.server.resp.response with parameters of type ResponseWriterModifier and TypeMethodDescriptionvoidScoredValueSerializer.accept(ScoredValue<byte[]> sv, ResponseWriter writer) -
Uses of ResponseWriter in org.infinispan.server.resp.serialization
Fields in org.infinispan.server.resp.serialization with type parameters of type ResponseWriterModifier and TypeFieldDescriptionstatic final BiConsumer<Collection<byte[]>, ResponseWriter> ResponseWriter.ARRAY_BULK_STRINGList the consumers for array responses with the different types needed.static final BiConsumer<Collection<? extends Number>, ResponseWriter> ResponseWriter.ARRAY_DOUBLEstatic final BiConsumer<Collection<? extends Number>, ResponseWriter> ResponseWriter.ARRAY_INTEGERstatic final BiConsumer<CharSequence, ResponseWriter> ResponseWriter.BULK_STRINGstatic final BiConsumer<byte[], ResponseWriter> ResponseWriter.BULK_STRING_BYTESstatic final BiConsumer<JavaObjectSerializer<?>, ResponseWriter> ResponseWriter.CUSTOMstatic final BiConsumer<Number, ResponseWriter> ResponseWriter.DOUBLEstatic final BiConsumer<Number, ResponseWriter> ResponseWriter.INTEGERstatic final BiConsumer<Map<byte[], byte[]>, ResponseWriter> ResponseWriter.MAP_BULK_STRING_KVList the consumers for map responses with the different types needed.static final BiConsumer<Object, ResponseWriter> ResponseWriter.OKstatic final BiConsumer<Set<byte[]>, ResponseWriter> ResponseWriter.SET_BULK_STRINGList the consumers for set responses with the different types needed.static final BiConsumer<CharSequence, ResponseWriter> ResponseWriter.SIMPLE_STRINGstatic final BiConsumer<Object, ResponseWriter> ResponseWriter.UNKNOWNMethods 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 voidResp3Type.serialize(Object object, ResponseWriter writer) Delegates the serialization to a specific method.voidSerializationHint.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 ResponseWriterModifier and TypeClassDescriptionfinal classEntrypoint to serialize a response in RESP3 format.