Interface HotRodSessionFactoryConfiguration
-
- All Superinterfaces:
CacheConfiguration,HotRodConfiguration
- All Known Subinterfaces:
HotRodSessionManagerFactoryConfiguration<S,SC,AL,LC>
public interface HotRodSessionFactoryConfiguration extends HotRodConfiguration
Encapsulates the configuration of aHotRodSessionFactory.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetExpirationThreadPoolSize()Returns the size of the thread pool used for processing expiration events from the remote Infinispan cluster.-
Methods inherited from interface org.wildfly.clustering.ee.hotrod.HotRodConfiguration
getBatcher, getCache, getCacheProperties, getForceReturnFlags, getIgnoreReturnFlags, getNearCacheMode
-
-