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