public class MemTableInfo
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.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() |
java.lang.String |
toString() |
public java.lang.String getColumnFamilyName()
public long getFirstSeqno()
public long getEarliestSeqno()
public long getNumEntries()
public long getNumDeletes()
public boolean equals(java.lang.Object o)
equals 在类中 java.lang.Objectpublic int hashCode()
hashCode 在类中 java.lang.Objectpublic java.lang.String toString()
toString 在类中 java.lang.Object