Uses of Class
org.infinispan.client.hotrod.RemoteCacheManager
-
Packages that use RemoteCacheManager Package Description org.infinispan.client.hotrod Hot Rod client API. -
-
Uses of RemoteCacheManager in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return RemoteCacheManager Modifier and Type Method Description RemoteCacheManager
RemoteCache. getRemoteCacheManager()
Returns theRemoteCacheManager
that created this cache.Methods in org.infinispan.client.hotrod with parameters of type RemoteCacheManager Modifier and Type Method Description static CounterManager
RemoteCounterManagerFactory. asCounterManager(RemoteCacheManager cacheManager)
void
DataFormat. initialize(RemoteCacheManager remoteCacheManager, boolean serverObjectStorage)
Deprecated.void
DataFormat. initialize(RemoteCacheManager remoteCacheManager, String cacheName, boolean serverObjectStorage)
-