Uses of Class
org.apache.hadoop.hbase.io.encoding.BufferedDataBlockEncoder.SeekerState
Packages that use BufferedDataBlockEncoder.SeekerState
-
Uses of BufferedDataBlockEncoder.SeekerState in org.apache.hadoop.hbase.io.encoding
Classes in org.apache.hadoop.hbase.io.encoding with type parameters of type BufferedDataBlockEncoder.SeekerStateModifier and TypeClassDescriptionprotected static class
Subclasses of BufferedDataBlockEncoder.SeekerState in org.apache.hadoop.hbase.io.encodingModifier and TypeClassDescriptionprotected static class
protected static class
Fields in org.apache.hadoop.hbase.io.encoding declared as BufferedDataBlockEncoder.SeekerStateModifier and TypeFieldDescriptionprotected STATE
BufferedDataBlockEncoder.BufferedEncodedSeeker.current
protected STATE
BufferedDataBlockEncoder.BufferedEncodedSeeker.previous
Methods in org.apache.hadoop.hbase.io.encoding with parameters of type BufferedDataBlockEncoder.SeekerStateModifier and TypeMethodDescriptionprotected void
BufferedDataBlockEncoder.SeekerState.copyFromNext
(BufferedDataBlockEncoder.SeekerState nextState) Copy the state from the next one into this instance (the previous state placeholder).protected void
DiffKeyDeltaEncoder.DiffSeekerState.copyFromNext
(BufferedDataBlockEncoder.SeekerState that) protected void
FastDiffDeltaEncoder.FastDiffSeekerState.copyFromNext
(BufferedDataBlockEncoder.SeekerState that)