@InterfaceAudience.Private public class MemStoreSnapshot extends Object
| 构造器和说明 |
|---|
MemStoreSnapshot(long id,
int cellsCount,
long size,
TimeRangeTracker timeRangeTracker,
KeyValueScanner scanner,
boolean tagsPresent) |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2021 The Apache Software Foundation. All rights reserved.