public final class PartitionFence
extends com.google.flatbuffers.Table
Constructor and Description |
---|
PartitionFence() |
Modifier and Type | Method and Description |
---|---|
PartitionFence |
__assign(int _i,
java.nio.ByteBuffer _bb) |
void |
__init(int _i,
java.nio.ByteBuffer _bb) |
static void |
addMessageId(com.google.flatbuffers.FlatBufferBuilder builder,
int messageIdOffset) |
static void |
addVersion(com.google.flatbuffers.FlatBufferBuilder builder,
byte version) |
static int |
endPartitionFence(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
finishPartitionFenceBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static void |
finishSizePrefixedPartitionFenceBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
int offset) |
static PartitionFence |
getRootAsPartitionFence(java.nio.ByteBuffer _bb) |
static PartitionFence |
getRootAsPartitionFence(java.nio.ByteBuffer _bb,
PartitionFence obj) |
UUID |
messageId() |
UUID |
messageId(UUID obj) |
static void |
startPartitionFence(com.google.flatbuffers.FlatBufferBuilder builder) |
byte |
version() |
public static PartitionFence getRootAsPartitionFence(java.nio.ByteBuffer _bb)
public static PartitionFence getRootAsPartitionFence(java.nio.ByteBuffer _bb, PartitionFence obj)
public void __init(int _i, java.nio.ByteBuffer _bb)
public PartitionFence __assign(int _i, java.nio.ByteBuffer _bb)
public byte version()
public UUID messageId()
public static void startPartitionFence(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 int endPartitionFence(com.google.flatbuffers.FlatBufferBuilder builder)
public static void finishPartitionFenceBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)
public static void finishSizePrefixedPartitionFenceBuffer(com.google.flatbuffers.FlatBufferBuilder builder, int offset)