public final class KRaftLeaderChange
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
KRaftLeaderChange.Vector |
Constructor and Description |
---|
KRaftLeaderChange() |
Modifier and Type | Method and Description |
---|---|
KRaftLeaderChange |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addCurrentVoters(com.google.flatbuffers.FlatBufferBuilder builder,
int currentVotersOffset) |
static void |
addEpochChain(com.google.flatbuffers.FlatBufferBuilder builder,
int epochChainOffset) |
static void |
addInfo(com.google.flatbuffers.FlatBufferBuilder builder,
int infoOffset) |
static void |
addLogEndOffset(com.google.flatbuffers.FlatBufferBuilder builder,
long logEndOffset) |
static void |
addNewLeaderId(com.google.flatbuffers.FlatBufferBuilder builder,
int newLeaderId) |
static void |
addYesVoters(com.google.flatbuffers.FlatBufferBuilder builder,
int yesVotersOffset) |
static int |
createCurrentVotersVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createYesVotersVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
int |
currentVoters(int j) |
ByteBuffer |
currentVotersAsByteBuffer() |
ByteBuffer |
currentVotersInByteBuffer(ByteBuffer _bb) |
int |
currentVotersLength() |
com.google.flatbuffers.IntVector |
currentVotersVector() |
com.google.flatbuffers.IntVector |
currentVotersVector(com.google.flatbuffers.IntVector obj) |
static int |
endKRaftLeaderChange(com.google.flatbuffers.FlatBufferBuilder builder) |
EpochChain |
epochChain(EpochChain obj,
int j) |
EpochChain |
epochChain(int j) |
int |
epochChainLength() |
EpochChain.Vector |
epochChainVector() |
EpochChain.Vector |
epochChainVector(EpochChain.Vector obj) |
static void |
finishKRaftLeaderChangeBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static void |
finishSizePrefixedKRaftLeaderChangeBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static KRaftLeaderChange |
getRootAsKRaftLeaderChange(ByteBuffer _bb) |
static KRaftLeaderChange |
getRootAsKRaftLeaderChange(ByteBuffer _bb,
KRaftLeaderChange obj) |
BaseInfo |
info() |
BaseInfo |
info(BaseInfo obj) |
long |
logEndOffset() |
int |
newLeaderId() |
static void |
startCurrentVotersVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startEpochChainVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startKRaftLeaderChange(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
startYesVotersVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
ValidateVersion() |
int |
yesVoters(int j) |
ByteBuffer |
yesVotersAsByteBuffer() |
ByteBuffer |
yesVotersInByteBuffer(ByteBuffer _bb) |
int |
yesVotersLength() |
com.google.flatbuffers.IntVector |
yesVotersVector() |
com.google.flatbuffers.IntVector |
yesVotersVector(com.google.flatbuffers.IntVector obj) |
public static void ValidateVersion()
public static KRaftLeaderChange getRootAsKRaftLeaderChange(ByteBuffer _bb)
public static KRaftLeaderChange getRootAsKRaftLeaderChange(ByteBuffer _bb, KRaftLeaderChange obj)
public void __init(int _i, ByteBuffer _bb)
public KRaftLeaderChange __assign(int _i, ByteBuffer _bb)
public long logEndOffset()
public BaseInfo info()
public int newLeaderId()
public EpochChain epochChain(int j)
public EpochChain epochChain(EpochChain obj, int j)
public int epochChainLength()
public EpochChain.Vector epochChainVector()
public EpochChain.Vector epochChainVector(EpochChain.Vector obj)
public int currentVoters(int j)
public int currentVotersLength()
public com.google.flatbuffers.IntVector currentVotersVector()
public com.google.flatbuffers.IntVector currentVotersVector(com.google.flatbuffers.IntVector obj)
public ByteBuffer currentVotersAsByteBuffer()
public ByteBuffer currentVotersInByteBuffer(ByteBuffer _bb)
public int yesVoters(int j)
public int yesVotersLength()
public com.google.flatbuffers.IntVector yesVotersVector()
public com.google.flatbuffers.IntVector yesVotersVector(com.google.flatbuffers.IntVector obj)
public ByteBuffer yesVotersAsByteBuffer()
public ByteBuffer yesVotersInByteBuffer(ByteBuffer _bb)
public static void startKRaftLeaderChange(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addLogEndOffset(com.google.flatbuffers.FlatBufferBuilder builder, long logEndOffset)
public static void addInfo(com.google.flatbuffers.FlatBufferBuilder builder, int infoOffset)
public static void addNewLeaderId(com.google.flatbuffers.FlatBufferBuilder builder, int newLeaderId)
public static void addEpochChain(com.google.flatbuffers.FlatBufferBuilder builder, int epochChainOffset)
public static void startEpochChainVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addCurrentVoters(com.google.flatbuffers.FlatBufferBuilder builder, int currentVotersOffset)
public static int createCurrentVotersVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startCurrentVotersVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addYesVoters(com.google.flatbuffers.FlatBufferBuilder builder, int yesVotersOffset)
public static int createYesVotersVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startYesVotersVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static int endKRaftLeaderChange(com.google.flatbuffers.FlatBufferBuilder builder)
public static void finishKRaftLeaderChangeBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
public static void finishSizePrefixedKRaftLeaderChangeBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)