public interface SingleChronicleQueueFields
Modifier and Type | Method and Description |
---|---|
long |
blockSize() |
long |
bufferCapacity() |
boolean |
buffered() |
long |
epoch() |
net.openhft.chronicle.threads.api.EventLoop |
eventLoop() |
java.util.function.Consumer<net.openhft.chronicle.bytes.BytesRingBufferStats> |
onRingBufferStats() |
File |
path() |
RollCycle |
rollCycle() |
net.openhft.chronicle.wire.WireType |
wireType() |
java.util.function.Consumer<net.openhft.chronicle.bytes.BytesRingBufferStats> onRingBufferStats()
@NotNull File path()
long blockSize()
@NotNull net.openhft.chronicle.wire.WireType wireType()
long bufferCapacity()
long epoch()
@NotNull RollCycle rollCycle()
boolean buffered()
@Nullable net.openhft.chronicle.threads.api.EventLoop eventLoop()
Copyright © 2016. All rights reserved.