public final class BodyCompression
extends com.google.flatbuffers.Table
Modifier and Type | Class and Description |
---|---|
static class |
BodyCompression.Vector |
Constructor and Description |
---|
BodyCompression() |
Modifier and Type | Method and Description |
---|---|
BodyCompression |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static void |
addCodec(com.google.flatbuffers.FlatBufferBuilder builder,
byte codec) |
static void |
addMethod(com.google.flatbuffers.FlatBufferBuilder builder,
byte method) |
byte |
codec()
Compressor library
|
static int |
createBodyCompression(com.google.flatbuffers.FlatBufferBuilder builder,
byte codec,
byte method) |
static int |
endBodyCompression(com.google.flatbuffers.FlatBufferBuilder builder) |
static BodyCompression |
getRootAsBodyCompression(ByteBuffer _bb) |
static BodyCompression |
getRootAsBodyCompression(ByteBuffer _bb,
BodyCompression obj) |
byte |
method()
Indicates the way the record batch body was compressed
|
static void |
startBodyCompression(com.google.flatbuffers.FlatBufferBuilder builder) |
static void |
ValidateVersion() |
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, __vector, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
public static void ValidateVersion()
public static BodyCompression getRootAsBodyCompression(ByteBuffer _bb)
public static BodyCompression getRootAsBodyCompression(ByteBuffer _bb, BodyCompression obj)
public void __init(int _i, ByteBuffer _bb)
public BodyCompression __assign(int _i, ByteBuffer _bb)
public byte codec()
public byte method()
public static int createBodyCompression(com.google.flatbuffers.FlatBufferBuilder builder, byte codec, byte method)
public static void startBodyCompression(com.google.flatbuffers.FlatBufferBuilder builder)
public static void addCodec(com.google.flatbuffers.FlatBufferBuilder builder, byte codec)
public static void addMethod(com.google.flatbuffers.FlatBufferBuilder builder, byte method)
public static int endBodyCompression(com.google.flatbuffers.FlatBufferBuilder builder)
Copyright © 2023 The Apache Software Foundation. All rights reserved.