Class HotRodUserSessionsFactory<D,S>

java.lang.Object
org.wildfly.clustering.session.infinispan.remote.user.HotRodUserSessionsFactory<D,S>
Type Parameters:
D - the deployment type
S - the session type
All Implemented Interfaces:
CacheEntryCreator<String,Map<D,S>,Void>, CacheEntryLocator<String,Map<D,S>>, CacheEntryRemover<String>, UserSessionsFactory<Map<D,S>,D,S>

public class HotRodUserSessionsFactory<D,S> extends Object implements UserSessionsFactory<Map<D,S>,D,S>
A user sessions factory.
Author:
Paul Ferraro
  • Constructor Details

    • HotRodUserSessionsFactory

      public HotRodUserSessionsFactory(RemoteCacheConfiguration configuration)
      Creates a user sessions factory
      Parameters:
      configuration - the configuration associated with the cache
  • Method Details