|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WALEdit | |
|---|---|
| org.apache.hadoop.hbase.regionserver.wal | |
| org.apache.hadoop.hbase.replication.regionserver | |
| Uses of WALEdit in org.apache.hadoop.hbase.regionserver.wal |
|---|
| Methods in org.apache.hadoop.hbase.regionserver.wal that return WALEdit | |
|---|---|
WALEdit |
HLog.Entry.getEdit()
Gets the edit |
| Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type WALEdit | |
|---|---|
void |
HLog.append(HRegionInfo info,
byte[] tableName,
WALEdit edits,
long now)
Append a set of edits to the log. |
void |
HLog.append(HRegionInfo regionInfo,
HLogKey logKey,
WALEdit logEdit)
Append an entry to the log. |
void |
HLog.append(HRegionInfo regionInfo,
WALEdit logEdit,
long now,
boolean isMetaRegion)
Append an entry to the log. |
protected void |
HLog.doWrite(HRegionInfo info,
HLogKey logKey,
WALEdit logEdit)
|
void |
LogEntryVisitor.visitLogEntryBeforeWrite(HRegionInfo info,
HLogKey logKey,
WALEdit logEdit)
|
| Constructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type WALEdit | |
|---|---|
HLog.Entry(HLogKey key,
WALEdit edit)
Constructor for both params |
|
| Uses of WALEdit in org.apache.hadoop.hbase.replication.regionserver |
|---|
| Methods in org.apache.hadoop.hbase.replication.regionserver with parameters of type WALEdit | |
|---|---|
protected void |
ReplicationSource.removeNonReplicableEdits(WALEdit edit)
We only want KVs that are scoped other than local |
void |
Replication.visitLogEntryBeforeWrite(HRegionInfo info,
HLogKey logKey,
WALEdit logEdit)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||