Uses of Interface
org.apache.hadoop.hbase.errorhandling.ForeignExceptionSnare
Packages that use ForeignExceptionSnare
Package
Description
-
Uses of ForeignExceptionSnare in org.apache.hadoop.hbase.errorhandling
Classes in org.apache.hadoop.hbase.errorhandling that implement ForeignExceptionSnareModifier and TypeClassDescriptionclass
The dispatcher acts as the state holding entity for foreign error handling. -
Uses of ForeignExceptionSnare in org.apache.hadoop.hbase.master.snapshot
Classes in org.apache.hadoop.hbase.master.snapshot that implement ForeignExceptionSnareModifier and TypeClassDescriptionclass
Take a snapshot of a disabled table.class
Handle the master side of taking a snapshot of an online table, regardless of snapshot type.class
A handler for taking snapshots from the master. -
Uses of ForeignExceptionSnare in org.apache.hadoop.hbase.procedure
Methods in org.apache.hadoop.hbase.procedure that return ForeignExceptionSnareModifier and TypeMethodDescription(package private) ForeignExceptionSnare
Subprocedure.getErrorCheckable()
exposed for testing.Methods in org.apache.hadoop.hbase.procedure with parameters of type ForeignExceptionSnareModifier and TypeMethodDescriptionstatic void
Procedure.waitForLatch
(CountDownLatch latch, ForeignExceptionSnare monitor, long wakeFrequency, String latchDescription) Wait for latch to count to zero, ignoring any spurious wake-ups, but waking periodically to check for errors -
Uses of ForeignExceptionSnare in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type ForeignExceptionSnareModifier and TypeMethodDescriptionvoid
HRegion.addRegionToSnapshot
(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription desc, ForeignExceptionSnare exnSnare) Complete taking the snapshot on the region. -
Uses of ForeignExceptionSnare in org.apache.hadoop.hbase.snapshot
Fields in org.apache.hadoop.hbase.snapshot declared as ForeignExceptionSnareMethods in org.apache.hadoop.hbase.snapshot with parameters of type ForeignExceptionSnareModifier and TypeMethodDescriptionstatic SnapshotManifest
SnapshotManifest.create
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path workingDir, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription desc, ForeignExceptionSnare monitor) Return a SnapshotManifest instance, used for writing a snapshot.static SnapshotManifest
SnapshotManifest.create
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path workingDir, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription desc, ForeignExceptionSnare monitor, MonitoredTask statusTask) Constructors in org.apache.hadoop.hbase.snapshot with parameters of type ForeignExceptionSnareModifierConstructorDescriptionprivate
SnapshotManifest
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem rootFs, org.apache.hadoop.fs.Path workingDir, org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription desc, ForeignExceptionSnare monitor, MonitoredTask statusTask)