| Interface | Description |
|---|---|
| HotRodSessionManagerConfiguration |
Configuration for an
HotRodSessionManager. |
| HotRodSessionManagerFactoryConfiguration<C extends org.wildfly.clustering.marshalling.spi.Marshallability> | |
| ImmutableSessionAccessMetaData |
Immutable view of the volatile aspects of a session's meta-data.
|
| ImmutableSessionCreationMetaData |
Immutable view of the more static aspects of a session's meta-data.
|
| InvalidatableSessionMetaData | |
| Scheduler |
A scheduler for some task.
|
| SessionAccessMetaData |
The volatile aspects of a session's meta-data.
|
| SessionAttributes | |
| SessionAttributesFactory<K,V> | |
| SessionCreationMetaData |
The more static aspects of a session's meta-data.
|
| SessionEntry<K,MV,AV> | |
| SessionFactory<K,MV extends Keyed<K>,AV,L> |
Factory for creating sessions.
|
| SessionMetaDataFactory<K,V extends Keyed<K>,L> |
| Class | Description |
|---|---|
| AbstractImmutableSessionMetaData |
Implements just the function methods of
ImmutableSessionMetaData. |
| ExpiredSessionRemover<K,MV extends Keyed<K>,AV,L> |
Session remover that removes a session if and only if it is expired.
|
| HotRodImmutableSession |
Generic immutable session implementation - independent of cache mapping strategy.
|
| HotRodRouteLocator | |
| HotRodSession<L> |
Generic session implementation - independent of cache mapping strategy.
|
| HotRodSessionEntry<K,MV,AV> | |
| HotRodSessionFactory<K,V,L> | |
| HotRodSessionManager<K,MV extends Keyed<K>,AV,L> |
Generic HotRod-based session manager implementation - independent of cache mapping strategy.
|
| HotRodSessionManagerFactory<C extends org.wildfly.clustering.marshalling.spi.Marshallability> |
Factory for creating session managers.
|
| HotRodSessionMetaData<K,L> |
Wrapper for the components of a sessions's meta-data,
|
| HotRodSessionMetaDataFactory<L> | |
| MutableSessionAccessMetaData | |
| MutableSessionCreationMetaData | |
| SessionAccessMetaDataExternalizer |
Optimize marshalling of last accessed timestamp.
|
| SessionAccessMetaDataKey<I> |
Cache key for the session access meta data entry.
|
| SessionAccessMetaDataKeyExternalizer |
Externalizer for
SessionAccessMetaDataKey |
| SessionCreationMetaDataEntry<K,L> |
Cache entry containing the session creation meta data and local context.
|
| SessionCreationMetaDataEntryExternalizer |
Externalizer for
SessionCreationMetaDataEntry |
| SessionCreationMetaDataKey |
Cache key for the session creation meta data entry.
|
| SessionCreationMetaDataKeyExternalizer | |
| SessionExpirationScheduler |
Session expiration scheduler that eagerly expires sessions as soon as they are eligible.
|
| SimpleImmutableSession |
An immutable "snapshot" of a session which can be accessed outside the scope of a transaction.
|
| SimpleImmutableSessionAttributes |
An immutable "snapshot" of a session's attributes which can be accessed outside the scope of a transaction.
|
| SimpleImmutableSessionMetaData |
An immutable "snapshot" of a session's meta-data which can be accessed outside the scope of a transaction.
|
| SimpleSessionAccessMetaData | |
| SimpleSessionCreationMetaData | |
| SimpleSessionMetaData |
Composite view of the meta data of a session, combining volatile and static aspects.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.