| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.master.handler | |
| org.apache.hadoop.hbase.master.snapshot |
| Modifier and Type | Field and Description |
|---|---|
private MasterFileSystem |
HMaster.fileSystemManager |
| Modifier and Type | Method and Description |
|---|---|
MasterFileSystem |
HMaster.getMasterFileSystem() |
MasterFileSystem |
MasterServices.getMasterFileSystem() |
| Modifier and Type | Field and Description |
|---|---|
protected MasterFileSystem |
CreateTableHandler.fileSystemManager |
| Constructor and Description |
|---|
CreateTableHandler(Server server,
MasterFileSystem fileSystemManager,
HTableDescriptor hTableDescriptor,
org.apache.hadoop.conf.Configuration conf,
HRegionInfo[] newRegions,
MasterServices masterServices) |
| Modifier and Type | Method and Description |
|---|---|
private void |
SnapshotManager.checkSnapshotSupport(org.apache.hadoop.conf.Configuration conf,
MasterFileSystem mfs)
Called at startup, to verify if snapshot operation is supported, and to avoid
starting the master if there're snapshots present but the cleaners needed are missing.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.