Package | Description |
---|---|
org.apache.hadoop.hbase.io.encoding |
Modifier and Type | Class and Description |
---|---|
protected static class |
BufferedDataBlockEncoder.BufferedEncodedSeeker<STATE extends BufferedDataBlockEncoder.SeekerState> |
Modifier and Type | Class and Description |
---|---|
protected static class |
DiffKeyDeltaEncoder.DiffSeekerState |
protected static class |
FastDiffDeltaEncoder.FastDiffSeekerState |
Modifier and Type | Field and Description |
---|---|
protected STATE |
BufferedDataBlockEncoder.BufferedEncodedSeeker.current |
protected STATE |
BufferedDataBlockEncoder.BufferedEncodedSeeker.previous |
Modifier and Type | Method and Description |
---|---|
protected void |
FastDiffDeltaEncoder.FastDiffSeekerState.copyFromNext(BufferedDataBlockEncoder.SeekerState that) |
protected void |
DiffKeyDeltaEncoder.DiffSeekerState.copyFromNext(BufferedDataBlockEncoder.SeekerState that) |
protected void |
BufferedDataBlockEncoder.SeekerState.copyFromNext(BufferedDataBlockEncoder.SeekerState nextState)
Copy the state from the next one into this instance (the previous state
placeholder).
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.