Uses of Interface
org.apache.hadoop.hbase.coprocessor.WALCoprocessorEnvironment
Packages that use WALCoprocessorEnvironment
Package
Description
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 WALCoprocessorEnvironmentModifier and TypeMethodDescriptiondefault voidWALObserver.postWALRoll(ObserverContext<? extends WALCoprocessorEnvironment> ctx, org.apache.hadoop.fs.Path oldPath, org.apache.hadoop.fs.Path newPath) Called after rolling the current WALdefault voidWALObserver.postWALWrite(ObserverContext<? extends WALCoprocessorEnvironment> ctx, RegionInfo info, WALKey logKey, WALEdit logEdit) Deprecated.Since hbase-2.0.0.default voidWALObserver.preWALRoll(ObserverContext<? extends WALCoprocessorEnvironment> ctx, org.apache.hadoop.fs.Path oldPath, org.apache.hadoop.fs.Path newPath) Called before rolling the current WALdefault voidWALObserver.preWALWrite(ObserverContext<? extends WALCoprocessorEnvironment> ctx, RegionInfo info, WALKey logKey, WALEdit logEdit) Deprecated.Since hbase-2.0.0. -
Uses of WALCoprocessorEnvironment in org.apache.hadoop.hbase.regionserver.wal
Classes in org.apache.hadoop.hbase.regionserver.wal that implement WALCoprocessorEnvironmentModifier and TypeClassDescription(package private) static classEncapsulation of the environment of each coprocessor