|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ForeignExceptionSnare in org.apache.hadoop.hbase.errorhandling |
---|
Classes in org.apache.hadoop.hbase.errorhandling that implement ForeignExceptionSnare | |
---|---|
class |
ForeignExceptionDispatcher
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 ForeignExceptionSnare | |
---|---|
class |
DisabledTableSnapshotHandler
Take a snapshot of a disabled table. |
class |
EnabledTableSnapshotHandler
Handle the master side of taking a snapshot of an online table, regardless of snapshot type. |
class |
TakeSnapshotHandler
A handler for taking snapshots from the master. |
Uses of ForeignExceptionSnare in org.apache.hadoop.hbase.procedure |
---|
Methods in org.apache.hadoop.hbase.procedure with parameters of type ForeignExceptionSnare | |
---|---|
static 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 ForeignExceptionSnare | |
---|---|
void |
HRegion.addRegionToSnapshot(HBaseProtos.SnapshotDescription desc,
ForeignExceptionSnare exnSnare)
Complete taking the snapshot on the region. |
Uses of ForeignExceptionSnare in org.apache.hadoop.hbase.snapshot |
---|
Classes in org.apache.hadoop.hbase.snapshot that implement ForeignExceptionSnare | |
---|---|
class |
CopyRecoveredEditsTask
Copy over each of the files in a region's recovered.edits directory to the region's snapshot directory. |
class |
ReferenceRegionHFilesTask
Reference all the hfiles in a region for a snapshot. |
class |
ReferenceServerWALsTask
Reference all the WAL files under a server's WAL directory |
class |
SnapshotTask
General snapshot operation taken on a regionserver |
class |
TableInfoCopyTask
Copy the table info into the snapshot directory |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |