Uses of Interface
org.apache.hadoop.hbase.coprocessor.WALCoprocessorEnvironment
Package
Description
Table of Contents
-
Uses of WALCoprocessorEnvironment in org.apache.hadoop.hbase.coprocessor
Modifier and TypeMethodDescriptiondefault void
WALObserver.postWALRoll
(ObserverContext<? extends WALCoprocessorEnvironment> ctx, org.apache.hadoop.fs.Path oldPath, org.apache.hadoop.fs.Path newPath) Called after rolling the current WALdefault void
WALObserver.postWALWrite
(ObserverContext<? extends WALCoprocessorEnvironment> ctx, RegionInfo info, WALKey logKey, WALEdit logEdit) Called after aWALEdit
is writen to WAL.default void
WALObserver.preWALRoll
(ObserverContext<? extends WALCoprocessorEnvironment> ctx, org.apache.hadoop.fs.Path oldPath, org.apache.hadoop.fs.Path newPath) Called before rolling the current WALdefault void
WALObserver.preWALWrite
(ObserverContext<? extends WALCoprocessorEnvironment> ctx, RegionInfo info, WALKey logKey, WALEdit logEdit) Called before aWALEdit
is writen to WAL. -
Uses of WALCoprocessorEnvironment in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeClassDescription(package private) static class
Encapsulation of the environment of each coprocessor