public final class InjectState
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
InjectState.Vector |
Constructor and Description |
---|
InjectState() |
Modifier and Type | Method and Description |
---|---|
InjectState |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addInfo(com.google.flatbuffers.FlatBufferBuilder builder,
int infoOffset) |
static void |
addPartitionConfig(com.google.flatbuffers.FlatBufferBuilder builder,
long partitionConfig) |
static void |
addRemoveEntry(com.google.flatbuffers.FlatBufferBuilder builder,
boolean removeEntry) |
static int |
endInjectState(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
finishInjectStateBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static void |
finishSizePrefixedInjectStateBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static InjectState |
getRootAsInjectState(ByteBuffer _bb) |
static InjectState |
getRootAsInjectState(ByteBuffer _bb,
InjectState obj) |
BaseInfo |
info() |
BaseInfo |
info(BaseInfo obj) |
long |
partitionConfig() |
boolean |
removeEntry() |
static void |
startInjectState(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
ValidateVersion() |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
public static void ValidateVersion()
public static InjectState getRootAsInjectState(ByteBuffer _bb)
public static InjectState getRootAsInjectState(ByteBuffer _bb, InjectState obj)
public void __init(int _i, ByteBuffer _bb)
public InjectState __assign(int _i, ByteBuffer _bb)
public BaseInfo info()
public long partitionConfig()
public boolean removeEntry()
public static void startInjectState(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addInfo(com.google.flatbuffers.FlatBufferBuilder builder, int infoOffset)
public static void addPartitionConfig(com.google.flatbuffers.FlatBufferBuilder builder, long partitionConfig)
public static void addRemoveEntry(com.google.flatbuffers.FlatBufferBuilder builder, boolean removeEntry)
public static int endInjectState(com.google.flatbuffers.FlatBufferBuilder builder)
public static void finishInjectStateBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
public static void finishSizePrefixedInjectStateBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)