public final class BodyCompression
extends com.google.flatbuffers.Table
| 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) |
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 © 2020 The Apache Software Foundation. All rights reserved.