@InterfaceAudience.Private public class MemStoreSnapshot extends Object
| Constructor and Description |
|---|
MemStoreSnapshot(long id,
ImmutableSegment snapshot) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCellsCount() |
long |
getDataSize() |
long |
getHeapSize() |
long |
getId() |
List<KeyValueScanner> |
getScanners() |
TimeRangeTracker |
getTimeRangeTracker() |
boolean |
isTagsPresent() |
public MemStoreSnapshot(long id,
ImmutableSegment snapshot)
public long getId()
public int getCellsCount()
public long getDataSize()
public long getHeapSize()
public TimeRangeTracker getTimeRangeTracker()
TimeRangeTracker for all the Cells in the snapshot.public List<KeyValueScanner> getScanners()
KeyValueScanner for iterating over the snapshotpublic boolean isTagsPresent()
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.