public final class EventKey
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
EventKey.Vector |
Constructor and Description |
---|
EventKey() |
Modifier and Type | Method and Description |
---|---|
EventKey |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addPartition(com.google.flatbuffers.FlatBufferBuilder builder,
int partition) |
static void |
addTopicId(com.google.flatbuffers.FlatBufferBuilder builder,
int topicIdOffset) |
static void |
addTopicName(com.google.flatbuffers.FlatBufferBuilder builder,
int topicNameOffset) |
static int |
createEventKey(com.google.flatbuffers.FlatBufferBuilder builder,
int topic_nameOffset,
int partition,
int topic_idOffset) |
static int |
endEventKey(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
finishEventKeyBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static void |
finishSizePrefixedEventKeyBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static EventKey |
getRootAsEventKey(ByteBuffer _bb) |
static EventKey |
getRootAsEventKey(ByteBuffer _bb,
EventKey obj) |
int |
partition() |
static void |
startEventKey(com.google.flatbuffers.FlatBufferBuilder builder) |
String |
topicId() |
ByteBuffer |
topicIdAsByteBuffer() |
ByteBuffer |
topicIdInByteBuffer(ByteBuffer _bb) |
String |
topicName() |
ByteBuffer |
topicNameAsByteBuffer() |
ByteBuffer |
topicNameInByteBuffer(ByteBuffer _bb) |
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 EventKey getRootAsEventKey(ByteBuffer _bb)
public static EventKey getRootAsEventKey(ByteBuffer _bb, EventKey obj)
public void __init(int _i, ByteBuffer _bb)
public EventKey __assign(int _i, ByteBuffer _bb)
public String topicName()
public ByteBuffer topicNameAsByteBuffer()
public ByteBuffer topicNameInByteBuffer(ByteBuffer _bb)
public int partition()
public String topicId()
public ByteBuffer topicIdAsByteBuffer()
public ByteBuffer topicIdInByteBuffer(ByteBuffer _bb)
public static int createEventKey(com.google.flatbuffers.FlatBufferBuilder builder, int topic_nameOffset, int partition, int topic_idOffset)
public static void startEventKey(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addTopicName(com.google.flatbuffers.FlatBufferBuilder builder, int topicNameOffset)
public static void addPartition(com.google.flatbuffers.FlatBufferBuilder builder, int partition)
public static void addTopicId(com.google.flatbuffers.FlatBufferBuilder builder, int topicIdOffset)
public static int endEventKey(com.google.flatbuffers.FlatBufferBuilder builder)
public static void finishEventKeyBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
public static void finishSizePrefixedEventKeyBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)