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.impl org.infinispan.client.hotrod.impl.multimap org.infinispan.client.hotrod.impl.transaction 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 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 org.infinispan.counter.api.CounterManager
RemoteCounterManagerFactory. asCounterManager(RemoteCacheManager cacheManager)
void
DataFormat. initialize(RemoteCacheManager remoteCacheManager)
-
Uses of RemoteCacheManager in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl that return RemoteCacheManager Modifier and Type Method Description RemoteCacheManager
RemoteCacheImpl. getRemoteCacheManager()
Constructors in org.infinispan.client.hotrod.impl with parameters of type RemoteCacheManager Constructor Description InvalidatedNearRemoteCache(RemoteCacheManager rcm, String name, NearCacheService<K,V> nearcache)
RemoteCacheImpl(RemoteCacheManager rcm, String name)
RemoteCacheManagerAdminImpl(RemoteCacheManager cacheManager, OperationsFactory operationsFactory, EnumSet<org.infinispan.commons.api.CacheContainerAdmin.AdminFlag> flags, Consumer<String> remover)
-
Uses of RemoteCacheManager in org.infinispan.client.hotrod.impl.multimap
Constructors in org.infinispan.client.hotrod.impl.multimap with parameters of type RemoteCacheManager Constructor Description RemoteMultimapCacheImpl(RemoteCacheManager rcm, RemoteCache<K,Collection<V>> cache)
-
Uses of RemoteCacheManager in org.infinispan.client.hotrod.impl.transaction
Constructors in org.infinispan.client.hotrod.impl.transaction with parameters of type RemoteCacheManager Constructor Description TransactionalRemoteCacheImpl(RemoteCacheManager rcm, String name, boolean forceReturnValue, TransactionManager transactionManager, TransactionTable transactionTable)
-
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.SerializationContext
ProtoStreamMarshaller. getSerializationContext(RemoteCacheManager remoteCacheManager)
Obtains theSerializationContext
associated 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 MultimapCacheManager
RemoteMultimapCacheManagerFactory. from(RemoteCacheManager remoteCacheManager)
Constructors in org.infinispan.client.hotrod.multimap with parameters of type RemoteCacheManager Constructor Description RemoteMultimapCacheManager(RemoteCacheManager remoteCacheManager)
-