程序包 | 说明 |
---|---|
org.apache.hadoop.hdfs |
A distributed implementation of
FileSystem . |
org.apache.hadoop.hdfs.protocol | |
org.apache.hadoop.hdfs.server.namenode |
限定符和类型 | 方法和说明 |
---|---|
UpgradeStatusReport |
DistributedFileSystem.distributedUpgradeProgress(FSConstants.UpgradeAction action) |
UpgradeStatusReport |
DFSClient.distributedUpgradeProgress(FSConstants.UpgradeAction action) |
UpgradeStatusReport |
ChecksumDistributedFileSystem.distributedUpgradeProgress(FSConstants.UpgradeAction action) |
限定符和类型 | 方法和说明 |
---|---|
static FSConstants.UpgradeAction |
FSConstants.UpgradeAction.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static FSConstants.UpgradeAction[] |
FSConstants.UpgradeAction.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
UpgradeStatusReport |
ClientProtocol.distributedUpgradeProgress(FSConstants.UpgradeAction action)
Report distributed upgrade progress or force current upgrade to proceed.
|
限定符和类型 | 方法和说明 |
---|---|
UpgradeStatusReport |
NameNode.distributedUpgradeProgress(FSConstants.UpgradeAction action) |
Copyright © 2009 The Apache Software Foundation