Modifier and Type | Field and Description |
---|---|
protected ForeignExceptionDispatcher |
TakeSnapshotHandler.monitor |
Modifier and Type | Field and Description |
---|---|
protected ForeignExceptionDispatcher |
Subprocedure.monitor
monitor to check for errors
|
Modifier and Type | Method and Description |
---|---|
ForeignExceptionDispatcher |
Procedure.getErrorMonitor()
Get the ForeignExceptionDispatcher
|
Modifier and Type | Method and Description |
---|---|
Procedure |
ProcedureCoordinator.startProcedure(ForeignExceptionDispatcher fed,
String procName,
byte[] procArgs,
List<String> expectedMembers)
Kick off the named procedure
|
Constructor and Description |
---|
Procedure(ProcedureCoordinator coord,
ForeignExceptionDispatcher monitor,
long wakeFreq,
long timeout,
String procName,
byte[] args,
List<String> expectedMembers)
Creates a procedure.
|
Subprocedure.SubprocedureImpl(ProcedureMember member,
String opName,
ForeignExceptionDispatcher monitor,
long wakeFrequency,
long timeout) |
Subprocedure(ProcedureMember member,
String procName,
ForeignExceptionDispatcher monitor,
long wakeFrequency,
long timeout) |
Constructor and Description |
---|
FlushSnapshotSubprocedure(ProcedureMember member,
ForeignExceptionDispatcher errorListener,
long wakeFrequency,
long timeout,
List<HRegion> regions,
HBaseProtos.SnapshotDescription snapshot,
org.apache.hadoop.hbase.regionserver.snapshot.RegionServerSnapshotManager.SnapshotSubprocedurePool taskManager) |
Modifier and Type | Field and Description |
---|---|
protected ForeignExceptionDispatcher |
SnapshotTask.errorMonitor |
Constructor and Description |
---|
CopyRecoveredEditsTask(HBaseProtos.SnapshotDescription snapshot,
ForeignExceptionDispatcher monitor,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path regionDir,
org.apache.hadoop.fs.Path snapshotRegionDir) |
ReferenceRegionHFilesTask(HBaseProtos.SnapshotDescription snapshot,
ForeignExceptionDispatcher monitor,
org.apache.hadoop.fs.Path regionDir,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path regionSnapshotDir)
Reference all the files in the given region directory
|
ReferenceServerWALsTask(HBaseProtos.SnapshotDescription snapshot,
ForeignExceptionDispatcher failureListener,
org.apache.hadoop.fs.Path logDir,
org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs) |
RestoreSnapshotHelper(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.fs.FileSystem fs,
HBaseProtos.SnapshotDescription snapshotDescription,
org.apache.hadoop.fs.Path snapshotDir,
HTableDescriptor tableDescriptor,
org.apache.hadoop.fs.Path rootDir,
ForeignExceptionDispatcher monitor,
MonitoredTask status) |
SnapshotTask(HBaseProtos.SnapshotDescription snapshot,
ForeignExceptionDispatcher monitor) |
TableInfoCopyTask(ForeignExceptionDispatcher monitor,
HBaseProtos.SnapshotDescription snapshot,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.fs.Path rootDir)
Copy the table info for the given table into the snapshot
|
Copyright © 2013 The Apache Software Foundation. All rights reserved.