Uses of Enum Class
org.apache.hadoop.hdfs.protocol.DatanodeInfo.AdminStates
Packages that use DatanodeInfo.AdminStates
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of DatanodeInfo.AdminStates in org.apache.hadoop.hdfs.protocol
Fields in org.apache.hadoop.hdfs.protocol declared as DatanodeInfo.AdminStatesMethods in org.apache.hadoop.hdfs.protocol that return DatanodeInfo.AdminStatesModifier and TypeMethodDescriptionstatic DatanodeInfo.AdminStatesDatanodeAdminProperties.getAdminState()Get the admin state of the datanode.DatanodeInfo.getAdminState()Retrieves the admin state of this node.static DatanodeInfo.AdminStatesReturns the enum constant of this class with the specified name.static DatanodeInfo.AdminStates[]DatanodeInfo.AdminStates.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 DatanodeInfo.AdminStatesModifier and TypeMethodDescriptionvoidDatanodeAdminProperties.setAdminState(DatanodeInfo.AdminStates adminState) Set the admin state of the datanode.DatanodeInfo.DatanodeInfoBuilder.setAdminState(DatanodeInfo.AdminStates adminState) protected voidDatanodeInfo.setAdminState(DatanodeInfo.AdminStates newState) Sets the admin state of this node. -
Uses of DatanodeInfo.AdminStates in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return DatanodeInfo.AdminStatesModifier and TypeMethodDescriptionstatic DatanodeInfo.AdminStatesPBHelperClient.convert(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.DatanodeInfoProto.AdminState adminState) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type DatanodeInfo.AdminStatesModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.DatanodeInfoProto.AdminStatePBHelperClient.convert(DatanodeInfo.AdminStates inAs)