| Modifier and Type | Class and Description | 
|---|---|
| class  | ForeignExceptionDispatcherThe dispatcher acts as the state holding entity for foreign error handling. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DisabledTableSnapshotHandlerTake a snapshot of a disabled table. | 
| class  | EnabledTableSnapshotHandlerHandle the master side of taking a snapshot of an online table, regardless of snapshot type. | 
| class  | TakeSnapshotHandlerA handler for taking snapshots from the master. | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) ForeignExceptionSnare | Subprocedure. getErrorCheckable()exposed for testing. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HRegion. addRegionToSnapshot(org.apache.hadoop.hbase.shaded.protobuf.generated.SnapshotProtos.SnapshotDescription desc,
                   ForeignExceptionSnare exnSnare)Complete taking the snapshot on the region. | 
| Modifier and Type | Field and Description | 
|---|---|
| private ForeignExceptionSnare | SnapshotManifest. monitor | 
| Modifier and Type | Method and Description | 
|---|---|
| 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)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) | 
| Constructor and Description | 
|---|
| 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) | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.