|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WALCoprocessorEnvironment | |
---|---|
org.apache.hadoop.hbase.coprocessor | Table of Contents |
Uses of WALCoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor |
---|
Method parameters in org.apache.hadoop.hbase.coprocessor with type arguments of type WALCoprocessorEnvironment | |
---|---|
void |
WALObserver.postWALWrite(ObserverContext<WALCoprocessorEnvironment> ctx,
HRegionInfo info,
HLogKey logKey,
WALEdit logEdit)
Called after a WALEdit
is writen to WAL. |
boolean |
WALObserver.preWALWrite(ObserverContext<WALCoprocessorEnvironment> ctx,
HRegionInfo info,
HLogKey logKey,
WALEdit logEdit)
Called before a WALEdit
is writen to WAL. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |