public final class IsrExpand
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
IsrExpand.Vector |
Constructor and Description |
---|
IsrExpand() |
Modifier and Type | Method and Description |
---|---|
IsrExpand |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addExpandBrokerId(com.google.flatbuffers.FlatBufferBuilder builder,
int expandBrokerId) |
static void |
addInfo(com.google.flatbuffers.FlatBufferBuilder builder,
int infoOffset) |
static void |
addNodeId(com.google.flatbuffers.FlatBufferBuilder builder,
int nodeId) |
static int |
endIsrExpand(com.google.flatbuffers.FlatBufferBuilder builder) |
int |
expandBrokerId() |
static void |
finishIsrExpandBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static void |
finishSizePrefixedIsrExpandBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static IsrExpand |
getRootAsIsrExpand(ByteBuffer _bb) |
static IsrExpand |
getRootAsIsrExpand(ByteBuffer _bb,
IsrExpand obj) |
BaseInfo |
info() |
BaseInfo |
info(BaseInfo obj) |
int |
nodeId() |
static void |
startIsrExpand(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
ValidateVersion() |
public static void ValidateVersion()
public static IsrExpand getRootAsIsrExpand(ByteBuffer _bb)
public static IsrExpand getRootAsIsrExpand(ByteBuffer _bb, IsrExpand obj)
public void __init(int _i, ByteBuffer _bb)
public IsrExpand __assign(int _i, ByteBuffer _bb)
public int expandBrokerId()
public BaseInfo info()
public int nodeId()
public static void startIsrExpand(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addExpandBrokerId(com.google.flatbuffers.FlatBufferBuilder builder, int expandBrokerId)
public static void addInfo(com.google.flatbuffers.FlatBufferBuilder builder, int infoOffset)
public static void addNodeId(com.google.flatbuffers.FlatBufferBuilder builder, int nodeId)
public static int endIsrExpand(com.google.flatbuffers.FlatBufferBuilder builder)
public static void finishIsrExpandBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
public static void finishSizePrefixedIsrExpandBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)