public interface CommonStore
extends net.openhft.chronicle.core.ReferenceCounted, net.openhft.chronicle.wire.Demarshallable, net.openhft.chronicle.wire.WriteMarshallable, net.openhft.chronicle.core.io.Closeable
Modifier and Type | Method and Description |
---|---|
net.openhft.chronicle.bytes.MappedBytes |
bytes() |
String |
dump() |
File |
file() |
net.openhft.chronicle.wire.WireType |
wireType() |
long |
writeHeader(net.openhft.chronicle.wire.Wire wire,
int safeLength,
long timeoutMS) |
refCount, release, release, releaseAll, reserve, tryReserve
@Nullable File file()
@NotNull net.openhft.chronicle.bytes.MappedBytes bytes()
@NotNull String dump()
long writeHeader(@NotNull net.openhft.chronicle.wire.Wire wire, int safeLength, long timeoutMS)
@NotNull net.openhft.chronicle.wire.WireType wireType()
Copyright © 2018. All rights reserved.