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:
  • Constructor Details

    • WorkerResult

      public WorkerResult(boolean success, int segment, int workerId)
  • Method Details

    • isSuccess

      public boolean isSuccess()
    • getSegment

      public int getSegment()
    • getWorkerId

      public int getWorkerId()