Uses of Class
org.infinispan.hotrod.impl.protocol.HeaderParams
-
Packages that use HeaderParams Package Description org.infinispan.hotrod.impl.operations org.infinispan.hotrod.impl.protocol org.infinispan.hotrod.telemetry.impl -
-
Uses of HeaderParams in org.infinispan.hotrod.impl.operations
Fields in org.infinispan.hotrod.impl.operations declared as HeaderParams Modifier and Type Field Description protected HeaderParamsHotRodOperation. headerMethods in org.infinispan.hotrod.impl.operations that return HeaderParams Modifier and Type Method Description HeaderParamsHotRodOperation. header() -
Uses of HeaderParams in org.infinispan.hotrod.impl.protocol
Methods in org.infinispan.hotrod.impl.protocol that return HeaderParams Modifier and Type Method Description HeaderParamsHeaderParams. cacheName(byte[] cacheName)HeaderParamsHeaderParams. topologyAge(int topologyAge)HeaderParamsCodec. writeHeader(io.netty.buffer.ByteBuf buf, HeaderParams params)Writes a request header with the given parameters to the transport and returns an updated header parameters.HeaderParamsCodec40. writeHeader(io.netty.buffer.ByteBuf buf, HeaderParams params)protected HeaderParamsCodec40. writeHeader(io.netty.buffer.ByteBuf buf, HeaderParams params, byte version)Methods in org.infinispan.hotrod.impl.protocol with parameters of type HeaderParams Modifier and Type Method Description protected voidCodec40. checkForErrorsInResponseStatus(io.netty.buffer.ByteBuf buf, HeaderParams params, short status, SocketAddress serverAddress)intCodec. estimateHeaderSize(HeaderParams headerParams)intCodec40. estimateHeaderSize(HeaderParams params)shortCodec. readHeader(io.netty.buffer.ByteBuf buf, double receivedOpCode, HeaderParams params, ChannelFactory channelFactory, SocketAddress serverAddress)Reads a response header from the transport and returns the status of the response.shortCodec40. readHeader(io.netty.buffer.ByteBuf buf, double receivedOpCode, HeaderParams params, ChannelFactory channelFactory, SocketAddress serverAddress)protected voidCodec40. readNewTopologyAndHash(io.netty.buffer.ByteBuf buf, HeaderParams params, ChannelFactory channelFactory)protected voidCodec40. readNewTopologyIfPresent(io.netty.buffer.ByteBuf buf, HeaderParams params, ChannelFactory channelFactory)HeaderParamsCodec. writeHeader(io.netty.buffer.ByteBuf buf, HeaderParams params)Writes a request header with the given parameters to the transport and returns an updated header parameters.HeaderParamsCodec40. writeHeader(io.netty.buffer.ByteBuf buf, HeaderParams params)protected HeaderParamsCodec40. writeHeader(io.netty.buffer.ByteBuf buf, HeaderParams params, byte version) -
Uses of HeaderParams in org.infinispan.hotrod.telemetry.impl
Methods in org.infinispan.hotrod.telemetry.impl with parameters of type HeaderParams Modifier and Type Method Description voidTelemetryService. injectSpanContext(HeaderParams header)voidTelemetryServiceImpl. injectSpanContext(HeaderParams header)
-