public interface BytesRingBufferStats
Modifier and Type | Method and Description |
---|---|
long |
capacity() |
long |
getAndClearContentionCount() |
long |
getAndClearMissedWriteCount() |
long |
getAndClearWriteCount() |
long |
minNumberOfWriteBytesRemaining()
each time the ring is read, this logs the number of bytes in the write buffer, calling this
method resets these statistics,
|
List<RingBufferReaderStats> |
readers() |
long minNumberOfWriteBytesRemaining()
long capacity()
long getAndClearWriteCount()
long getAndClearMissedWriteCount()
long getAndClearContentionCount()
List<RingBufferReaderStats> readers()
Copyright © 2021. All rights reserved.