| Package | Description |
|---|---|
| org.apache.hadoop.hbase.regionserver |
| Modifier and Type | Method and Description |
|---|---|
MemstoreSize |
MemStore.getFlushableSize()
On flush, how much memory we will clear.
|
MemstoreSize |
DefaultMemStore.getFlushableSize()
On flush, how much memory we will clear from the active cell set.
|
MemstoreSize |
CompactingMemStore.getFlushableSize()
On flush, how much memory we will clear.
|
MemstoreSize |
CompactionPipeline.getPipelineSize() |
MemstoreSize |
Store.getSizeOfMemStore() |
MemstoreSize |
HStore.getSizeOfMemStore() |
MemstoreSize |
Store.getSizeOfSnapshot() |
MemstoreSize |
HStore.getSizeOfSnapshot() |
MemstoreSize |
Store.getSizeToFlush() |
MemstoreSize |
HStore.getSizeToFlush() |
MemstoreSize |
MemStore.getSnapshotSize()
Return the size of the snapshot(s) if any
|
MemstoreSize |
AbstractMemStore.getSnapshotSize() |
MemstoreSize |
CompactionPipeline.getTailSize() |
MemstoreSize |
MemStore.size() |
MemstoreSize |
DefaultMemStore.size() |
MemstoreSize |
CompactingMemStore.size() |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableSegment.add(Cell cell,
boolean mslabUsed,
MemstoreSize memstoreSize)
Adds the given cell into the segment
|
void |
MemStore.add(Cell cell,
MemstoreSize memstoreSize)
Write an update
|
void |
HStore.add(Cell cell,
MemstoreSize memstoreSize)
Adds a value to the memstore
|
void |
AbstractMemStore.add(Cell cell,
MemstoreSize memstoreSize) |
void |
MemStore.add(Iterable<Cell> cells,
MemstoreSize memstoreSize)
Write the updates
|
void |
HStore.add(Iterable<Cell> cells,
MemstoreSize memstoreSize)
Adds the specified value to the memstore
|
void |
AbstractMemStore.add(Iterable<Cell> cells,
MemstoreSize memstoreSize) |
long |
HRegion.addAndGetMemstoreSize(MemstoreSize memstoreSize)
Increase the size of mem store in this region and the size of global mem
store
|
void |
RegionServicesForStores.addMemstoreSize(MemstoreSize size) |
void |
RegionServerAccounting.addRegionReplayEditsSize(byte[] regionName,
MemstoreSize memStoreSize)
Add memStoreSize to replayEditsPerRegion.
|
void |
RegionServerAccounting.decGlobalMemstoreSize(MemstoreSize memStoreSize) |
void |
MemstoreSize.decMemstoreSize(MemstoreSize delta) |
void |
HRegion.decrMemstoreSize(MemstoreSize memstoreSize) |
boolean |
ImmutableSegment.flatten(MemstoreSize memstoreSize)
------------------------------------------------------------------------
Change the CellSet of this ImmutableSegment from one based on ConcurrentSkipListMap to one
based on CellArrayMap.
|
void |
RegionServerAccounting.incGlobalMemstoreSize(MemstoreSize memStoreSize) |
void |
MemstoreSize.incMemstoreSize(MemstoreSize delta) |
protected void |
Segment.internalAdd(Cell cell,
boolean mslabUsed,
MemstoreSize memstoreSize) |
protected void |
CompositeImmutableSegment.internalAdd(Cell cell,
boolean mslabUsed,
MemstoreSize memstoreSize) |
protected void |
HRegion.restoreEdit(HStore s,
Cell cell,
MemstoreSize memstoreSize)
Used by tests
|
protected void |
Segment.updateMetaInfo(Cell cellToAdd,
boolean succ,
boolean mslabUsed,
MemstoreSize memstoreSize) |
protected void |
CompositeImmutableSegment.updateMetaInfo(Cell cellToAdd,
boolean succ,
boolean mslabUsed,
MemstoreSize memstoreSize) |
void |
MutableSegment.upsert(Cell cell,
long readpoint,
MemstoreSize memstoreSize) |
void |
MemStore.upsert(Iterable<Cell> cells,
long readpoint,
MemstoreSize memstoreSize)
Update or insert the specified cells.
|
void |
HStore.upsert(Iterable<Cell> cells,
long readpoint,
MemstoreSize memstoreSize)
Adds or replaces the specified KeyValues.
|
void |
AbstractMemStore.upsert(Iterable<Cell> cells,
long readpoint,
MemstoreSize memstoreSize) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.