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