public class ByteBufferSupplyTest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) class |
ByteBufferSupplyTest.RingConsumerThread
Thread to do consumer get and release on ring buffer items.
|
Modifier and Type | Field and Description |
---|---|
(package private) ByteBufferSupply |
bbSupply |
(package private) boolean |
simpleTest |
(package private) java.util.concurrent.CountDownLatch |
startLatch |
Constructor and Description |
---|
ByteBufferSupplyTest(java.lang.String[] args)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Run as a stand-alone application.
|
void |
run()
This method is executed as a thread.
|
java.util.concurrent.CountDownLatch startLatch
ByteBufferSupply bbSupply
boolean simpleTest