Package org.wildfly.clustering.ee.hotrod
Interface HotRodConfiguration
-
- All Superinterfaces:
CacheConfiguration
public interface HotRodConfiguration extends CacheConfiguration
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default Batcher<TransactionBatch>getBatcher()<CK,CV>
org.infinispan.client.hotrod.RemoteCache<CK,CV>getCache()default CachePropertiesgetCacheProperties()default org.infinispan.client.hotrod.Flag[]getForceReturnFlags()default org.infinispan.client.hotrod.Flag[]getIgnoreReturnFlags()default org.infinispan.client.hotrod.configuration.NearCacheModegetNearCacheMode()
-
-
-
Method Detail
-
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
default CacheProperties getCacheProperties()
- Specified by:
getCachePropertiesin interfaceCacheConfiguration
-
getBatcher
default Batcher<TransactionBatch> getBatcher()
- Specified by:
getBatcherin interfaceCacheConfiguration
-
-