public interface BytesRingBufferStats
BytesRingBuffer
.Modifier and Type | Method and Description |
---|---|
long |
capacity() |
long |
getAndClearContentionCount()
Calling this method resets the number.
|
long |
getAndClearMissedWriteCount()
Calling this method resets the number.
|
long |
getAndClearWriteCount()
Calling this method resets the number.
|
long |
minNumberOfWriteBytesRemaining()
Each time the ring is read, the number of bytes remaining in the write buffer are recorded, and that
number is returned by this method.
|
List<RingBufferReaderStats> |
readers() |
long minNumberOfWriteBytesRemaining()
long capacity()
long getAndClearWriteCount()
long getAndClearMissedWriteCount()
long getAndClearContentionCount()
List<RingBufferReaderStats> readers()
RingBufferReaderStats
objects, each representing the statistics
for a reader of the ring buffer.Copyright © 2023. All rights reserved.