Class RemoteCacheSessionsLoaderContext
- java.lang.Object
- 
- org.keycloak.models.sessions.infinispan.initializer.SessionLoader.LoaderContext
- 
- org.keycloak.models.sessions.infinispan.remotestore.RemoteCacheSessionsLoaderContext
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class RemoteCacheSessionsLoaderContext extends SessionLoader.LoaderContext - Author:
- Marek Posolda
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RemoteCacheSessionsLoaderContext(int ispnSegmentsCount, int sessionsPerSegment, int sessionsTotal)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIspnSegmentsCount()intgetSessionsPerSegment()intgetSessionsTotal()StringtoString()- 
Methods inherited from class org.keycloak.models.sessions.infinispan.initializer.SessionLoader.LoaderContextgetSegmentsCount
 
- 
 
-