Uses of Class
org.apache.hadoop.hbase.util.ImmutableByteArray
Packages that use ImmutableByteArray
-
Uses of ImmutableByteArray in org.apache.hadoop.hbase.regionserver.wal
Fields in org.apache.hadoop.hbase.regionserver.wal with type parameters of type ImmutableByteArrayModifier 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.Methods in org.apache.hadoop.hbase.regionserver.wal that return types with arguments of type ImmutableByteArrayModifier and TypeMethodDescription(package private) ConcurrentMap<ImmutableByteArray,
Long> SequenceIdAccounting.getOrCreateLowestSequenceIds
(byte[] encodedRegionName) -
Uses of ImmutableByteArray in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that return ImmutableByteArray