Package com.yahoo.concurrent
Class LocalInstance<AGGREGATOR,SAMPLE>
- java.lang.Object
-
- com.yahoo.concurrent.LocalInstance<AGGREGATOR,SAMPLE>
-
- Type Parameters:
AGGREGATOR
- the structure to insert produced data intoSAMPLE
- type of produced data to insert from each participating thread
public final class LocalInstance<AGGREGATOR,SAMPLE> extends Object
Only for use along with ThreadLocalDirectory. A thread local data container instance. The class is visible to avoid indirection through the internalThreadLocal
in ThreadLocalDirectory if possible, but has no user available methods.- Author:
- Steinar Knutsen