Uses of Class
org.infinispan.client.hotrod.RemoteCacheManager
-
Packages that use RemoteCacheManager Package Description org.infinispan.client.hotrod Hot Rod client API.org.infinispan.client.hotrod.marshall org.infinispan.client.hotrod.multimap -
-
Uses of RemoteCacheManager in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return RemoteCacheManager Modifier and Type Method Description RemoteCacheManagerRemoteCache. getRemoteCacheManager()Returns theRemoteCacheManagerthat created this cache.Methods in org.infinispan.client.hotrod with parameters of type RemoteCacheManager Modifier and Type Method Description static CounterManagerRemoteCounterManagerFactory. asCounterManager(RemoteCacheManager cacheManager)voidDataFormat. initialize(RemoteCacheManager remoteCacheManager, boolean serverObjectStorage) -
Uses of RemoteCacheManager in org.infinispan.client.hotrod.marshall
Methods in org.infinispan.client.hotrod.marshall with parameters of type RemoteCacheManager Modifier and Type Method Description static org.infinispan.protostream.SerializationContextProtoStreamMarshaller. getSerializationContext(RemoteCacheManager remoteCacheManager)Obtains theSerializationContextassociated with the given remote cache manager. -
Uses of RemoteCacheManager in org.infinispan.client.hotrod.multimap
Methods in org.infinispan.client.hotrod.multimap with parameters of type RemoteCacheManager Modifier and Type Method Description static MultimapCacheManagerRemoteMultimapCacheManagerFactory. from(RemoteCacheManager remoteCacheManager)Constructors in org.infinispan.client.hotrod.multimap with parameters of type RemoteCacheManager Constructor Description RemoteMultimapCacheManager(RemoteCacheManager remoteCacheManager)
-