Class OfflinePersistentWorkerResult
- java.lang.Object
-
- org.keycloak.models.sessions.infinispan.initializer.SessionLoader.WorkerResult
-
- org.keycloak.models.sessions.infinispan.initializer.OfflinePersistentWorkerResult
-
- All Implemented Interfaces:
Serializable
public class OfflinePersistentWorkerResult extends SessionLoader.WorkerResult
- Author:
- Marek Posolda
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OfflinePersistentWorkerResult(boolean success, int segment, int workerId, String lastSessionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLastSessionId()
-
Methods inherited from class org.keycloak.models.sessions.infinispan.initializer.SessionLoader.WorkerResult
getSegment, getWorkerId, isSuccess
-
-