@InterfaceAudience.Private public class MemStoreSnapshot extends Object
Constructor and Description |
---|
MemStoreSnapshot(long id,
int cellsCount,
long size,
TimeRangeTracker timeRangeTracker,
KeyValueScanner scanner,
boolean tagsPresent) |
Modifier and Type | Method and Description |
---|---|
int |
getCellsCount() |
long |
getId() |
KeyValueScanner |
getScanner() |
long |
getSize() |
TimeRangeTracker |
getTimeRangeTracker() |
boolean |
isTagsPresent() |
public MemStoreSnapshot(long id, int cellsCount, long size, TimeRangeTracker timeRangeTracker, KeyValueScanner scanner, boolean tagsPresent)
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 snapshotpublic boolean isTagsPresent()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.