Uses of Interface
org.apache.hadoop.hbase.coprocessor.WALCoprocessorEnvironment
Packages that use org.apache.hadoop.hbase.coprocessor.WALCoprocessorEnvironment
- 
Uses of org.apache.hadoop.hbase.coprocessor.WALCoprocessorEnvironment in org.apache.hadoop.hbase.coprocessorMethod parameters in org.apache.hadoop.hbase.coprocessor with type arguments of type org.apache.hadoop.hbase.coprocessor.WALCoprocessorEnvironment in inModifier and TypeMethodDescriptiondefault voidWALObserver.postWALRoll(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.WALCoprocessorEnvironment> ctx, org.apache.hadoop.fs.Path oldPath, org.apache.hadoop.fs.Path newPath) Called after rolling the current WALdefault voidWALObserver.postWALWrite(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.WALCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.client.RegionInfo info, org.apache.hadoop.hbase.wal.WALKey logKey, org.apache.hadoop.hbase.wal.WALEdit logEdit) Called after aWALEditis writen to WAL.default voidWALObserver.preWALRoll(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.WALCoprocessorEnvironment> ctx, org.apache.hadoop.fs.Path oldPath, org.apache.hadoop.fs.Path newPath) Called before rolling the current WALdefault voidWALObserver.preWALWrite(org.apache.hadoop.hbase.coprocessor.ObserverContext<? extends org.apache.hadoop.hbase.coprocessor.WALCoprocessorEnvironment> ctx, org.apache.hadoop.hbase.client.RegionInfo info, org.apache.hadoop.hbase.wal.WALKey logKey, org.apache.hadoop.hbase.wal.WALEdit logEdit) Called before aWALEditis writen to WAL.