Interface InfinispanSessionManagerParameters

All Superinterfaces:
org.wildfly.clustering.session.cache.SessionManagerParameters

public interface InfinispanSessionManagerParameters extends org.wildfly.clustering.session.cache.SessionManagerParameters
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    org.infinispan.configuration.cache.CacheType
     
    default String
     
    org.infinispan.transaction.TransactionMode
     
    default Runnable
    persistence(org.infinispan.configuration.global.GlobalConfiguration global, org.infinispan.configuration.cache.PersistenceConfigurationBuilder builder)
     

    Methods inherited from interface org.wildfly.clustering.session.cache.SessionManagerParameters

    getClusterName, getSessionAttributeMarshaller, getSessionAttributePersistenceStrategy
  • Method Details

    • getCacheType

      org.infinispan.configuration.cache.CacheType getCacheType()
    • getTransactionMode

      org.infinispan.transaction.TransactionMode getTransactionMode()
    • getDeploymentName

      default String getDeploymentName()
      Specified by:
      getDeploymentName in interface org.wildfly.clustering.session.cache.SessionManagerParameters
    • persistence

      default Runnable persistence(org.infinispan.configuration.global.GlobalConfiguration global, org.infinispan.configuration.cache.PersistenceConfigurationBuilder builder)