Uses of Enum Class
org.apache.hadoop.hdfs.protocol.HdfsConstants.RollingUpgradeAction
Packages that use HdfsConstants.RollingUpgradeAction
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of HdfsConstants.RollingUpgradeAction in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs with parameters of type HdfsConstants.RollingUpgradeActionModifier and TypeMethodDescriptionDistributedFileSystem.rollingUpgrade(HdfsConstants.RollingUpgradeAction action) Rolling upgrade: prepare/finalize/query.ViewDistributedFileSystem.rollingUpgrade(HdfsConstants.RollingUpgradeAction action) -
Uses of HdfsConstants.RollingUpgradeAction in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return HdfsConstants.RollingUpgradeActionModifier and TypeMethodDescriptionHdfsConstants.RollingUpgradeAction.fromString(String s) Convert the given String to a RollingUpgradeAction.Returns the enum constant of this class with the specified name.static HdfsConstants.RollingUpgradeAction[]HdfsConstants.RollingUpgradeAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hdfs.protocol with parameters of type HdfsConstants.RollingUpgradeActionModifier and TypeMethodDescriptionClientProtocol.rollingUpgrade(HdfsConstants.RollingUpgradeAction action) Rolling upgrade operations. -
Uses of HdfsConstants.RollingUpgradeAction in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return HdfsConstants.RollingUpgradeActionModifier and TypeMethodDescriptionPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.RollingUpgradeActionProto a) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type HdfsConstants.RollingUpgradeActionModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos.RollingUpgradeActionProtoPBHelperClient.convert(HdfsConstants.RollingUpgradeAction a) ClientNamenodeProtocolTranslatorPB.rollingUpgrade(HdfsConstants.RollingUpgradeAction action)