Package com.mapr.org.apache.hadoop.hbase.util
-
Interface Summary Interface Description ByteRange Lightweight, reusable class for specifying ranges of byte[]'s.PositionedByteRange ExtendsByteRangewith additional methods to support tracking a consumers position within the viewport. -
Class Summary Class Description AbstractByteRange An abstract implementation of the ByteRange APIAbstractPositionedByteRange Extends the basicSimpleByteRangeimplementation with position support.Bytes Utility class that handles byte arrays, conversions to/from other types, comparisons, hash code generation, manufacturing keys for HashMaps or HashSets, etc.Bytes.ByteArrayComparator Byte array comparator class.Bytes.RowEndKeyComparator ABytes.ByteArrayComparatorthat treats the empty array as the largest value.CollectionUtils Utility methods for dealing with Collections, including treating null collections as empty.IterableUtils Utility methods for Iterable including null-safe handlers.OrderedBytes Utility class that handles ordered byte arrays.SimpleByteRange A read only version of theByteRange.SimplePositionedByteRange Extends the basicSimpleMutableByteRangeimplementation with position support and it is a readonly version.SimplePositionedMutableByteRange Extends the basicAbstractPositionedByteRangeimplementation with position support and it is a mutable version. -
Enum Summary Enum Description Order Used to describe or modify the lexicographical sort order of abyte[]. -
Exception Summary Exception Description ReadOnlyByteRangeException Exception thrown when a read only byte range is modified