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 MarshallerRegistryRemoteCacheManager. 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 MarshallerRegistryChannelFactory. getMarshallerRegistry()Methods in org.infinispan.client.hotrod.impl.transport.netty with parameters of type MarshallerRegistry Modifier and Type Method Description voidChannelFactory. start(Codec codec, Configuration configuration, org.infinispan.commons.marshall.Marshaller marshaller, ExecutorService executorService, ClientListenerNotifier listenerNotifier, MarshallerRegistry marshallerRegistry)
-