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()
-
-
-
Method Detail
-
getCache
<CK,CV> org.infinispan.client.hotrod.RemoteCache<CK,CV> getCache()
- Specified by:
getCachein interfaceCacheConfiguration
-
getCacheProperties
default CacheProperties getCacheProperties()
- Specified by:
getCachePropertiesin interfaceCacheConfiguration
-
getBatcher
default Batcher<TransactionBatch> getBatcher()
- Specified by:
getBatcherin interfaceCacheConfiguration
-
-