public interface BytesRingBufferStats
Modifier and Type | Method and Description |
---|---|
long |
capacity() |
long |
getAndClearReadCount() |
long |
getAndClearWriteCount() |
long |
maxCopyTimeNs() |
long |
minNumberOfWriteBytesRemaining()
each time the ring is read, this logs the number of bytes in the write buffer, calling this
method resets these statistics,
|
long minNumberOfWriteBytesRemaining()
long capacity()
long getAndClearReadCount()
long getAndClearWriteCount()
long maxCopyTimeNs()
Copyright © 2018. All rights reserved.