public final class PartitionForceRestore
extends com.google.flatbuffers.Table
Constructor and Description |
---|
PartitionForceRestore() |
Modifier and Type | Method and Description |
---|---|
PartitionForceRestore |
__assign(int _i,
java.nio.ByteBuffer _bb) |
void |
__init(int _i,
java.nio.ByteBuffer _bb) |
static void |
addContentHash(com.google.flatbuffers.FlatBufferBuilder builder,
int contentHashOffset) |
static void |
addEndOffset(com.google.flatbuffers.FlatBufferBuilder builder,
long endOffset) |
static void |
addMessageId(com.google.flatbuffers.FlatBufferBuilder builder,
int messageIdOffset) |
static void |
addStartOffset(com.google.flatbuffers.FlatBufferBuilder builder,
long startOffset) |
static void |
addStateOffsetAndEpoch(com.google.flatbuffers.FlatBufferBuilder builder,
int stateOffsetAndEpochOffset) |
static void |
addVersion(com.google.flatbuffers.FlatBufferBuilder builder,
byte version) |
java.lang.String |
contentHash() |
java.nio.ByteBuffer |
contentHashAsByteBuffer() |
java.nio.ByteBuffer |
contentHashInByteBuffer(java.nio.ByteBuffer _bb) |
long |
endOffset() |
static int |
endPartitionForceRestore(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
finishPartitionForceRestoreBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static void |
finishSizePrefixedPartitionForceRestoreBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static PartitionForceRestore |
getRootAsPartitionForceRestore(java.nio.ByteBuffer _bb) |
static PartitionForceRestore |
getRootAsPartitionForceRestore(java.nio.ByteBuffer _bb,
PartitionForceRestore obj) |
UUID |
messageId() |
UUID |
messageId(UUID obj) |
long |
startOffset() |
static void |
startPartitionForceRestore(com.google.flatbuffers.FlatBufferBuilder builder) |
OffsetAndEpoch |
stateOffsetAndEpoch() |
OffsetAndEpoch |
stateOffsetAndEpoch(OffsetAndEpoch obj) |
byte |
version() |
public static PartitionForceRestore getRootAsPartitionForceRestore(java.nio.ByteBuffer _bb)
public static PartitionForceRestore getRootAsPartitionForceRestore(java.nio.ByteBuffer _bb, PartitionForceRestore obj)
public void __init(int _i, java.nio.ByteBuffer _bb)
public PartitionForceRestore __assign(int _i, java.nio.ByteBuffer _bb)
public byte version()
public UUID messageId()
public long startOffset()
public long endOffset()
public java.lang.String contentHash()
public java.nio.ByteBuffer contentHashAsByteBuffer()
public java.nio.ByteBuffer contentHashInByteBuffer(java.nio.ByteBuffer _bb)
public OffsetAndEpoch stateOffsetAndEpoch()
public OffsetAndEpoch stateOffsetAndEpoch(OffsetAndEpoch obj)
public static void startPartitionForceRestore(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addVersion(com.google.flatbuffers.FlatBufferBuilder builder, byte version)
public static void addMessageId(com.google.flatbuffers.FlatBufferBuilder builder, int messageIdOffset)
public static void addStartOffset(com.google.flatbuffers.FlatBufferBuilder builder, long startOffset)
public static void addEndOffset(com.google.flatbuffers.FlatBufferBuilder builder, long endOffset)
public static void addContentHash(com.google.flatbuffers.FlatBufferBuilder builder, int contentHashOffset)
public static void addStateOffsetAndEpoch(com.google.flatbuffers.FlatBufferBuilder builder, int stateOffsetAndEpochOffset)
public static int endPartitionForceRestore(com.google.flatbuffers.FlatBufferBuilder builder)
public static void finishPartitionForceRestoreBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
public static void finishSizePrefixedPartitionForceRestoreBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)