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 Summary
Constructors Constructor Description WorkerResult(boolean success, int segment, int workerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getSegment()
int
getWorkerId()
boolean
isSuccess()
-