| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.snapshot |
| Modifier and Type | Method and Description |
|---|---|
MetricsMaster |
MasterServices.getMasterMetrics() |
MetricsMaster |
HMaster.getMasterMetrics() |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotManager.initialize(MasterServices master,
MetricsMaster metricsMaster) |
| Constructor and Description |
|---|
SnapshotManager(MasterServices master,
MetricsMaster metricsMaster,
ProcedureCoordinator coordinator,
ExecutorService pool)
Fully specify all necessary components of a snapshot manager.
|