Package | Description |
---|---|
org.apache.hadoop.hdfs.protocol | |
org.apache.hadoop.hdfs.protocolPB |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
Modifier and Type | Method and Description |
---|---|
static HdfsConstants.RollingUpgradeAction |
HdfsConstants.RollingUpgradeAction.fromString(String s)
Convert the given String to a RollingUpgradeAction.
|
static HdfsConstants.RollingUpgradeAction |
HdfsConstants.RollingUpgradeAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HdfsConstants.RollingUpgradeAction[] |
HdfsConstants.RollingUpgradeAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static HdfsConstants.RollingUpgradeAction |
PBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.RollingUpgradeActionProto a) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.RollingUpgradeActionProto |
PBHelperClient.convert(HdfsConstants.RollingUpgradeAction a) |
Copyright © 2018 Apache Software Foundation. All Rights Reserved.