public interface WireStore
extends net.openhft.chronicle.core.ReferenceCounted, net.openhft.chronicle.wire.Demarshallable, net.openhft.chronicle.wire.WriteMarshallable
Modifier and Type | Method and Description |
---|---|
boolean |
appendRollMeta(net.openhft.chronicle.wire.Wire wire,
long cycle) |
long |
cycle() |
long |
epoch() |
long |
firstSequenceNumber() |
net.openhft.chronicle.bytes.MappedBytes |
mappedBytes() |
long |
moveToIndex(net.openhft.chronicle.wire.Wire wire,
long index) |
long |
sequenceNumber() |
void |
storeIndexLocation(net.openhft.chronicle.wire.Wire wire,
long position,
long index) |
long |
writePosition() |
WireStore |
writePosition(long position) |
close, refCount, release, release, releaseAll, reserve, tryReserve
WireStore writePosition(long position)
long cycle()
epoch
and
calculated using the roll typelong epoch()
long writePosition()
long sequenceNumber()
long firstSequenceNumber()
boolean appendRollMeta(@NotNull net.openhft.chronicle.wire.Wire wire, long cycle)
long moveToIndex(@NotNull net.openhft.chronicle.wire.Wire wire, long index)
@NotNull net.openhft.chronicle.bytes.MappedBytes mappedBytes()
void storeIndexLocation(net.openhft.chronicle.wire.Wire wire, long position, long index)
Copyright © 2016. All rights reserved.