Interface FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FsImageProto.INodeSection.XAttrFeatureProto,FsImageProto.INodeSection.XAttrFeatureProto.Builder
- Enclosing class:
- FsImageProto.INodeSection
public static interface FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetXAttrs(int index) repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;intrepeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;getXAttrsOrBuilder(int index) repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getXAttrsList
List<FsImageProto.INodeSection.XAttrCompactProto> getXAttrsList()repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1; -
getXAttrs
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1; -
getXAttrsCount
int getXAttrsCount()repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1; -
getXAttrsOrBuilderList
List<? extends FsImageProto.INodeSection.XAttrCompactProtoOrBuilder> getXAttrsOrBuilderList()repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1; -
getXAttrsOrBuilder
repeated .hadoop.hdfs.fsimage.INodeSection.XAttrCompactProto xAttrs = 1;
-