public interface WireStore
extends net.openhft.chronicle.core.ReferenceCounted, net.openhft.chronicle.wire.Marshallable
Modifier and Type | Method and Description |
---|---|
boolean |
appendRollMeta(net.openhft.chronicle.wire.Wire wire,
long cycle) |
long |
cycle() |
long |
epoch() |
long |
firstSequenceNumber() |
void |
install(long length,
boolean created,
long cycle,
ChronicleQueueBuilder builder) |
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() |
void |
writePosition(long position) |
close, refCount, release, release, releaseAll, reserve, tryReserve
closeQuietly, notifyClosing
void 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)
void install(long length, boolean created, long cycle, @NotNull ChronicleQueueBuilder builder)
@NotNull net.openhft.chronicle.bytes.MappedBytes mappedBytes()
void storeIndexLocation(net.openhft.chronicle.wire.Wire wire, long position, long index)
Copyright © 2016. All rights reserved.