Uses of Class
nonapi.io.github.classgraph.concurrency.SingletonMap.NullSingletonException
-
Packages that use SingletonMap.NullSingletonException Package Description nonapi.io.github.classgraph.concurrency -
-
Uses of SingletonMap.NullSingletonException in nonapi.io.github.classgraph.concurrency
Methods in nonapi.io.github.classgraph.concurrency that throw SingletonMap.NullSingletonException Modifier and Type Method Description V
SingletonMap. get(K key, LogNode log)
Check if the given key is in the map, and if so, return the value ofSingletonMap.newInstance(Object, LogNode)
for that key, or block on the result ofSingletonMap.newInstance(Object, LogNode)
if another thread is currently creating the new instance.V
SingletonMap. get(K key, LogNode log, SingletonMap.NewInstanceFactory<V,E> newInstanceFactory)
Check if the given key is in the map, and if so, return the value ofSingletonMap.newInstance(Object, LogNode)
for that key, or block on the result ofSingletonMap.newInstance(Object, LogNode)
if another thread is currently creating the new instance.
-