java.lang.Object
org.wildfly.clustering.marshalling.Formatter.Provided<K>
org.wildfly.clustering.cache.KeyFormatter<String,K>
org.wildfly.clustering.session.infinispan.embedded.SessionKeyFormatter<K>
- Type Parameters:
K- the cache key type
- All Implemented Interfaces:
Formatter<K>
- Direct Known Subclasses:
SessionAttributesKeyFormatter, SessionMetaDataKeyFormatter, UserContextKeyFormatter, UserSessionsKeyFormatter
Base
Formatter for cache keys containing session identifiers.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface Formatter
Formatter.Identity, Formatter.Provided<T> -
Field Summary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSessionKeyFormatter(Function<String, K> factory) Creates the formatter of a session key. -
Method Summary
Methods inherited from class Formatter.Provided
format, getType, parse, wrap
-
Constructor Details
-
SessionKeyFormatter
-