Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver.wal | |
org.apache.hadoop.hbase.util |
Modifier and Type | Field and Description |
---|---|
private 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 ConcurrentMap<byte[],ConcurrentMap<ImmutableByteArray,Long>> |
SequenceIdAccounting.lowestUnflushedSequenceIds
Map of encoded region names and family names to their OLDEST -- i.e.
|
Modifier and Type | Method and Description |
---|---|
(package private) ConcurrentMap<ImmutableByteArray,Long> |
SequenceIdAccounting.getOrCreateLowestSequenceIds(byte[] encodedRegionName) |
Modifier and Type | Method and Description |
---|---|
static ImmutableByteArray |
ImmutableByteArray.wrap(byte[] b) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.