Uses of Class
nonapi.io.github.classgraph.concurrency.SingletonMap.NewInstanceException
-
Packages that use SingletonMap.NewInstanceException Package Description nonapi.io.github.classgraph.concurrency -
-
Uses of SingletonMap.NewInstanceException in nonapi.io.github.classgraph.concurrency
Methods in nonapi.io.github.classgraph.concurrency that throw SingletonMap.NewInstanceException 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.
-