public final class EpochChainWithLeader
extends com.google.flatbuffers.Struct
Modifier and Type | Class and Description |
---|---|
static class |
EpochChainWithLeader.Vector |
Constructor and Description |
---|
EpochChainWithLeader() |
Modifier and Type | Method and Description |
---|---|
EpochChainWithLeader |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static int |
createEpochChainWithLeader(com.google.flatbuffers.FlatBufferBuilder builder,
int epoch,
long start,
int leaderNodeId) |
int |
epoch() |
int |
leaderNodeId() |
long |
start() |
public void __init(int _i, ByteBuffer _bb)
public EpochChainWithLeader __assign(int _i, ByteBuffer _bb)
public int epoch()
public long start()
public int leaderNodeId()
public static int createEpochChainWithLeader(com.google.flatbuffers.FlatBufferBuilder builder, int epoch, long start, int leaderNodeId)