public final class Block
extends com.google.flatbuffers.Struct
Modifier and Type | Class and Description |
---|---|
static class |
Block.Vector |
Constructor and Description |
---|
Block() |
Modifier and Type | Method and Description |
---|---|
Block |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
long |
bodyLength()
Length of the data (this is aligned so there can be a gap between this and
the metadata).
|
static int |
createBlock(com.google.flatbuffers.FlatBufferBuilder builder,
long offset,
int metaDataLength,
long bodyLength) |
int |
metaDataLength()
Length of the metadata
|
long |
offset()
Index to the start of the RecordBlock (note this is past the Message header)
|
public void __init(int _i, ByteBuffer _bb)
public Block __assign(int _i, ByteBuffer _bb)
public long offset()
public int metaDataLength()
public long bodyLength()
public static int createBlock(com.google.flatbuffers.FlatBufferBuilder builder, long offset, int metaDataLength, long bodyLength)
Copyright © 2023 The Apache Software Foundation. All rights reserved.