Uses of Class
org.apache.hadoop.hbase.util.ImmutableByteArray
-
Uses of ImmutableByteArray in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeFieldDescriptionprivate final Map<byte[],
Map<ImmutableByteArray, Long>> SequenceIdAccounting.flushingSequenceIds
Map of encoded region names and family names to their lowest or OLDEST sequence/edit id currently being flushed out to hfiles.private final ConcurrentMap<byte[],
ConcurrentMap<ImmutableByteArray, Long>> SequenceIdAccounting.lowestUnflushedSequenceIds
Map of encoded region names and family names to their OLDEST -- i.e.Modifier and TypeMethodDescription(package private) ConcurrentMap<ImmutableByteArray,
Long> SequenceIdAccounting.getOrCreateLowestSequenceIds
(byte[] encodedRegionName) -
Uses of ImmutableByteArray in org.apache.hadoop.hbase.util