Package | Description |
---|---|
net.imglib2.cache.queue | |
net.imglib2.cache.ref |
Constructor and Description |
---|
FetcherThreads(BlockingFetchQueues<Callable<?>> queue,
int numFetcherThreads)
Create (and start) a set of fetcher threads.
|
FetcherThreads(BlockingFetchQueues<Callable<?>> queue,
int numFetcherThreads,
IntFunction<String> threadIndexToName)
Create (and start) a set of fetcher threads.
|
Constructor and Description |
---|
WeakRefVolatileCache(Cache<K,V> backingCache,
BlockingFetchQueues<Callable<?>> fetchQueue,
CreateInvalid<? super K,? extends V> createInvalid) |
WeakRefVolatileLoaderCache(LoaderCache<K,V> backingCache,
BlockingFetchQueues<Callable<?>> fetchQueue) |
Copyright © 2015–2022 ImgLib2. All rights reserved.