Class SessionLoader.LoaderContext
- java.lang.Object
- 
- org.keycloak.models.sessions.infinispan.initializer.SessionLoader.LoaderContext
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- OfflinePersistentLoaderContext,- RemoteCacheSessionsLoaderContext
 - Enclosing interface:
- SessionLoader<LOADER_CONTEXT extends SessionLoader.LoaderContext,WORKER_CONTEXT extends SessionLoader.WorkerContext,WORKER_RESULT extends SessionLoader.WorkerResult>
 
 public static class SessionLoader.LoaderContext extends Object implements Serializable Object, which contains some context data to be used by SessionLoader implementation. It's computed just once and then passed to eachSessionLoader. It needs to beSerializable- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LoaderContext(int segmentsCount)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSegmentsCount()
 
-