Class MutableSessionManagementConfiguration
- java.lang.Object
-
- org.wildfly.extension.clustering.web.deployment.MutableSessionManagementConfiguration
-
- All Implemented Interfaces:
Function<String,String>,UnaryOperator<String>,org.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
- Direct Known Subclasses:
MutableHotRodSessionManagementConfiguration,MutableInfinispanSessionManagementConfiguration
public class MutableSessionManagementConfiguration extends Object implements org.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>, UnaryOperator<String>
- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringapply(String value)org.wildfly.clustering.web.session.SessionAttributePersistenceStrategygetAttributePersistenceStrategy()Function<org.jboss.as.server.deployment.DeploymentUnit,org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller>getMarshallerFactory()voidsetMarshallerFactory(String value)voidsetSessionGranularity(String value)
-
-
-
Method Detail
-
getAttributePersistenceStrategy
public org.wildfly.clustering.web.session.SessionAttributePersistenceStrategy getAttributePersistenceStrategy()
- Specified by:
getAttributePersistenceStrategyin interfaceorg.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
-
getMarshallerFactory
public Function<org.jboss.as.server.deployment.DeploymentUnit,org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller> getMarshallerFactory()
- Specified by:
getMarshallerFactoryin interfaceorg.wildfly.clustering.web.session.DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
-
setSessionGranularity
public void setSessionGranularity(String value)
-
setMarshallerFactory
public void setMarshallerFactory(String value)
-
-