Interface RemoteCacheConfiguration
- All Superinterfaces:
BasicCacheConfiguration,BasicCacheContainerConfiguration,org.wildfly.clustering.cache.CacheConfiguration,RemoteCacheContainerConfiguration
public interface RemoteCacheConfiguration
extends RemoteCacheContainerConfiguration, BasicCacheConfiguration
Configuration identifying a remote cache.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescription<CK,CV> org.infinispan.client.hotrod.RemoteCache <CK, CV> getCache()default org.infinispan.client.hotrod.RemoteCacheContainerdefault org.wildfly.clustering.cache.CachePropertiesdefault Executordefault org.infinispan.client.hotrod.Flag[]default org.infinispan.client.hotrod.Flag[]default org.infinispan.client.hotrod.configuration.NearCacheModedefault jakarta.transaction.TransactionManagerMethods inherited from interface org.wildfly.clustering.cache.infinispan.BasicCacheConfiguration
getBatchFactory
-
Method Details
-
getCache
<CK,CV> org.infinispan.client.hotrod.RemoteCache<CK,CV> getCache()- Specified by:
getCachein interfaceBasicCacheConfiguration
-
getCacheContainer
default org.infinispan.client.hotrod.RemoteCacheContainer getCacheContainer()- Specified by:
getCacheContainerin interfaceBasicCacheContainerConfiguration- Specified by:
getCacheContainerin interfaceRemoteCacheContainerConfiguration
-
getExecutor
- Specified by:
getExecutorin interfaceBasicCacheContainerConfiguration
-
getTransactionManager
default jakarta.transaction.TransactionManager getTransactionManager()- Specified by:
getTransactionManagerin interfaceBasicCacheConfiguration
-
getIgnoreReturnFlags
default org.infinispan.client.hotrod.Flag[] getIgnoreReturnFlags() -
getForceReturnFlags
default org.infinispan.client.hotrod.Flag[] getForceReturnFlags() -
getNearCacheMode
default org.infinispan.client.hotrod.configuration.NearCacheMode getNearCacheMode() -
getCacheProperties
default org.wildfly.clustering.cache.CacheProperties getCacheProperties()- Specified by:
getCachePropertiesin interfaceBasicCacheConfiguration- Specified by:
getCachePropertiesin interfaceorg.wildfly.clustering.cache.CacheConfiguration
-