public class MemTableInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getColumnFamilyName()
Get the name of the column family to which memtable belongs.
|
long |
getEarliestSeqno()
Get the Sequence number that is guaranteed to be smaller than or equal
to the sequence number of any key that could be inserted into this
memtable.
|
long |
getFirstSeqno()
Get the Sequence number of the first element that was inserted into the
memtable.
|
long |
getNumDeletes()
Get the total number of deletes in memtable.
|
long |
getNumEntries()
Get the total number of entries in memtable.
|
int |
hashCode() |
String |
toString() |
public String getColumnFamilyName()
public long getFirstSeqno()
public long getEarliestSeqno()
public long getNumEntries()
public long getNumDeletes()
Copyright © 2021. All rights reserved.