| Package | Description |
|---|---|
| tech.ydb.table.description |
| Modifier and Type | Method and Description |
|---|---|
ColumnFamily.Compression |
ColumnFamily.getCompression() |
static ColumnFamily.Compression |
ColumnFamily.Compression.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnFamily.Compression[] |
ColumnFamily.Compression.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ColumnFamily(String name,
StoragePool data,
ColumnFamily.Compression compression,
boolean keepInMemory) |
Copyright © 2023. All rights reserved.