Class MutableSessionManagementConfiguration
- java.lang.Object
-
- org.wildfly.extension.clustering.web.deployment.MutableSessionManagementConfiguration
-
- All Implemented Interfaces:
Function<String,String>,UnaryOperator<String>,DistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
- Direct Known Subclasses:
MutableHotRodSessionManagementConfiguration,MutableInfinispanSessionManagementConfiguration
public class MutableSessionManagementConfiguration extends Object implements 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)SessionAttributePersistenceStrategygetAttributePersistenceStrategy()Function<org.jboss.as.server.deployment.DeploymentUnit,ByteBufferMarshaller>getMarshallerFactory()voidsetMarshallerFactory(String value)voidsetSessionGranularity(String value)
-
-
-
Method Detail
-
getAttributePersistenceStrategy
public SessionAttributePersistenceStrategy getAttributePersistenceStrategy()
- Specified by:
getAttributePersistenceStrategyin interfaceDistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
-
getMarshallerFactory
public Function<org.jboss.as.server.deployment.DeploymentUnit,ByteBufferMarshaller> getMarshallerFactory()
- Specified by:
getMarshallerFactoryin interfaceDistributableSessionManagementConfiguration<org.jboss.as.server.deployment.DeploymentUnit>
-
setSessionGranularity
public void setSessionGranularity(String value)
-
setMarshallerFactory
public void setMarshallerFactory(String value)
-
-