Class SessionLoader.WorkerResult
- java.lang.Object
- 
- org.keycloak.models.sessions.infinispan.initializer.SessionLoader.WorkerResult
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- OfflinePersistentWorkerResult
 - Enclosing interface:
- SessionLoader<LOADER_CONTEXT extends SessionLoader.LoaderContext,WORKER_CONTEXT extends SessionLoader.WorkerContext,WORKER_RESULT extends SessionLoader.WorkerResult>
 
 public static class SessionLoader.WorkerResult extends Object implements Serializable Result of single worker iteration- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description WorkerResult(boolean success, int segment, int workerId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSegment()intgetWorkerId()booleanisSuccess()
 
-