Uses of Interface
org.infinispan.server.resp.serialization.ResponseWriter
Packages that use ResponseWriter
Package
Description
- 
Uses of ResponseWriter in org.infinispan.server.respFields in org.infinispan.server.resp declared as ResponseWriterMethods in org.infinispan.server.resp that return ResponseWriterModifier and TypeMethodDescriptionRespRequestHandler.writer()Acquire theResponseWriterin 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.genericMethod 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.sortedsetMethods 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.responseFields 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.serializationSubinterfaces with type arguments of type ResponseWriter in org.infinispan.server.resp.serializationModifier and TypeInterfaceDescriptioninterfaceBase 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_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<Collection<? extends String>, ResponseWriter> ResponseWriter.ARRAY_STRINGstatic 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.bytebufClasses in org.infinispan.server.resp.serialization.bytebuf that implement ResponseWriter
- 
Uses of ResponseWriter in org.infinispan.server.resp.serialization.luaClasses in org.infinispan.server.resp.serialization.lua that implement ResponseWriter