public final class LifecycleManagerState
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
LifecycleManagerState.Vector |
Constructor and Description |
---|
LifecycleManagerState() |
Modifier and Type | Method and Description |
---|---|
LifecycleManagerState |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addHeader(com.google.flatbuffers.FlatBufferBuilder builder,
int headerOffset) |
static void |
addLastRunTimestamp(com.google.flatbuffers.FlatBufferBuilder builder,
long lastRunTimestamp) |
static void |
addLatestDataFiles(com.google.flatbuffers.FlatBufferBuilder builder,
int latestDataFilesOffset) |
static void |
addRetentionData(com.google.flatbuffers.FlatBufferBuilder builder,
int retentionDataOffset) |
static void |
addTierOffsets(com.google.flatbuffers.FlatBufferBuilder builder,
int tierOffsetsOffset) |
static int |
createLatestDataFilesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createLifecycleManagerState(com.google.flatbuffers.FlatBufferBuilder builder,
int headerOffset,
long last_run_timestamp,
int tier_offsetsOffset,
int retention_dataOffset,
int latest_data_filesOffset) |
static int |
createRetentionDataVector(com.google.flatbuffers.FlatBufferBuilder builder,
int[] data) |
static int |
createTierOffsetsVector(com.google.flatbuffers.FlatBufferBuilder builder,
long[] data) |
static int |
endLifecycleManagerState(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
finishLifecycleManagerStateBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static void |
finishSizePrefixedLifecycleManagerStateBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static LifecycleManagerState |
getRootAsLifecycleManagerState(ByteBuffer _bb) |
static LifecycleManagerState |
getRootAsLifecycleManagerState(ByteBuffer _bb,
LifecycleManagerState obj) |
Header |
header() |
Header |
header(Header obj) |
long |
lastRunTimestamp() |
DatedList |
latestDataFiles(DatedList obj,
int j) |
DatedList |
latestDataFiles(int j) |
int |
latestDataFilesLength() |
DatedList.Vector |
latestDataFilesVector() |
DatedList.Vector |
latestDataFilesVector(DatedList.Vector obj) |
TopicRetentionData |
retentionData(int j) |
TopicRetentionData |
retentionData(TopicRetentionData obj,
int j) |
int |
retentionDataLength() |
TopicRetentionData.Vector |
retentionDataVector() |
TopicRetentionData.Vector |
retentionDataVector(TopicRetentionData.Vector obj) |
static void |
startLatestDataFilesVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startLifecycleManagerState(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
startRetentionDataVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
static void |
startTierOffsetsVector(com.google.flatbuffers.FlatBufferBuilder builder,
int numElems) |
long |
tierOffsets(int j) |
ByteBuffer |
tierOffsetsAsByteBuffer() |
ByteBuffer |
tierOffsetsInByteBuffer(ByteBuffer _bb) |
int |
tierOffsetsLength() |
com.google.flatbuffers.LongVector |
tierOffsetsVector() |
com.google.flatbuffers.LongVector |
tierOffsetsVector(com.google.flatbuffers.LongVector obj) |
static void |
ValidateVersion() |
public static void ValidateVersion()
public static LifecycleManagerState getRootAsLifecycleManagerState(ByteBuffer _bb)
public static LifecycleManagerState getRootAsLifecycleManagerState(ByteBuffer _bb, LifecycleManagerState obj)
public void __init(int _i, ByteBuffer _bb)
public LifecycleManagerState __assign(int _i, ByteBuffer _bb)
public Header header()
public long lastRunTimestamp()
public long tierOffsets(int j)
public int tierOffsetsLength()
public com.google.flatbuffers.LongVector tierOffsetsVector()
public com.google.flatbuffers.LongVector tierOffsetsVector(com.google.flatbuffers.LongVector obj)
public ByteBuffer tierOffsetsAsByteBuffer()
public ByteBuffer tierOffsetsInByteBuffer(ByteBuffer _bb)
public TopicRetentionData retentionData(int j)
public TopicRetentionData retentionData(TopicRetentionData obj, int j)
public int retentionDataLength()
public TopicRetentionData.Vector retentionDataVector()
public TopicRetentionData.Vector retentionDataVector(TopicRetentionData.Vector obj)
public DatedList latestDataFiles(int j)
public int latestDataFilesLength()
public DatedList.Vector latestDataFilesVector()
public DatedList.Vector latestDataFilesVector(DatedList.Vector obj)
public static int createLifecycleManagerState(com.google.flatbuffers.FlatBufferBuilder builder, int headerOffset, long last_run_timestamp, int tier_offsetsOffset, int retention_dataOffset, int latest_data_filesOffset)
public static void startLifecycleManagerState(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addHeader(com.google.flatbuffers.FlatBufferBuilder builder, int headerOffset)
public static void addLastRunTimestamp(com.google.flatbuffers.FlatBufferBuilder builder, long lastRunTimestamp)
public static void addTierOffsets(com.google.flatbuffers.FlatBufferBuilder builder, int tierOffsetsOffset)
public static int createTierOffsetsVector(com.google.flatbuffers.FlatBufferBuilder builder, long[] data)
public static void startTierOffsetsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addRetentionData(com.google.flatbuffers.FlatBufferBuilder builder, int retentionDataOffset)
public static int createRetentionDataVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startRetentionDataVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static void addLatestDataFiles(com.google.flatbuffers.FlatBufferBuilder builder, int latestDataFilesOffset)
public static int createLatestDataFilesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data)
public static void startLatestDataFilesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems)
public static int endLifecycleManagerState(com.google.flatbuffers.FlatBufferBuilder builder)
public static void finishLifecycleManagerStateBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
public static void finishSizePrefixedLifecycleManagerStateBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)