public abstract class MultithreadedInitializationTest extends Object
Modifier and Type | Field and Description |
---|---|
protected AtomicLong |
eventCount |
protected static int |
THREAD_COUNT |
Constructor and Description |
---|
MultithreadedInitializationTest() |
Modifier and Type | Method and Description |
---|---|
protected int |
extraLogEvents() |
protected abstract long |
getRecordedEventCount() |
void |
multiThreadedInitialization() |
protected static final int THREAD_COUNT
protected final AtomicLong eventCount
public MultithreadedInitializationTest()
public void multiThreadedInitialization() throws InterruptedException, BrokenBarrierException
protected abstract long getRecordedEventCount()
protected int extraLogEvents()
Copyright © 2005–2022 QOS.ch. All rights reserved.