| Package | Description |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.io.compress |
| Modifier and Type | Method and Description |
|---|---|
Compression.Algorithm |
HColumnDescriptor.getCompactionCompression() |
Compression.Algorithm |
HColumnDescriptor.getCompactionCompressionType() |
Compression.Algorithm |
HColumnDescriptor.getCompression() |
Compression.Algorithm |
HColumnDescriptor.getCompressionType() |
| Modifier and Type | Method and Description |
|---|---|
HColumnDescriptor |
HColumnDescriptor.setCompactionCompressionType(Compression.Algorithm type)
Compression types supported in hbase.
|
HColumnDescriptor |
HColumnDescriptor.setCompressionType(Compression.Algorithm type)
Compression types supported in hbase.
|
| Modifier and Type | Method and Description |
|---|---|
static Compression.Algorithm |
Compression.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Compression.Algorithm[] |
Compression.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.