public class SharedQueue extends BlockingFetchQueues<Callable<?>> implements CacheControl
CacheControl.CacheControls, CacheControl.Dummy
Constructor and Description |
---|
SharedQueue(int numFetcherThreads) |
SharedQueue(int numFetcherThreads,
int numPriorities) |
Modifier and Type | Method and Description |
---|---|
void |
prepareNextFrame()
Prepare the cache for providing data for the "next frame".
|
void |
shutdown() |
clear, clearToPrefetch, getCurrentFrame, getNumPriorities, pause, put_unsafe, put, resume, take
public SharedQueue(int numFetcherThreads, int numPriorities)
public SharedQueue(int numFetcherThreads)
public void shutdown()
public void prepareNextFrame()
CacheControl
For the VolatileGlobalCellCache
, this means that
prepareNextFrame
in interface CacheControl
Copyright © 2015–2021 Fiji. All rights reserved.