Interface | Description |
---|---|
SessionLoader<LOADER_CONTEXT extends SessionLoader.LoaderContext,WORKER_CONTEXT extends SessionLoader.WorkerContext,WORKER_RESULT extends SessionLoader.WorkerResult> |
Class | Description |
---|---|
BaseCacheInitializer | |
CacheInitializer | |
DBLockBasedCacheInitializer |
Encapsulates preloading of sessions within the DB Lock.
|
InfinispanCacheInitializer |
Startup initialization for reading persistent userSessions to be filled into infinispan/memory .
|
InitializerState |
Note that this state is NOT thread safe.
|
InitializerState.ExternalizerImpl | |
OfflinePersistentLoaderContext | |
OfflinePersistentUserSessionLoader | |
OfflinePersistentWorkerContext | |
OfflinePersistentWorkerResult | |
SessionInitializerWorker | |
SessionLoader.LoaderContext |
Object, which contains some context data to be used by SessionLoader implementation.
|
SessionLoader.WorkerContext |
Object, which is computed before each worker iteration and contains some data to be used by the corresponding worker iteration.
|
SessionLoader.WorkerResult |
Result of single worker iteration
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.