| Package | Description |
|---|---|
| com.baidubce.services.tablestorage.model | |
| com.baidubce.services.tablestoragehbaseclient.adaptor |
| Modifier and Type | Method and Description |
|---|---|
CompressType |
ShowTableResponse.getCompressType()
Get the compress type of target table.
|
CompressType |
TableOption.getCompressType()
Get compress type of this table option object.
|
static CompressType |
CompressType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressType[] |
CompressType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShowTableResponse.setCompressType(CompressType compressType)
Set the compress type.
|
void |
TableOption.setCompressType(CompressType compressType)
Set compress type to this table option object.
|
| Modifier and Type | Method and Description |
|---|---|
static CompressType |
TablestorageConvertor.toCompressionType(org.apache.hadoop.hbase.io.compress.Compression.Algorithm algorithm) |
| Modifier and Type | Method and Description |
|---|---|
void |
TableStorageAdaptor.createTable(String tableName,
CompressType compressType,
int maxVersions,
int ttl)
Create table in TableStorage.
|
static org.apache.hadoop.hbase.io.compress.Compression.Algorithm |
TablestorageConvertor.toCompressionAlgorithm(CompressType type) |
void |
TableStorageAdaptor.updateTable(String tableName,
CompressType compressType,
int maxVersions,
int ttl)
Update table in TableStorage.
|
Copyright © 2024. All rights reserved.