Uses of Interface
org.infinispan.hotrod.impl.protocol.Codec
Packages that use Codec
Package
Description
-
Uses of Codec in org.infinispan.hotrod.event.impl
Methods in org.infinispan.hotrod.event.impl that return CodecConstructors in org.infinispan.hotrod.event.impl with parameters of type CodecModifierConstructorDescriptionClientListenerNotifier(Codec codec, org.infinispan.commons.marshall.Marshaller marshaller, ChannelFactory channelFactory, HotRodConfiguration configuration) -
Uses of Codec in org.infinispan.hotrod.impl
Methods in org.infinispan.hotrod.impl that return Codec -
Uses of Codec in org.infinispan.hotrod.impl.counter
Methods in org.infinispan.hotrod.impl.counter with parameters of type CodecModifier and TypeMethodDescriptionvoidRemoteCounterManager.start(ChannelFactory channelFactory, Codec codec, HotRodConfiguration configuration, ClientListenerNotifier listenerNotifier) -
Uses of Codec in org.infinispan.hotrod.impl.multimap.operations
Constructors in org.infinispan.hotrod.impl.multimap.operations with parameters of type CodecModifierConstructorDescriptionMultimapOperationsFactory(ChannelFactory channelFactory, String cacheName, HotRodConfiguration configuration, Codec codec, DataFormat dataFormat, ClientStatistics clientStatistics) -
Uses of Codec in org.infinispan.hotrod.impl.operations
Methods in org.infinispan.hotrod.impl.operations that return CodecMethods in org.infinispan.hotrod.impl.operations with parameters of type CodecModifier and TypeMethodDescriptionvoidvoidConstructors in org.infinispan.hotrod.impl.operations with parameters of type CodecModifierConstructorDescriptionCacheOperationsFactory(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 Codec in org.infinispan.hotrod.impl.protocol
Classes in org.infinispan.hotrod.impl.protocol that implement CodecMethods in org.infinispan.hotrod.impl.protocol that return Codec -
Uses of Codec in org.infinispan.hotrod.impl.transaction
Constructors in org.infinispan.hotrod.impl.transaction with parameters of type CodecModifierConstructorDescriptionTransactionOperationFactory(HotRodConfiguration configuration, ChannelFactory channelFactory, Codec codec) -
Uses of Codec in org.infinispan.hotrod.impl.transaction.entry
Methods in org.infinispan.hotrod.impl.transaction.entry with parameters of type CodecModifier and TypeMethodDescriptionintModification.estimateSize(Codec codec) The estimated size.voidWrites this modification to theByteBuf. -
Uses of Codec in org.infinispan.hotrod.impl.transport.netty
Methods in org.infinispan.hotrod.impl.transport.netty with parameters of type CodecModifier and TypeMethodDescriptionvoidChannelFactory.start(Codec codec, HotRodConfiguration configuration, org.infinispan.commons.marshall.Marshaller marshaller, ExecutorService executorService, ClientListenerNotifier listenerNotifier, MarshallerRegistry marshallerRegistry)