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 default RemoteCacheManagerRemoteCache. getRemoteCacheManager()Deprecated.Since 14.0.Methods in org.infinispan.client.hotrod with parameters of type RemoteCacheManager Modifier and Type Method Description static org.infinispan.counter.api.CounterManagerRemoteCounterManagerFactory. asCounterManager(RemoteCacheManager cacheManager)voidDataFormat. initialize(RemoteCacheManager remoteCacheManager, boolean serverObjectStorage)Deprecated.voidDataFormat. initialize(RemoteCacheManager remoteCacheManager, String cacheName, boolean serverObjectStorage) -
Uses of RemoteCacheManager in org.infinispan.client.hotrod.impl
Constructors in org.infinispan.client.hotrod.impl with parameters of type RemoteCacheManager Constructor Description RemoteCacheImpl(RemoteCacheManager rcm, String name, ClientStatistics clientStatistics)RemoteCacheImpl(RemoteCacheManager rcm, String name, org.infinispan.commons.time.TimeService timeService)RemoteCacheImpl(RemoteCacheManager rcm, String name, org.infinispan.commons.time.TimeService timeService, NearCacheService<K,V> nearCacheService)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)RemoteMultimapCacheImpl(RemoteCacheManager rcm, RemoteCache<K,Collection<V>> cache, boolean supportsDuplicates) -
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, boolean recoveryEnabled, javax.transaction.TransactionManager transactionManager, TransactionTable transactionTable, org.infinispan.commons.time.TimeService timeService) -
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)Deprecated.since 10.0 and will be removed in the future. -
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 <K,V>
MultimapCacheManager<K,V>RemoteMultimapCacheManagerFactory. from(RemoteCacheManager remoteCacheManager)Constructors in org.infinispan.client.hotrod.multimap with parameters of type RemoteCacheManager Constructor Description RemoteMultimapCacheManager(RemoteCacheManager remoteCacheManager)
-