Class HotRodSessionMetaDataFactory<C>

java.lang.Object
org.wildfly.clustering.web.hotrod.session.metadata.HotRodSessionMetaDataFactory<C>
Type Parameters:
C - the local context type
All Implemented Interfaces:
AutoCloseable, Creator<String,SessionMetaDataEntry<C>,Duration>, Locator<String,SessionMetaDataEntry<C>>, Remover<String>, ImmutableSessionMetaDataFactory<SessionMetaDataEntry<C>>, SessionMetaDataFactory<SessionMetaDataEntry<C>>

public class HotRodSessionMetaDataFactory<C> extends Object implements SessionMetaDataFactory<SessionMetaDataEntry<C>>
Factory for creating SessionMetaData backed by a pair of RemoteCache entries.
Author:
Paul Ferraro