Uses of Class
org.infinispan.hotrod.impl.transport.netty.ChannelFactory
Packages that use ChannelFactory
Package
Description
-
Uses of ChannelFactory in org.infinispan.hotrod.event.impl
Methods in org.infinispan.hotrod.event.impl that return ChannelFactoryConstructors in org.infinispan.hotrod.event.impl with parameters of type ChannelFactoryModifierConstructorDescriptionClientListenerNotifier(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 ChannelFactoryModifier and TypeMethodDescriptionprotected ChannelFactoryHotRodTransport.createChannelFactory()HotRodTransport.getChannelFactory() -
Uses of ChannelFactory in org.infinispan.hotrod.impl.counter
Methods in org.infinispan.hotrod.impl.counter with parameters of type ChannelFactoryModifier and TypeMethodDescriptionvoidRemoteCounterManager.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 ChannelFactoryModifierConstructorDescriptionMultimapOperationsFactory(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 ChannelFactoryConstructors in org.infinispan.hotrod.impl.operations with parameters of type ChannelFactoryModifierConstructorDescriptionCacheOperationsFactory(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 ChannelFactoryModifier and TypeMethodDescriptionshortCodec.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 ChannelFactoryModifierConstructorDescriptionTransactionOperationFactory(HotRodConfiguration configuration, ChannelFactory channelFactory, Codec codec)