Uses of Interface
org.infinispan.server.resp.ByteBufPool
Packages that use ByteBufPool
-
Uses of ByteBufPool in org.infinispan.server.resp
Fields in org.infinispan.server.resp with type parameters of type ByteBufPoolModifier and TypeFieldDescriptionstatic final BiConsumer<Boolean, ByteBufPool> Consumers.BOOLEAN_BICONSUMERstatic final BiConsumer<byte[], ByteBufPool> Consumers.BULK_BICONSUMERstatic final io.netty.util.AttributeKey<ByteBufPool> RespRequestHandler.BYTE_BUF_POOL_ATTRIBUTE_KEYstatic final BiConsumer<Collection<byte[]>, ByteBufPool> Consumers.COLLECTION_BULK_BICONSUMERstatic final BiConsumer<Collection<Double>, ByteBufPool> Consumers.COLLECTION_DOUBLE_BICONSUMERstatic final BiConsumer<Collection<Long>, ByteBufPool> Consumers.COLLECTION_LONG_BICONSUMERstatic final BiConsumer<byte[], ByteBufPool> Consumers.DELETE_BICONSUMERstatic final BiConsumer<Double, ByteBufPool> Consumers.DOUBLE_BICONSUMERstatic final BiConsumer<Collection<byte[]>, ByteBufPool> Consumers.GET_ARRAY_BICONSUMERstatic final BiConsumer<byte[], ByteBufPool> Consumers.GET_BICONSUMERstatic final BiConsumer<Collection<org.infinispan.multimap.impl.ScoredValue<byte[]>>, ByteBufPool> Consumers.GET_OBJ_WRAPPER_ARRAY_BICONSUMERstatic final BiConsumer<byte[], ByteBufPool> Consumers.GET_SIMPLESTRING_BICONSUMERstatic final BiConsumer<Integer, ByteBufPool> Consumers.INT_BICONSUMERstatic final BiConsumer<LCSResponse, ByteBufPool> Consumers.LCS_BICONSUMERstatic final BiConsumer<List, ByteBufPool> Consumers.LMPOP_BICONSUMERstatic final BiConsumer<Long, ByteBufPool> Consumers.LONG_BICONSUMERstatic final BiConsumer<Object, ByteBufPool> Consumers.LONG_ELSE_COLLECTIONstatic final BiConsumer<Map<byte[], Collection<byte[]>>, ByteBufPool> Consumers.MAP_CONSUMERstatic final BiConsumer<Object, ByteBufPool> Consumers.OK_BICONSUMERstatic final BiConsumer<Object, ByteBufPool> Consumers.QUEUED_BICONSUMERstatic final BiConsumer<SetResponse, ByteBufPool> Consumers.SET_BICONSUMERstatic final BiConsumer<List, ByteBufPool> Consumers.ZMPOP_BICONSUMERMethods in org.infinispan.server.resp that return ByteBufPoolModifier and TypeMethodDescriptionRespRequestHandler.allocator()Acquire the buffer allocator in the current context.Methods in org.infinispan.server.resp that return types with arguments of type ByteBufPoolModifier and TypeMethodDescriptionstatic Consumer<ByteBufPool> RespErrorUtil.handleException(Throwable t) Methods in org.infinispan.server.resp with parameters of type ByteBufPoolModifier and TypeMethodDescriptionstatic io.netty.buffer.ByteBufByteBufferUtils.bytesToResult(byte[] result, ByteBufPool alloc) static io.netty.buffer.ByteBufByteBufferUtils.bytesToResult(int resultBytesSize, Collection<byte[]> results, ByteBufPool alloc) static io.netty.buffer.ByteBufByteBufferUtils.bytesToResult(Collection<byte[]> results, ByteBufPool alloc) static io.netty.buffer.ByteBufByteBufferUtils.bytesToResultWrapped(int resultBytesSize, Collection<org.infinispan.multimap.impl.ScoredValue<byte[]>> results, ByteBufPool alloc) static io.netty.buffer.ByteBufByteBufferUtils.bytesToResultWrapped(Collection<org.infinispan.multimap.impl.ScoredValue<byte[]>> results, ByteBufPool alloc) static voidRespErrorUtil.customError(String message, ByteBufPool allocatorToUse) static voidResp3Handler.handleBulkAsciiResult(CharSequence result, ByteBufPool alloc) protected static voidResp3Handler.handleBulkResult(byte[] result, ByteBufPool alloc) static voidResp3Handler.handleBulkResult(CharSequence result, ByteBufPool alloc) static voidResp3Handler.handleCollectionBulkResult(Collection<byte[]> collection, ByteBufPool alloc) protected static voidResp3Handler.handleCollectionDoubleResult(Collection<Double> collection, ByteBufPool alloc) protected static voidResp3Handler.handleCollectionLongResult(Collection<Long> collection, ByteBufPool alloc) protected static voidResp3Handler.handleDoubleResult(Double result, ByteBufPool alloc) protected static voidResp3Handler.handleLongResult(Long result, ByteBufPool alloc) protected static voidResp3Handler.handleThrowable(ByteBufPool alloc, Throwable t) static voidRespErrorUtil.indexOutOfRange(ByteBufPool allocatorToUse) static voidRespErrorUtil.minOrMaxNotAValidFloat(ByteBufPool allocator) static voidRespErrorUtil.minOrMaxNotAValidStringRange(ByteBufPool allocator) static voidRespErrorUtil.mustBePositive(ByteBufPool allocator) static voidRespErrorUtil.mustBePositive(ByteBufPool allocator, String argumentName) static voidRespErrorUtil.noSuchKey(ByteBufPool allocatorToUse) static io.netty.buffer.ByteBufByteBufferUtils.stringToByteBuf(CharSequence string, ByteBufPool alloc) static io.netty.buffer.ByteBufByteBufferUtils.stringToByteBufAscii(CharSequence string, ByteBufPool alloc) static io.netty.buffer.ByteBufByteBufferUtils.stringToByteBufWithExtra(CharSequence string, ByteBufPool alloc, int extraBytes) static io.netty.buffer.ByteBufByteBufferUtils.stringToResult(byte[] result, ByteBufPool alloc) static voidRespErrorUtil.syntaxError(ByteBufPool allocator) static voidRespErrorUtil.transactionAborted(ByteBufPool allocatorToUse) static voidRespErrorUtil.unauthorized(ByteBufPool allocator) static voidRespErrorUtil.unknownCommand(ByteBufPool allocator) static voidRespErrorUtil.valueNotAValidFloat(ByteBufPool allocator) static voidRespErrorUtil.valueNotInteger(ByteBufPool allocator) static voidResp3Handler.writeArrayPrefix(int size, ByteBufPool alloc) static io.netty.buffer.ByteBufByteBufferUtils.writeLong(Long result, ByteBufPool alloc) static voidResp3Handler.writeMapPrefix(int size, ByteBufPool alloc) static voidRespErrorUtil.wrongArgumentCount(RespCommand command, ByteBufPool allocator) static voidRespErrorUtil.wrongArgumentNumber(RespCommand command, ByteBufPool allocatorToUse) static voidRespErrorUtil.wrongType(ByteBufPool allocatorToUse) Method parameters in org.infinispan.server.resp with type arguments of type ByteBufPoolModifier and TypeMethodDescriptionRespRequestHandler.stageToReturn(CompletionStage<E> stage, io.netty.channel.ChannelHandlerContext ctx, BiConsumer<? super E, ByteBufPool> biConsumer) -
Uses of ByteBufPool in org.infinispan.server.resp.commands.generic
Method parameters in org.infinispan.server.resp.commands.generic with type arguments of type ByteBufPoolModifier and TypeMethodDescriptionstatic CompletionStage<RespRequestHandler> RENAME.rename(Resp3Handler handler, byte[] srcKey, byte[] dstKey, io.netty.channel.ChannelHandlerContext ctx, BiConsumer<?, ByteBufPool> consumer)