Uses of Class
org.infinispan.client.hotrod.impl.MarshallerRegistry
-
Packages that use MarshallerRegistry Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.impl.transport.netty -
-
Uses of MarshallerRegistry in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return MarshallerRegistry Modifier and Type Method Description MarshallerRegistry
RemoteCacheManager. getMarshallerRegistry()
-
Uses of MarshallerRegistry in org.infinispan.client.hotrod.impl.transport.netty
Methods in org.infinispan.client.hotrod.impl.transport.netty that return MarshallerRegistry Modifier and Type Method Description MarshallerRegistry
ChannelFactory. getMarshallerRegistry()
Methods in org.infinispan.client.hotrod.impl.transport.netty with parameters of type MarshallerRegistry Modifier and Type Method Description void
ChannelFactory. start(Codec codec, Configuration configuration, AtomicInteger defaultCacheTopologyId, org.infinispan.commons.marshall.Marshaller marshaller, ExecutorService executorService, ClientListenerNotifier listenerNotifier, Collection<Consumer<Set<SocketAddress>>> failedServerNotifier, MarshallerRegistry marshallerRegistry)
-