Class Tasks
- java.lang.Object
- 
- org.keycloak.models.sessions.infinispan.changes.Tasks
 
- 
 public class Tasks extends Object - Author:
- hmlnarik
 
- 
- 
Constructor SummaryConstructors Constructor Description Tasks()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static <S extends SessionEntity>
 SessionUpdateTask<S>addIfAbsentSync()Returns a typed task of typeSessionUpdateTask.CacheOperation.ADD_IF_ABSENTthat does no other update.static <S extends SessionEntity>
 SessionUpdateTask<S>removeSync()Returns a typed task of typeSessionUpdateTask.CacheOperation.REMOVEthat does no other update.
 
- 
- 
- 
Method Detail- 
addIfAbsentSyncpublic static <S extends SessionEntity> SessionUpdateTask<S> addIfAbsentSync() Returns a typed task of typeSessionUpdateTask.CacheOperation.ADD_IF_ABSENTthat does no other update. This operation has DC message statusSessionUpdateTask.CrossDCMessageStatus.SYNC.- Type Parameters:
- S-
- Returns:
 
 - 
removeSyncpublic static <S extends SessionEntity> SessionUpdateTask<S> removeSync() Returns a typed task of typeSessionUpdateTask.CacheOperation.REMOVEthat does no other update. This operation has DC message statusSessionUpdateTask.CrossDCMessageStatus.SYNC.- Type Parameters:
- S-
- Returns:
 
 
- 
 
-