Uses of Class
org.keycloak.models.map.storage.chm.ConcurrentHashMapStorage.MapTaskWithValue
-
Packages that use ConcurrentHashMapStorage.MapTaskWithValue Package Description org.keycloak.models.map.storage.chm -
-
Uses of ConcurrentHashMapStorage.MapTaskWithValue in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type ConcurrentHashMapStorage.MapTaskWithValue Modifier and Type Field Description protected Map<String,ConcurrentHashMapStorage.MapTaskWithValue>
ConcurrentHashMapStorage. tasks
Methods in org.keycloak.models.map.storage.chm with parameters of type ConcurrentHashMapStorage.MapTaskWithValue Modifier and Type Method Description protected void
ConcurrentHashMapStorage. addTask(String key, ConcurrentHashMapStorage.MapTaskWithValue task)
Adds a given task if not exists for the given key
-