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.marshall org.infinispan.client.hotrod.multimap org.infinispan.spring.remote.provider org.infinispan.spring.remote.support -
-
Uses of RemoteCacheManager in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return RemoteCacheManager Modifier and Type Method Description RemoteCacheManagerRemoteCache. getRemoteCacheManager()Returns theRemoteCacheManagerthat created this cache.Methods in org.infinispan.client.hotrod with parameters of type RemoteCacheManager Modifier and Type Method Description static CounterManagerRemoteCounterManagerFactory. asCounterManager(RemoteCacheManager cacheManager)voidDataFormat. initialize(RemoteCacheManager remoteCacheManager, boolean serverObjectStorage) -
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)Obtains theSerializationContextassociated 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 MultimapCacheManagerRemoteMultimapCacheManagerFactory. from(RemoteCacheManager remoteCacheManager)Constructors in org.infinispan.client.hotrod.multimap with parameters of type RemoteCacheManager Constructor Description RemoteMultimapCacheManager(RemoteCacheManager remoteCacheManager) -
Uses of RemoteCacheManager in org.infinispan.spring.remote.provider
Methods in org.infinispan.spring.remote.provider that return RemoteCacheManager Modifier and Type Method Description RemoteCacheManagerSpringRemoteCacheManager. getNativeCacheManager()Return thethat backs thisorg.infinispan.client.hotrod.RemoteCacheManagerSpringRemoteCacheManager.Constructors in org.infinispan.spring.remote.provider with parameters of type RemoteCacheManager Constructor Description ContainerRemoteCacheManagerFactoryBean(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 RemoteCacheManager Modifier and Type Method Description RemoteCacheManagerInfinispanRemoteCacheManagerFactoryBean. getObject()Methods in org.infinispan.spring.remote.support that return types with arguments of type RemoteCacheManager Modifier and Type Method Description java.lang.Class<? extends RemoteCacheManager>InfinispanRemoteCacheManagerFactoryBean. getObjectType()Methods in org.infinispan.spring.remote.support with parameters of type RemoteCacheManager Modifier and Type Method Description voidInfinispanNamedRemoteCacheFactoryBean. setInfinispanRemoteCacheManager(RemoteCacheManager infinispanRemoteCacheManager)Sets theto be used for creating ourorg.infinispan.client.hotrod.RemoteCacheManagerinstance.Cache
-