public final class SnapshotTrackingInfo
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
SnapshotTrackingInfo.Vector |
Constructor and Description |
---|
SnapshotTrackingInfo() |
Modifier and Type | Method and Description |
---|---|
SnapshotTrackingInfo |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addLastSnapshotId(com.google.flatbuffers.FlatBufferBuilder builder,
int lastSnapshotIdOffset) |
static void |
addLastSnapshotTimestampMs(com.google.flatbuffers.FlatBufferBuilder builder,
long lastSnapshotTimestampMs) |
static int |
endSnapshotTrackingInfo(com.google.flatbuffers.FlatBufferBuilder builder) |
static SnapshotTrackingInfo |
getRootAsSnapshotTrackingInfo(ByteBuffer _bb) |
static SnapshotTrackingInfo |
getRootAsSnapshotTrackingInfo(ByteBuffer _bb,
SnapshotTrackingInfo obj) |
UUID |
lastSnapshotId() |
UUID |
lastSnapshotId(UUID obj) |
long |
lastSnapshotTimestampMs() |
boolean |
mutateLastSnapshotTimestampMs(long last_snapshot_timestamp_ms) |
static void |
startSnapshotTrackingInfo(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
ValidateVersion() |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
public static void ValidateVersion()
public static SnapshotTrackingInfo getRootAsSnapshotTrackingInfo(ByteBuffer _bb)
public static SnapshotTrackingInfo getRootAsSnapshotTrackingInfo(ByteBuffer _bb, SnapshotTrackingInfo obj)
public void __init(int _i, ByteBuffer _bb)
public SnapshotTrackingInfo __assign(int _i, ByteBuffer _bb)
public long lastSnapshotTimestampMs()
public boolean mutateLastSnapshotTimestampMs(long last_snapshot_timestamp_ms)
public UUID lastSnapshotId()
public static void startSnapshotTrackingInfo(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addLastSnapshotTimestampMs(com.google.flatbuffers.FlatBufferBuilder builder, long lastSnapshotTimestampMs)
public static void addLastSnapshotId(com.google.flatbuffers.FlatBufferBuilder builder, int lastSnapshotIdOffset)
public static int endSnapshotTrackingInfo(com.google.flatbuffers.FlatBufferBuilder builder)