public final class IsrExpand
extends com.google.flatbuffers.Table
| 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 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) |
static void |
startIsrExpand(com.google.flatbuffers.FlatBufferBuilder builder) |
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 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 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)