|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.hbase.regionserver.HLog.HLogEntry
public static class HLog.HLogEntry
Utility class that lets us keep track of the edit with it's key Only used when splitting logs
Constructor Summary | |
---|---|
HLog.HLogEntry(HLogEdit edit,
HLogKey key)
Constructor for both params |
Method Summary | |
---|---|
HLogEdit |
getEdit()
Gets the edit |
HLogKey |
getKey()
Gets the key |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HLog.HLogEntry(HLogEdit edit, HLogKey key)
edit
- log's editkey
- log's keyMethod Detail |
---|
public HLogEdit getEdit()
public HLogKey getKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |