Uses of Class
org.apache.cassandra.utils.concurrent.LoadingMap.UnloadExecutionException
-
Packages that use LoadingMap.UnloadExecutionException Package Description org.apache.cassandra.utils.concurrent -
-
Uses of LoadingMap.UnloadExecutionException in org.apache.cassandra.utils.concurrent
Methods in org.apache.cassandra.utils.concurrent that throw LoadingMap.UnloadExecutionException Modifier and Type Method Description V
LoadingMap. blockingUnloadIfPresent(K key, java.util.function.Consumer<? super V> unloadFunction)
If a value for the given key is present, unload function is run and the value is removed from the map.
-