@InterfaceAudience.Private public class MemStoreSnapshot extends Object
Constructor and Description |
---|
MemStoreSnapshot(long id,
int cellsCount,
long size,
TimeRangeTracker timeRangeTracker,
KeyValueScanner scanner) |
Modifier and Type | Method and Description |
---|---|
int |
getCellsCount() |
long |
getId() |
KeyValueScanner |
getScanner() |
long |
getSize() |
TimeRangeTracker |
getTimeRangeTracker() |
public MemStoreSnapshot(long id, int cellsCount, long size, TimeRangeTracker timeRangeTracker, KeyValueScanner scanner)
public long getId()
public int getCellsCount()
public long getSize()
public TimeRangeTracker getTimeRangeTracker()
TimeRangeTracker
for all the Cells in the snapshot.public KeyValueScanner getScanner()
KeyValueScanner
for iterating over the snapshotCopyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.