Interface FsImageProto.ErasureCodingSectionOrBuilder

All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder, org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
All Known Implementing Classes:
FsImageProto.ErasureCodingSection, FsImageProto.ErasureCodingSection.Builder
Enclosing class:
FsImageProto

public static interface FsImageProto.ErasureCodingSectionOrBuilder extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ErasureCodingPolicyProto
    getPolicies(int index)
    repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
    int
    repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
    List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ErasureCodingPolicyProto>
    repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
    org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ErasureCodingPolicyProtoOrBuilder
    repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
    List<? extends org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ErasureCodingPolicyProtoOrBuilder>
    repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;

    Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getPoliciesList

      List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ErasureCodingPolicyProto> getPoliciesList()
      repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
    • getPolicies

      org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ErasureCodingPolicyProto getPolicies(int index)
      repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
    • getPoliciesCount

      int getPoliciesCount()
      repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
    • getPoliciesOrBuilderList

      List<? extends org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ErasureCodingPolicyProtoOrBuilder> getPoliciesOrBuilderList()
      repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;
    • getPoliciesOrBuilder

      org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.ErasureCodingPolicyProtoOrBuilder getPoliciesOrBuilder(int index)
      repeated .hadoop.hdfs.ErasureCodingPolicyProto policies = 1;