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 RemoteCacheManager
RemoteCache.getRemoteCacheManager()
Deprecated, for removal: This API element is subject to removal in a future version.Since 14.0.Methods in org.infinispan.client.hotrod with parameters of type RemoteCacheManagerModifier and TypeMethodDescriptionstatic CounterManager
RemoteCounterManagerFactory.asCounterManager
(RemoteCacheManager cacheManager) void
DataFormat.initialize
(RemoteCacheManager remoteCacheManager, boolean serverObjectStorage) Deprecated, for removal: This API element is subject to removal in a future version.void
DataFormat.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 RemoteCacheManagerModifierConstructorDescriptionprotected
RemoteCacheImpl
(RemoteCacheManager rcm, String name, ClientStatistics clientStatistics) RemoteCacheImpl
(RemoteCacheManager rcm, String name, TimeService timeService) RemoteCacheImpl
(RemoteCacheManager rcm, String name, TimeService timeService, NearCacheService<K, V> nearCacheService) RemoteCacheManagerAdminImpl
(RemoteCacheManager cacheManager, org.infinispan.client.hotrod.impl.operations.OperationsFactory operationsFactory, EnumSet<CacheContainerAdmin.AdminFlag> flags, Consumer<String> remover) -
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.SerializationContext
ProtoStreamMarshaller.getSerializationContext
(RemoteCacheManager remoteCacheManager) Deprecated, for removal: This API element is subject to removal in a future version.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 -
Uses of RemoteCacheManager in org.infinispan.spring.remote.provider
Methods in org.infinispan.spring.remote.provider that return RemoteCacheManagerModifier and TypeMethodDescriptionSpringRemoteCacheManager.getNativeCacheManager()
Return the
that backs thisorg.infinispan.client.hotrod.RemoteCacheManager
SpringRemoteCacheManager
.Constructors in org.infinispan.spring.remote.provider with parameters of type RemoteCacheManagerModifierConstructorDescriptionContainerRemoteCacheManagerFactoryBean
(RemoteCacheManager cacheContainer) SpringRemoteCacheManager
(RemoteCacheManager nativeCacheManager) SpringRemoteCacheManager
(RemoteCacheManager nativeCacheManager, long readTimeout, long writeTimeout) -
Uses of RemoteCacheManager in org.infinispan.spring.remote.support
Methods in org.infinispan.spring.remote.support that return RemoteCacheManagerMethods in org.infinispan.spring.remote.support that return types with arguments of type RemoteCacheManagerModifier and TypeMethodDescriptionClass<? extends RemoteCacheManager>
InfinispanRemoteCacheManagerFactoryBean.getObjectType()
Methods in org.infinispan.spring.remote.support with parameters of type RemoteCacheManagerModifier and TypeMethodDescriptionvoid
InfinispanNamedRemoteCacheFactoryBean.setInfinispanRemoteCacheManager
(RemoteCacheManager infinispanRemoteCacheManager) Sets the
to be used for creating ourorg.infinispan.client.hotrod.RemoteCacheManager
instance.Cache