|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HColumnDescriptor.CompressionType | |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client | |
| Uses of HColumnDescriptor.CompressionType in org.apache.hadoop.hbase |
|---|
| Fields in org.apache.hadoop.hbase declared as HColumnDescriptor.CompressionType | |
|---|---|
static HColumnDescriptor.CompressionType |
HColumnDescriptor.DEFAULT_COMPRESSION
Default compression type. |
| Methods in org.apache.hadoop.hbase that return HColumnDescriptor.CompressionType | |
|---|---|
HColumnDescriptor.CompressionType |
HColumnDescriptor.getCompression()
|
HColumnDescriptor.CompressionType |
HColumnDescriptor.getCompressionType()
|
static HColumnDescriptor.CompressionType |
HColumnDescriptor.CompressionType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HColumnDescriptor.CompressionType[] |
HColumnDescriptor.CompressionType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods in org.apache.hadoop.hbase with parameters of type HColumnDescriptor.CompressionType | |
|---|---|
void |
HColumnDescriptor.setCompressionType(HColumnDescriptor.CompressionType type)
|
| Constructors in org.apache.hadoop.hbase with parameters of type HColumnDescriptor.CompressionType | |
|---|---|
HColumnDescriptor(byte[] columnName,
int maxVersions,
HColumnDescriptor.CompressionType compression,
boolean inMemory,
boolean blockCacheEnabled,
int maxValueLength,
int timeToLive,
boolean bloomFilter)
Constructor |
|
| Uses of HColumnDescriptor.CompressionType in org.apache.hadoop.hbase.client |
|---|
| Methods in org.apache.hadoop.hbase.client with parameters of type HColumnDescriptor.CompressionType | |
|---|---|
void |
UnmodifyableHColumnDescriptor.setCompressionType(HColumnDescriptor.CompressionType type)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||