Uses of Enum Class
org.apache.hadoop.hdfs.protocol.ErasureCodingPolicyState
Packages that use ErasureCodingPolicyState
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ErasureCodingPolicyState in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return ErasureCodingPolicyStateModifier and TypeMethodDescriptionstatic ErasureCodingPolicyStateErasureCodingPolicyState.fromValue(int v) ErasureCodingPolicyInfo.getState()static ErasureCodingPolicyStateRead from in.static ErasureCodingPolicyStateReturns the enum constant of this class with the specified name.static ErasureCodingPolicyState[]ErasureCodingPolicyState.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 ErasureCodingPolicyStateModifier and TypeMethodDescriptionvoidErasureCodingPolicyInfo.setState(ErasureCodingPolicyState newState) Constructors in org.apache.hadoop.hdfs.protocol with parameters of type ErasureCodingPolicyStateModifierConstructorDescriptionErasureCodingPolicyInfo(ErasureCodingPolicy thePolicy, ErasureCodingPolicyState theState) -
Uses of ErasureCodingPolicyState in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return ErasureCodingPolicyStateModifier and TypeMethodDescriptionstatic ErasureCodingPolicyStatePBHelperClient.convertECState(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ErasureCodingPolicyState state) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type ErasureCodingPolicyStateModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ErasureCodingPolicyStatePBHelperClient.convertECState(ErasureCodingPolicyState state)