Package org.wildfly.clustering.ee.hotrod
Interface HotRodConfiguration
- All Superinterfaces:
CacheConfiguration
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiondefault Batcher<TransactionBatch><CK,CV> org.infinispan.client.hotrod.RemoteCache<CK, CV> getCache()default CachePropertiesdefault org.infinispan.client.hotrod.Flag[]default org.infinispan.client.hotrod.Flag[]default org.infinispan.client.hotrod.configuration.NearCacheMode
-
Method Details
-
getCache
<CK,CV> org.infinispan.client.hotrod.RemoteCache<CK,CV> getCache()- Specified by:
getCachein interfaceCacheConfiguration
-
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
- Specified by:
getCachePropertiesin interfaceCacheConfiguration
-
getBatcher
- Specified by:
getBatcherin interfaceCacheConfiguration
-