Uses of Class
org.infinispan.client.hotrod.impl.ClientTopology
Packages that use ClientTopology
Package
Description
-
Uses of ClientTopology in org.infinispan.client.hotrod.impl.protocol
Methods in org.infinispan.client.hotrod.impl.protocol with parameters of type ClientTopologyModifier and TypeMethodDescriptionvoidCodec.writeHeader(io.netty.buffer.ByteBuf buf, long messageId, ClientTopology clientTopology, HotRodOperation<?> operation) Writes a request header with the given parameters to the transport and returns an updated header parameters.voidCodec30.writeHeader(io.netty.buffer.ByteBuf buf, long messageId, ClientTopology clientTopology, HotRodOperation<?> operation) protected voidCodec30.writeHeader(io.netty.buffer.ByteBuf buf, long messageId, ClientTopology clientTopology, HotRodOperation<?> operation, byte version) voidCodec31.writeHeader(io.netty.buffer.ByteBuf buf, long messageId, ClientTopology clientTopology, HotRodOperation<?> operation) voidCodec40.writeHeader(io.netty.buffer.ByteBuf buf, long messageId, ClientTopology clientTopology, HotRodOperation<?> operation) protected voidCodec40.writeHeader(io.netty.buffer.ByteBuf buf, long messageId, ClientTopology clientTopology, HotRodOperation<?> operation, byte version) voidCodec41.writeHeader(io.netty.buffer.ByteBuf buf, long messageId, ClientTopology clientTopology, HotRodOperation<?> operation) -
Uses of ClientTopology in org.infinispan.client.hotrod.impl.topology
Methods in org.infinispan.client.hotrod.impl.topology that return types with arguments of type ClientTopology -
Uses of ClientTopology in org.infinispan.client.hotrod.impl.transport.netty
Methods in org.infinispan.client.hotrod.impl.transport.netty that return ClientTopologyMethod parameters in org.infinispan.client.hotrod.impl.transport.netty with type arguments of type ClientTopologyModifier and TypeMethodDescriptionstatic OperationChannelOperationChannel.createAndStart(SocketAddress address, org.infinispan.client.hotrod.impl.transport.netty.ChannelInitializer newChannelInvoker, Function<String, ClientTopology> currentCacheTopologyFunction, BiConsumer<OperationChannel, Throwable> connectionFailureListener)