Interface HotRodSessionManagementConfiguration<M>
- All Superinterfaces:
DistributableSessionManagementConfiguration<M>,RemoteCacheConfiguration
- All Known Implementing Classes:
HotRodSessionManagementServiceConfigurator,MutableHotRodSessionManagementConfiguration
public interface HotRodSessionManagementConfiguration<M>
extends DistributableSessionManagementConfiguration<M>, RemoteCacheConfiguration
Configuration of an
HotRodSessionManagementProvider.- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the size of the thread pool used for processing expiration events from the remote Infinispan cluster.Methods inherited from interface org.wildfly.clustering.web.session.DistributableSessionManagementConfiguration
getAttributePersistenceStrategy, getMarshallerFactoryMethods inherited from interface org.wildfly.clustering.ee.hotrod.RemoteCacheConfiguration
getConfigurationName, getContainerName
-
Method Details
-
getExpirationThreadPoolSize
int getExpirationThreadPoolSize()Returns the size of the thread pool used for processing expiration events from the remote Infinispan cluster.- Returns:
-