Class LocalInstance<AGGREGATOR,SAMPLE>

java.lang.Object
com.yahoo.concurrent.LocalInstance<AGGREGATOR,SAMPLE>
Type Parameters:
AGGREGATOR - the structure to insert produced data into
SAMPLE - 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 internal ThreadLocal in ThreadLocalDirectory if possible, but has no user available methods.
Author:
Steinar Knutsen