Uses of Class
org.infinispan.client.hotrod.RemoteCacheManager
Packages that use RemoteCacheManager
Package
Description
Hot Rod client API.
-
Uses of RemoteCacheManager in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return RemoteCacheManagerModifier and TypeMethodDescriptiondefault RemoteCacheManagerRemoteCache.getRemoteCacheManager()Deprecated.Since 14.0.Methods in org.infinispan.client.hotrod with parameters of type RemoteCacheManagerModifier and TypeMethodDescriptionstatic 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 RemoteCacheManagerModifierConstructorDescriptionprotectedRemoteCacheImpl(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 RemoteCacheManagerModifierConstructorDescriptionRemoteMultimapCacheImpl(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 RemoteCacheManagerModifierConstructorDescriptionTransactionalRemoteCacheImpl(RemoteCacheManager rcm, String name, boolean forceReturnValue, boolean recoveryEnabled, jakarta.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 RemoteCacheManagerModifier and TypeMethodDescriptionstatic 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 RemoteCacheManagerModifier and TypeMethodDescriptionstatic <K,V> MultimapCacheManager <K, V> RemoteMultimapCacheManagerFactory.from(RemoteCacheManager remoteCacheManager) Constructors in org.infinispan.client.hotrod.multimap with parameters of type RemoteCacheManager