Uses of Class
org.apache.cassandra.utils.concurrent.LoadingMap.UnloadExecutionException
Packages that use LoadingMap.UnloadExecutionException
-
Uses of LoadingMap.UnloadExecutionException in org.apache.cassandra.utils.concurrent
Methods in org.apache.cassandra.utils.concurrent that throw LoadingMap.UnloadExecutionExceptionModifier and TypeMethodDescriptionLoadingMap.blockingUnloadIfPresent(K key, 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.