public class Tasks extends Object
| Constructor and Description |
|---|
Tasks() |
| Modifier and Type | Method and Description |
|---|---|
static <S extends SessionEntity> |
addIfAbsentSync()
Returns a typed task of type
SessionUpdateTask.CacheOperation.ADD_IF_ABSENT that does no other update. |
static <S extends SessionEntity> |
removeSync()
Returns a typed task of type
SessionUpdateTask.CacheOperation.REMOVE that does no other update. |
public static <S extends SessionEntity> SessionUpdateTask<S> addIfAbsentSync()
SessionUpdateTask.CacheOperation.ADD_IF_ABSENT that does no other update. This operation has DC message
status SessionUpdateTask.CrossDCMessageStatus.SYNC.S - public static <S extends SessionEntity> SessionUpdateTask<S> removeSync()
SessionUpdateTask.CacheOperation.REMOVE that does no other update. This operation has DC message
status SessionUpdateTask.CrossDCMessageStatus.SYNC.S - Copyright © 2021 JBoss by Red Hat. All rights reserved.