Uses of Class
org.infinispan.hotrod.impl.transport.netty.ChannelFactory
-
-
Uses of ChannelFactory in org.infinispan.hotrod.event.impl
Methods in org.infinispan.hotrod.event.impl that return ChannelFactory Modifier and Type Method Description ChannelFactoryClientListenerNotifier. channelFactory()Constructors in org.infinispan.hotrod.event.impl with parameters of type ChannelFactory Constructor Description ClientListenerNotifier(Codec codec, org.infinispan.commons.marshall.Marshaller marshaller, ChannelFactory channelFactory, HotRodConfiguration configuration) -
Uses of ChannelFactory in org.infinispan.hotrod.impl
Methods in org.infinispan.hotrod.impl that return ChannelFactory Modifier and Type Method Description ChannelFactoryHotRodTransport. getChannelFactory() -
Uses of ChannelFactory in org.infinispan.hotrod.impl.counter
Methods in org.infinispan.hotrod.impl.counter with parameters of type ChannelFactory Modifier and Type Method Description voidRemoteCounterManager. start(ChannelFactory channelFactory, Codec codec, HotRodConfiguration configuration, ClientListenerNotifier listenerNotifier) -
Uses of ChannelFactory in org.infinispan.hotrod.impl.multimap.operations
Constructors in org.infinispan.hotrod.impl.multimap.operations with parameters of type ChannelFactory Constructor Description MultimapOperationsFactory(ChannelFactory channelFactory, String cacheName, HotRodConfiguration configuration, Codec codec, DataFormat dataFormat, ClientStatistics clientStatistics) -
Uses of ChannelFactory in org.infinispan.hotrod.impl.operations
Methods in org.infinispan.hotrod.impl.operations that return ChannelFactory Modifier and Type Method Description ChannelFactoryOperationContext. getChannelFactory()Constructors in org.infinispan.hotrod.impl.operations with parameters of type ChannelFactory Constructor Description CacheOperationsFactory(ChannelFactory channelFactory, String cacheName, Codec codec, ClientListenerNotifier listenerNotifier, HotRodConfiguration configuration, ClientStatistics clientStatistics)CacheOperationsFactory(ChannelFactory channelFactory, Codec codec, ClientListenerNotifier listenerNotifier, HotRodConfiguration configuration)OperationContext(ChannelFactory channelFactory, Codec codec, ClientListenerNotifier listenerNotifier, HotRodConfiguration configuration, ClientStatistics clientStatistics, TelemetryService telemetryService, String cacheName) -
Uses of ChannelFactory in org.infinispan.hotrod.impl.protocol
Methods in org.infinispan.hotrod.impl.protocol with parameters of type ChannelFactory Modifier and Type Method Description 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) -
Uses of ChannelFactory in org.infinispan.hotrod.impl.transaction
Constructors in org.infinispan.hotrod.impl.transaction with parameters of type ChannelFactory Constructor Description TransactionOperationFactory(HotRodConfiguration configuration, ChannelFactory channelFactory, Codec codec)
-