public final class TopicMetadata
extends com.google.flatbuffers.Table
Constructor and Description |
---|
TopicMetadata() |
Modifier and Type | Method and Description |
---|---|
TopicMetadata |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addBlobs(com.google.flatbuffers.FlatBufferBuilder builder,
int blobsOffset) |
static void |
addId(com.google.flatbuffers.FlatBufferBuilder builder,
int idOffset) |
static void |
addName(com.google.flatbuffers.FlatBufferBuilder builder,
int nameOffset) |
static void |
addPartition(com.google.flatbuffers.FlatBufferBuilder builder,
int partition) |
BlobMetadata |
blobs(BlobMetadata obj,
int j) |
BlobMetadata |
blobs(int j) |
int |
blobsLength() |
static int |
createBlobsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createTopicMetadata(com.google.flatbuffers.FlatBufferBuilder builder,
int nameOffset,
int idOffset,
int partition,
int blobsOffset) |
static int |
endTopicMetadata(com.google.flatbuffers.FlatBufferBuilder builder) |
static TopicMetadata |
getRootAsTopicMetadata(ByteBuffer _bb) |
static TopicMetadata |
getRootAsTopicMetadata(ByteBuffer _bb,
TopicMetadata obj) |
String |
id() |
ByteBuffer |
idAsByteBuffer() |
ByteBuffer |
idInByteBuffer(ByteBuffer _bb) |
String |
name() |
ByteBuffer |
nameAsByteBuffer() |
ByteBuffer |
nameInByteBuffer(ByteBuffer _bb) |
int |
partition() |
static void |
startBlobsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startTopicMetadata(com.google.flatbuffers.FlatBufferBuilder builder) |
public static TopicMetadata getRootAsTopicMetadata(ByteBuffer _bb)
public static TopicMetadata getRootAsTopicMetadata(ByteBuffer _bb, TopicMetadata obj)
public void __init(int _i, ByteBuffer _bb)
public TopicMetadata __assign(int _i, ByteBuffer _bb)
public String name()
public ByteBuffer nameAsByteBuffer()
public ByteBuffer nameInByteBuffer(ByteBuffer _bb)
public String id()
public ByteBuffer idAsByteBuffer()
public ByteBuffer idInByteBuffer(ByteBuffer _bb)
public int partition()
public BlobMetadata blobs(int j)
public BlobMetadata blobs(BlobMetadata obj, int j)
public int blobsLength()
public static int createTopicMetadata(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset, int idOffset, int partition, int blobsOffset)
public static void startTopicMetadata(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)
public static void addId(com.google.flatbuffers.FlatBufferBuilder builder, int idOffset)
public static void addPartition(com.google.flatbuffers.FlatBufferBuilder builder, int partition)
public static void addBlobs(com.google.flatbuffers.FlatBufferBuilder builder, int blobsOffset)
public static int createBlobsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startBlobsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static int endTopicMetadata(com.google.flatbuffers.FlatBufferBuilder builder)