| Interface | Description |
|---|---|
| InfinispanRouteLocatorConfiguration |
Configuration for a
RouteLocator. |
| InfinispanSessionManagerConfiguration |
Configuration for an
InfinispanSessionManager. |
| InfinispanSessionManagerFactoryConfiguration | |
| Scheduler |
A scheduler for some task.
|
| SessionEvictionContext |
Encapsulates the context for session eviction.
|
| SessionFactory<V,L> |
Factory for creating sessions.
|
| Class | Description |
|---|---|
| CancelSchedulerCommand |
Command that cancels the scheduling of a session.
|
| ExpiredSessionRemover<V,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.
|
| InfinispanSessionManager<V,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.
|
| MockImmutableSession |
ImmutableSession optimization used to avoid full session lookup
if all we care about is the identifier and/or meta data. |
| MutableDetector |
Determines whether a given object is mutable.
|
| 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.
|
| SessionAttributeMarshallingContext |
Versioned session attribute marshalling context.
|
| 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.
|
| SessionIdentifierFilter |
Filters a cache for session identifier keyed entries.
|
| 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.
|
| SimpleSessionMetaData |
Basic session meta data implementation.
|
| SimpleSessionMetaDataExternalizer |
Externalizer for session meta data.
|
| Time |
Struct for specifying a time duration.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.