public class Bootstrap extends Object implements net.openhft.chronicle.wire.Marshallable
| Constructor and Description |
|---|
Bootstrap() |
| Modifier and Type | Method and Description |
|---|---|
byte |
identifier() |
void |
identifier(byte identifier) |
long |
lastUpdatedTime() |
void |
lastUpdatedTime(long lastModificationTime) |
void |
readMarshallable(net.openhft.chronicle.wire.WireIn wire) |
void |
writeMarshallable(net.openhft.chronicle.wire.WireOut wire) |
public long lastUpdatedTime()
public void lastUpdatedTime(long lastModificationTime)
public void identifier(byte identifier)
public byte identifier()
public void writeMarshallable(@NotNull
net.openhft.chronicle.wire.WireOut wire)
writeMarshallable in interface net.openhft.chronicle.wire.WriteMarshallablepublic void readMarshallable(@NotNull
net.openhft.chronicle.wire.WireIn wire)
throws IllegalStateException
readMarshallable in interface net.openhft.chronicle.wire.ReadMarshallableIllegalStateExceptionCopyright © 2015. All rights reserved.