Uses of Class
org.apache.hadoop.hdfs.protocol.ErasureCodingPolicyInfo
Packages that use ErasureCodingPolicyInfo
Package
Description
This package provides the administrative APIs for HDFS.
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of ErasureCodingPolicyInfo in org.apache.hadoop.hdfs
Methods in org.apache.hadoop.hdfs that return ErasureCodingPolicyInfoMethods in org.apache.hadoop.hdfs that return types with arguments of type ErasureCodingPolicyInfoModifier and TypeMethodDescriptionDistributedFileSystem.getAllErasureCodingPolicies()Retrieve all the erasure coding policies supported by this file system, including enabled, disabled and removed policies, but excluding REPLICATION policy.ViewDistributedFileSystem.getAllErasureCodingPolicies()Gets all erasure coding policies from all available child file systems. -
Uses of ErasureCodingPolicyInfo in org.apache.hadoop.hdfs.client
Methods in org.apache.hadoop.hdfs.client that return ErasureCodingPolicyInfoModifier and TypeMethodDescriptionHdfsAdmin.getErasureCodingPolicies()Get the Erasure coding policies supported. -
Uses of ErasureCodingPolicyInfo in org.apache.hadoop.hdfs.protocol
Methods in org.apache.hadoop.hdfs.protocol that return ErasureCodingPolicyInfoModifier and TypeMethodDescriptionClientProtocol.getErasureCodingPolicies()Get the erasure coding policies loaded in Namenode, excluding REPLICATION policy. -
Uses of ErasureCodingPolicyInfo in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return ErasureCodingPolicyInfoModifier and TypeMethodDescriptionstatic ErasureCodingPolicyInfoPBHelperClient.convertErasureCodingPolicyInfo(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ErasureCodingPolicyProto proto) Convert the protobuf to aErasureCodingPolicyInfo.ClientNamenodeProtocolTranslatorPB.getErasureCodingPolicies()Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type ErasureCodingPolicyInfoModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ErasureCodingPolicyProtoPBHelperClient.convertErasureCodingPolicy(ErasureCodingPolicyInfo info) Convert aErasureCodingPolicyInfoto protobuf. -
Uses of ErasureCodingPolicyInfo in org.apache.hadoop.hdfs.web
Methods in org.apache.hadoop.hdfs.web that return ErasureCodingPolicyInfoModifier and TypeMethodDescriptionstatic ErasureCodingPolicyInfoJsonUtilClient.toECPolicyInfo(Map<?, ?> m) Methods in org.apache.hadoop.hdfs.web that return types with arguments of type ErasureCodingPolicyInfoModifier and TypeMethodDescriptionstatic Collection<ErasureCodingPolicyInfo>JsonUtilClient.getAllErasureCodingPolicies(Map<?, ?> json) WebHdfsFileSystem.getAllErasureCodingPolicies()