Uses of Class
org.infinispan.hotrod.impl.MarshallerRegistry
-
Packages that use MarshallerRegistry Package Description org.infinispan.hotrod.impl org.infinispan.hotrod.impl.transport.netty -
-
Uses of MarshallerRegistry in org.infinispan.hotrod.impl
Methods in org.infinispan.hotrod.impl that return MarshallerRegistry Modifier and Type Method Description MarshallerRegistryHotRodTransport. getMarshallerRegistry() -
Uses of MarshallerRegistry in org.infinispan.hotrod.impl.transport.netty
Methods in org.infinispan.hotrod.impl.transport.netty that return MarshallerRegistry Modifier and Type Method Description MarshallerRegistryChannelFactory. getMarshallerRegistry()Methods in org.infinispan.hotrod.impl.transport.netty with parameters of type MarshallerRegistry Modifier and Type Method Description voidChannelFactory. start(Codec codec, HotRodConfiguration configuration, org.infinispan.commons.marshall.Marshaller marshaller, ExecutorService executorService, ClientListenerNotifier listenerNotifier, MarshallerRegistry marshallerRegistry)
-