| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.io.encoding | |
| org.apache.hadoop.hbase.io.hfile | Provides implementations of  HFileand HFileBlockCache. | 
| Modifier and Type | Field and Description | 
|---|---|
| private HFileBlockDefaultEncodingContext | NoneEncoder. encodingCtx | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int | BufferedDataBlockEncoder. afterEncodingKeyValue(Cell cell,
                     DataOutputStream out,
                     HFileBlockDefaultEncodingContext encodingCtx) | 
| int | FastDiffDeltaEncoder. internalEncode(Cell cell,
              HFileBlockDefaultEncodingContext encodingContext,
              DataOutputStream out) | 
| int | PrefixKeyDeltaEncoder. internalEncode(Cell cell,
              HFileBlockDefaultEncodingContext encodingContext,
              DataOutputStream out) | 
| int | CopyKeyDataBlockEncoder. internalEncode(Cell cell,
              HFileBlockDefaultEncodingContext encodingContext,
              DataOutputStream out) | 
| int | DiffKeyDeltaEncoder. internalEncode(Cell cell,
              HFileBlockDefaultEncodingContext encodingContext,
              DataOutputStream out) | 
| abstract int | BufferedDataBlockEncoder. internalEncode(Cell cell,
              HFileBlockDefaultEncodingContext encodingCtx,
              DataOutputStream out) | 
| Constructor and Description | 
|---|
| NoneEncoder(DataOutputStream out,
           HFileBlockDefaultEncodingContext encodingCtx) | 
| RowIndexEncoderV1(DataOutputStream out,
                 HFileBlockDefaultEncodingContext encodingCtx) | 
| Modifier and Type | Field and Description | 
|---|---|
| private HFileBlockDefaultEncodingContext | HFileBlock.Writer. defaultBlockEncodingCtxblock encoding context for non-data blocks | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.