public final class PartitionInfo
extends com.google.flatbuffers.Table
Constructor and Description |
---|
PartitionInfo() |
Modifier and Type | Method and Description |
---|---|
PartitionInfo |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addCommittedStartOffset(com.google.flatbuffers.FlatBufferBuilder builder,
long committedStartOffset) |
static void |
addConfig(com.google.flatbuffers.FlatBufferBuilder builder,
long config) |
static void |
addEpochChain(com.google.flatbuffers.FlatBufferBuilder builder,
int epochChainOffset) |
static void |
addExternalLostMessages(com.google.flatbuffers.FlatBufferBuilder builder,
long externalLostMessages) |
static void |
addHighWatermark(com.google.flatbuffers.FlatBufferBuilder builder,
long highWatermark) |
static void |
addPartition(com.google.flatbuffers.FlatBufferBuilder builder,
int partition) |
static void |
addRetentionSize(com.google.flatbuffers.FlatBufferBuilder builder,
long retentionSize) |
static void |
addRetentionTime(com.google.flatbuffers.FlatBufferBuilder builder,
long retentionTime) |
static void |
addStartOffset(com.google.flatbuffers.FlatBufferBuilder builder,
long startOffset) |
static void |
addTopicId(com.google.flatbuffers.FlatBufferBuilder builder,
int topicIdOffset) |
static void |
addTotalMessages(com.google.flatbuffers.FlatBufferBuilder builder,
long totalMessages) |
long |
committedStartOffset() |
long |
config() |
static int |
createPartitionInfo(com.google.flatbuffers.FlatBufferBuilder builder,
int partition,
long startOffset,
long highWatermark,
long committedStartOffset,
long externalLostMessages,
long totalMessages,
long retentionTime,
long retentionSize,
int epochChainOffset,
int topicIdOffset,
long config) |
static int |
endPartitionInfo(com.google.flatbuffers.FlatBufferBuilder builder) |
EpochChain |
epochChain(EpochChain obj,
int j) |
EpochChain |
epochChain(int j) |
int |
epochChainLength() |
long |
externalLostMessages() |
static PartitionInfo |
getRootAsPartitionInfo(ByteBuffer _bb) |
static PartitionInfo |
getRootAsPartitionInfo(ByteBuffer _bb,
PartitionInfo obj) |
long |
highWatermark() |
int |
partition() |
long |
retentionSize() |
long |
retentionTime() |
static void |
startEpochChainVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
long |
startOffset() |
static void |
startPartitionInfo(com.google.flatbuffers.FlatBufferBuilder builder) |
String |
topicId() |
ByteBuffer |
topicIdAsByteBuffer() |
ByteBuffer |
topicIdInByteBuffer(ByteBuffer _bb) |
long |
totalMessages() |
public static PartitionInfo getRootAsPartitionInfo(ByteBuffer _bb)
public static PartitionInfo getRootAsPartitionInfo(ByteBuffer _bb, PartitionInfo obj)
public void __init(int _i, ByteBuffer _bb)
public PartitionInfo __assign(int _i, ByteBuffer _bb)
public int partition()
public long startOffset()
public long highWatermark()
public long committedStartOffset()
public long externalLostMessages()
public long totalMessages()
public long retentionTime()
public long retentionSize()
public EpochChain epochChain(int j)
public EpochChain epochChain(EpochChain obj, int j)
public int epochChainLength()
public String topicId()
public ByteBuffer topicIdAsByteBuffer()
public ByteBuffer topicIdInByteBuffer(ByteBuffer _bb)
public long config()
public static int createPartitionInfo(com.google.flatbuffers.FlatBufferBuilder builder, int partition, long startOffset, long highWatermark, long committedStartOffset, long externalLostMessages, long totalMessages, long retentionTime, long retentionSize, int epochChainOffset, int topicIdOffset, long config)
public static void startPartitionInfo(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addPartition(com.google.flatbuffers.FlatBufferBuilder builder, int partition)
public static void addStartOffset(com.google.flatbuffers.FlatBufferBuilder builder, long startOffset)
public static void addHighWatermark(com.google.flatbuffers.FlatBufferBuilder builder, long highWatermark)
public static void addCommittedStartOffset(com.google.flatbuffers.FlatBufferBuilder builder, long committedStartOffset)
public static void addExternalLostMessages(com.google.flatbuffers.FlatBufferBuilder builder, long externalLostMessages)
public static void addTotalMessages(com.google.flatbuffers.FlatBufferBuilder builder, long totalMessages)
public static void addRetentionTime(com.google.flatbuffers.FlatBufferBuilder builder, long retentionTime)
public static void addRetentionSize(com.google.flatbuffers.FlatBufferBuilder builder, long retentionSize)
public static void addEpochChain(com.google.flatbuffers.FlatBufferBuilder builder, int epochChainOffset)
public static void startEpochChainVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addTopicId(com.google.flatbuffers.FlatBufferBuilder builder, int topicIdOffset)
public static void addConfig(com.google.flatbuffers.FlatBufferBuilder builder, long config)
public static int endPartitionInfo(com.google.flatbuffers.FlatBufferBuilder builder)