| Package | Description |
|---|---|
| tech.ydb.topic.description | |
| tech.ydb.topic.read.impl | |
| tech.ydb.topic.settings | |
| tech.ydb.topic.utils |
| Modifier and Type | Method and Description |
|---|---|
static Codec |
Codec.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Codec[] |
Codec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Codec> |
SupportedCodecs.getCodecs() |
| Modifier and Type | Method and Description |
|---|---|
SupportedCodecs.Builder |
SupportedCodecs.Builder.addCodec(Codec codec) |
| Modifier and Type | Method and Description |
|---|---|
SupportedCodecs.Builder |
SupportedCodecs.Builder.setCodecs(List<Codec> supportedCodecs) |
| Modifier and Type | Method and Description |
|---|---|
Codec |
BatchMeta.getCodec() |
Codec |
Batch.getCodec() |
| Modifier and Type | Method and Description |
|---|---|
Codec |
WriterSettings.getCodec() |
| Modifier and Type | Method and Description |
|---|---|
WriterSettings.Builder |
WriterSettings.Builder.setCodec(Codec codec)
Set codec to use for data compression prior to write
|
| Modifier and Type | Method and Description |
|---|---|
static Codec |
ProtoUtils.codecFromProto(int codec) |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
Encoder.decode(Codec codec,
byte[] input) |
static byte[] |
Encoder.encode(Codec codec,
byte[] input) |
static int |
ProtoUtils.toProto(Codec codec) |
Copyright © 2024. All rights reserved.