public final class QuorumVoterAckedOffsetRecord
extends com.google.flatbuffers.Struct
Modifier and Type | Class and Description |
---|---|
static class |
QuorumVoterAckedOffsetRecord.Vector |
Constructor and Description |
---|
QuorumVoterAckedOffsetRecord() |
Modifier and Type | Method and Description |
---|---|
QuorumVoterAckedOffsetRecord |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
long |
ackedOffset() |
static int |
createQuorumVoterAckedOffsetRecord(com.google.flatbuffers.FlatBufferBuilder builder,
int nodeId,
long ackedOffset) |
int |
nodeId() |
public void __init(int _i, ByteBuffer _bb)
public QuorumVoterAckedOffsetRecord __assign(int _i, ByteBuffer _bb)
public int nodeId()
public long ackedOffset()
public static int createQuorumVoterAckedOffsetRecord(com.google.flatbuffers.FlatBufferBuilder builder, int nodeId, long ackedOffset)