Package | Description |
---|---|
org.apache.hadoop.hbase.io.encoding | |
org.apache.hadoop.hbase.io.hfile |
Modifier and Type | Method and Description |
---|---|
static IndexBlockEncoding |
IndexBlockEncoding.getEncodingById(short indexBlockEncodingId) |
static IndexBlockEncoding |
IndexBlockEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexBlockEncoding[] |
IndexBlockEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IndexBlockEncoding |
HFileContext.getIndexBlockEncoding() |
Modifier and Type | Method and Description |
---|---|
HFileContextBuilder |
HFileContextBuilder.withIndexBlockEncoding(IndexBlockEncoding indexBlockEncoding) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.