Class HotRodSessionFactory<MC,AV,LC>

Type Parameters:
MC - the marshalling context type
AV - the session attribute entry type
LC - the local context type
All Implemented Interfaces:
AutoCloseable, Creator<String,Map.Entry<SessionMetaDataEntry<LC>,AV>,Duration>, Locator<String,Map.Entry<SessionMetaDataEntry<LC>,AV>>, Remover<String>, Registrar<Consumer<ImmutableSession>>, ImmutableSessionFactory<SessionMetaDataEntry<LC>,AV>, SessionFactory<MC,SessionMetaDataEntry<LC>,AV,LC>

public class HotRodSessionFactory<MC,AV,LC> extends CompositeSessionFactory<MC,SessionMetaDataEntry<LC>,AV,LC> implements Registrar<Consumer<ImmutableSession>>
Factory for creating a Session backed by a set of RemoteCache entries.
Author:
Paul Ferraro