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