public interface CommonStore
extends net.openhft.chronicle.wire.Demarshallable, net.openhft.chronicle.wire.WriteMarshallable
Modifier and Type | Method and Description |
---|---|
@NotNull net.openhft.chronicle.bytes.MappedBytes |
bytes() |
@NotNull String |
dump()
Deprecated.
|
String |
dump(net.openhft.chronicle.wire.WireType wireType) |
@Nullable File |
file() |
@NotNull String |
shortDump()
Deprecated.
|
@Nullable @Nullable File file()
@NotNull @NotNull net.openhft.chronicle.bytes.MappedBytes bytes()
@NotNull @Deprecated @NotNull String dump()
String dump(net.openhft.chronicle.wire.WireType wireType)
@NotNull @Deprecated @NotNull String shortDump()
Copyright © 2023. All rights reserved.