Interface | Description |
---|---|
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.
|
InfinispanRouteLocatorConfiguration |
Configuration for a
RouteLocator . |
InfinispanSessionManagerConfiguration |
Configuration for an
InfinispanSessionManager . |
InfinispanSessionManagerFactoryConfiguration | |
InvalidatableSessionMetaData | |
Scheduler |
A scheduler for some task.
|
SessionAccessMetaData |
The volatile aspects of a session's meta-data.
|
SessionAttributes | |
SessionAttributesFactory<V> | |
SessionCreationMetaData |
The more static aspects of a session's meta-data.
|
SessionEvictionContext |
Encapsulates the context for session eviction.
|
SessionFactory<MV,AV,L> |
Factory for creating sessions.
|
SessionMetaDataFactory<V,L> |
Class | Description |
---|---|
AbstractImmutableSessionMetaData |
Implements just the function methods of
ImmutableSessionMetaData . |
CancelSchedulerCommand |
Command that cancels the scheduling of a session.
|
DistributedRouteCacheGroupBuilderProvider | |
ExpiredSessionRemover<MV,AV,L> |
Session remover that removes a session if and only if it is expired.
|
InfinispanImmutableSession |
Generic immutable session implementation - independent of cache mapping strategy.
|
InfinispanRouteLocator |
Uses Infinispan's
DistributionManager to determine the best node (i.e. |
InfinispanRouteLocatorBuilder |
Service providing an Infinispan-based
RouteLocator . |
InfinispanRouteLocatorBuilderProvider |
Builds a
RouteLocator service. |
InfinispanSession<L> |
Generic session implementation - independent of cache mapping strategy.
|
InfinispanSessionFactory<V,L> | |
InfinispanSessionManager<MV,AV,L> |
Generic session manager implementation - independent of cache mapping strategy.
|
InfinispanSessionManagerFactory |
Factory for creating session managers.
|
InfinispanSessionManagerFactoryBuilder | |
InfinispanSessionManagerFactoryBuilderProvider |
Service building strategy the Infinispan session manager factory.
|
InfinispanSessionMetaData<L> |
Wrapper for the components of a sessions's meta-data,
|
InfinispanSessionMetaDataFactory<L> | |
LocalRouteCacheGroupBuilderProvider | |
MutableDetector |
Determines whether a given object is mutable.
|
MutableSessionAccessMetaData | |
MutableSessionCreationMetaData | |
RouteCacheGroupBuilderProvider |
Creates routing services.
|
RouteRegistryEntryProvider |
Provides the local
Registry entry containing the route identifier. |
RouteRegistryEntryProviderBuilder |
Service that provides the
RegistryEntryProvider for the routing Registry . |
ScheduleSchedulerCommand |
Command that schedules a session.
|
SessionAccessMetaDataExternalizer |
Optimize marshalling of last accessed timestamp.
|
SessionAccessMetaDataKey |
Cache key for the session access meta data entry.
|
SessionAccessMetaDataKeyExternalizer |
Externalizer for
SessionAccessMetaDataKey |
SessionCreationMetaDataEntry<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 | |
SessionCreationMetaDataKeyFilter |
Filters a cache for session creation meta data entries.
|
SessionCreationMetaDataKeyFilterExternalizer | |
SessionEvictionCommand |
Command that evicts a session.
|
SessionEvictionScheduler |
Session eviction scheduler that eagerly evicts the oldest sessions when
the number of active sessions exceeds the configured maximum.
|
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.