Class HotRodSessionManager<C,MV,AV,SC>

java.lang.Object
org.wildfly.clustering.session.cache.AbstractSessionManager<C,MV,AV,SC>
org.wildfly.clustering.session.infinispan.remote.HotRodSessionManager<C,MV,AV,SC>
Type Parameters:
C - the session manager context type
MV - the meta-data value type
AV - the attributes value type
SC - the session context type
All Implemented Interfaces:
org.wildfly.clustering.server.manager.Manager<String>, org.wildfly.clustering.server.manager.ManagerConfiguration<String>, org.wildfly.clustering.server.manager.Service, org.wildfly.clustering.session.SessionManager<SC>, org.wildfly.clustering.session.SessionStatistics

public class HotRodSessionManager<C,MV,AV,SC> extends AbstractSessionManager<C,MV,AV,SC>
Generic HotRod-based session manager implementation - independent of cache mapping strategy.
Author:
Paul Ferraro