java.lang.Cloneable, FsImageProto.INodeSection.INodeFileOrBuilder, org.apache.hadoop.thirdparty.protobuf.Message.Builder, org.apache.hadoop.thirdparty.protobuf.MessageLite.Builder, org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder, org.apache.hadoop.thirdparty.protobuf.MessageOrBuilderpublic static final class FsImageProto.INodeSection.INodeFile.Builder extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.INodeSection.INodeFile.Builder> implements FsImageProto.INodeSection.INodeFileOrBuilder
hadoop.hdfs.fsimage.INodeSection.INodeFile| Modifier and Type | Method | Description |
|---|---|---|
FsImageProto.INodeSection.INodeFile.Builder |
addAllBlocks(java.lang.Iterable<? extends org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto> values) |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
FsImageProto.INodeSection.INodeFile.Builder |
addBlocks(int index,
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto value) |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
FsImageProto.INodeSection.INodeFile.Builder |
addBlocks(int index,
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder builderForValue) |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
FsImageProto.INodeSection.INodeFile.Builder |
addBlocks(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto value) |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
FsImageProto.INodeSection.INodeFile.Builder |
addBlocks(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder builderForValue) |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder |
addBlocksBuilder() |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder |
addBlocksBuilder(int index) |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
FsImageProto.INodeSection.INodeFile.Builder |
addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
FsImageProto.INodeSection.INodeFile |
build() |
|
FsImageProto.INodeSection.INodeFile |
buildPartial() |
|
FsImageProto.INodeSection.INodeFile.Builder |
clear() |
|
FsImageProto.INodeSection.INodeFile.Builder |
clearAccessTime() |
optional uint64 accessTime = 3; |
FsImageProto.INodeSection.INodeFile.Builder |
clearAcl() |
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8; |
FsImageProto.INodeSection.INodeFile.Builder |
clearBlocks() |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
FsImageProto.INodeSection.INodeFile.Builder |
clearBlockType() |
optional .hadoop.hdfs.BlockTypeProto blockType = 11; |
FsImageProto.INodeSection.INodeFile.Builder |
clearErasureCodingPolicyID() |
optional uint32 erasureCodingPolicyID = 12; |
FsImageProto.INodeSection.INodeFile.Builder |
clearField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field) |
|
FsImageProto.INodeSection.INodeFile.Builder |
clearFileUC() |
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7; |
FsImageProto.INodeSection.INodeFile.Builder |
clearModificationTime() |
optional uint64 modificationTime = 2; |
FsImageProto.INodeSection.INodeFile.Builder |
clearOneof(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof) |
|
FsImageProto.INodeSection.INodeFile.Builder |
clearPermission() |
optional fixed64 permission = 5; |
FsImageProto.INodeSection.INodeFile.Builder |
clearPreferredBlockSize() |
optional uint64 preferredBlockSize = 4; |
FsImageProto.INodeSection.INodeFile.Builder |
clearReplication() |
optional uint32 replication = 1; |
FsImageProto.INodeSection.INodeFile.Builder |
clearStoragePolicyID() |
optional uint32 storagePolicyID = 10; |
FsImageProto.INodeSection.INodeFile.Builder |
clearXAttrs() |
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9; |
FsImageProto.INodeSection.INodeFile.Builder |
clone() |
|
long |
getAccessTime() |
optional uint64 accessTime = 3; |
FsImageProto.INodeSection.AclFeatureProto |
getAcl() |
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8; |
FsImageProto.INodeSection.AclFeatureProto.Builder |
getAclBuilder() |
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8; |
FsImageProto.INodeSection.AclFeatureProtoOrBuilder |
getAclOrBuilder() |
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8; |
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto |
getBlocks(int index) |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder |
getBlocksBuilder(int index) |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
java.util.List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder> |
getBlocksBuilderList() |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
int |
getBlocksCount() |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
java.util.List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto> |
getBlocksList() |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProtoOrBuilder |
getBlocksOrBuilder(int index) |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
java.util.List<? extends org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProtoOrBuilder> |
getBlocksOrBuilderList() |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockTypeProto |
getBlockType() |
optional .hadoop.hdfs.BlockTypeProto blockType = 11; |
FsImageProto.INodeSection.INodeFile |
getDefaultInstanceForType() |
|
static org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor |
getDescriptor() |
|
org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
|
int |
getErasureCodingPolicyID() |
optional uint32 erasureCodingPolicyID = 12; |
FsImageProto.INodeSection.FileUnderConstructionFeature |
getFileUC() |
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7; |
FsImageProto.INodeSection.FileUnderConstructionFeature.Builder |
getFileUCBuilder() |
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7; |
FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder |
getFileUCOrBuilder() |
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7; |
long |
getModificationTime() |
optional uint64 modificationTime = 2; |
long |
getPermission() |
optional fixed64 permission = 5; |
long |
getPreferredBlockSize() |
optional uint64 preferredBlockSize = 4; |
int |
getReplication() |
optional uint32 replication = 1; |
int |
getStoragePolicyID() |
optional uint32 storagePolicyID = 10; |
FsImageProto.INodeSection.XAttrFeatureProto |
getXAttrs() |
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9; |
FsImageProto.INodeSection.XAttrFeatureProto.Builder |
getXAttrsBuilder() |
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9; |
FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder |
getXAttrsOrBuilder() |
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9; |
boolean |
hasAccessTime() |
optional uint64 accessTime = 3; |
boolean |
hasAcl() |
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8; |
boolean |
hasBlockType() |
optional .hadoop.hdfs.BlockTypeProto blockType = 11; |
boolean |
hasErasureCodingPolicyID() |
optional uint32 erasureCodingPolicyID = 12; |
boolean |
hasFileUC() |
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7; |
boolean |
hasModificationTime() |
optional uint64 modificationTime = 2; |
boolean |
hasPermission() |
optional fixed64 permission = 5; |
boolean |
hasPreferredBlockSize() |
optional uint64 preferredBlockSize = 4; |
boolean |
hasReplication() |
optional uint32 replication = 1; |
boolean |
hasStoragePolicyID() |
optional uint32 storagePolicyID = 10; |
boolean |
hasXAttrs() |
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9; |
protected org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
|
boolean |
isInitialized() |
|
FsImageProto.INodeSection.INodeFile.Builder |
mergeAcl(FsImageProto.INodeSection.AclFeatureProto value) |
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8; |
FsImageProto.INodeSection.INodeFile.Builder |
mergeFileUC(FsImageProto.INodeSection.FileUnderConstructionFeature value) |
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7; |
FsImageProto.INodeSection.INodeFile.Builder |
mergeFrom(FsImageProto.INodeSection.INodeFile other) |
|
FsImageProto.INodeSection.INodeFile.Builder |
mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
|
FsImageProto.INodeSection.INodeFile.Builder |
mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other) |
|
FsImageProto.INodeSection.INodeFile.Builder |
mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) |
|
FsImageProto.INodeSection.INodeFile.Builder |
mergeXAttrs(FsImageProto.INodeSection.XAttrFeatureProto value) |
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9; |
FsImageProto.INodeSection.INodeFile.Builder |
removeBlocks(int index) |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
FsImageProto.INodeSection.INodeFile.Builder |
setAccessTime(long value) |
optional uint64 accessTime = 3; |
FsImageProto.INodeSection.INodeFile.Builder |
setAcl(FsImageProto.INodeSection.AclFeatureProto value) |
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8; |
FsImageProto.INodeSection.INodeFile.Builder |
setAcl(FsImageProto.INodeSection.AclFeatureProto.Builder builderForValue) |
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8; |
FsImageProto.INodeSection.INodeFile.Builder |
setBlocks(int index,
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto value) |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
FsImageProto.INodeSection.INodeFile.Builder |
setBlocks(int index,
org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder builderForValue) |
repeated .hadoop.hdfs.BlockProto blocks = 6; |
FsImageProto.INodeSection.INodeFile.Builder |
setBlockType(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockTypeProto value) |
optional .hadoop.hdfs.BlockTypeProto blockType = 11; |
FsImageProto.INodeSection.INodeFile.Builder |
setErasureCodingPolicyID(int value) |
optional uint32 erasureCodingPolicyID = 12; |
FsImageProto.INodeSection.INodeFile.Builder |
setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
FsImageProto.INodeSection.INodeFile.Builder |
setFileUC(FsImageProto.INodeSection.FileUnderConstructionFeature value) |
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7; |
FsImageProto.INodeSection.INodeFile.Builder |
setFileUC(FsImageProto.INodeSection.FileUnderConstructionFeature.Builder builderForValue) |
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7; |
FsImageProto.INodeSection.INodeFile.Builder |
setModificationTime(long value) |
optional uint64 modificationTime = 2; |
FsImageProto.INodeSection.INodeFile.Builder |
setPermission(long value) |
optional fixed64 permission = 5; |
FsImageProto.INodeSection.INodeFile.Builder |
setPreferredBlockSize(long value) |
optional uint64 preferredBlockSize = 4; |
FsImageProto.INodeSection.INodeFile.Builder |
setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
FsImageProto.INodeSection.INodeFile.Builder |
setReplication(int value) |
optional uint32 replication = 1; |
FsImageProto.INodeSection.INodeFile.Builder |
setStoragePolicyID(int value) |
optional uint32 storagePolicyID = 10; |
FsImageProto.INodeSection.INodeFile.Builder |
setUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) |
|
FsImageProto.INodeSection.INodeFile.Builder |
setXAttrs(FsImageProto.INodeSection.XAttrFeatureProto value) |
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9; |
FsImageProto.INodeSection.INodeFile.Builder |
setXAttrs(FsImageProto.INodeSection.XAttrFeatureProto.Builder builderForValue) |
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitmergeDelimitedFrom, mergeDelimitedFrompublic static final org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.INodeSection.INodeFile.Builder>public FsImageProto.INodeSection.INodeFile.Builder clear()
clear in interface org.apache.hadoop.thirdparty.protobuf.Message.Builderclear in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builderclear in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.INodeSection.INodeFile.Builder>public org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildergetDescriptorForType in interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuildergetDescriptorForType in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.INodeSection.INodeFile.Builder>public FsImageProto.INodeSection.INodeFile getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilderpublic FsImageProto.INodeSection.INodeFile build()
build in interface org.apache.hadoop.thirdparty.protobuf.Message.Builderbuild in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builderpublic FsImageProto.INodeSection.INodeFile buildPartial()
buildPartial in interface org.apache.hadoop.thirdparty.protobuf.Message.BuilderbuildPartial in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builderpublic FsImageProto.INodeSection.INodeFile.Builder clone()
clone in interface org.apache.hadoop.thirdparty.protobuf.Message.Builderclone in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builderclone in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.INodeSection.INodeFile.Builder>public FsImageProto.INodeSection.INodeFile.Builder setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildersetField in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.INodeSection.INodeFile.Builder>public FsImageProto.INodeSection.INodeFile.Builder clearField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field)
clearField in interface org.apache.hadoop.thirdparty.protobuf.Message.BuilderclearField in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.INodeSection.INodeFile.Builder>public FsImageProto.INodeSection.INodeFile.Builder clearOneof(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface org.apache.hadoop.thirdparty.protobuf.Message.BuilderclearOneof in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.INodeSection.INodeFile.Builder>public FsImageProto.INodeSection.INodeFile.Builder setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildersetRepeatedField in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.INodeSection.INodeFile.Builder>public FsImageProto.INodeSection.INodeFile.Builder addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface org.apache.hadoop.thirdparty.protobuf.Message.BuilderaddRepeatedField in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.INodeSection.INodeFile.Builder>public FsImageProto.INodeSection.INodeFile.Builder mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other)
mergeFrom in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildermergeFrom in class org.apache.hadoop.thirdparty.protobuf.AbstractMessage.Builder<FsImageProto.INodeSection.INodeFile.Builder>public FsImageProto.INodeSection.INodeFile.Builder mergeFrom(FsImageProto.INodeSection.INodeFile other)
public final boolean isInitialized()
isInitialized in interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.INodeSection.INodeFile.Builder>public FsImageProto.INodeSection.INodeFile.Builder mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildermergeFrom in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.BuildermergeFrom in class org.apache.hadoop.thirdparty.protobuf.AbstractMessage.Builder<FsImageProto.INodeSection.INodeFile.Builder>java.io.IOExceptionpublic boolean hasReplication()
optional uint32 replication = 1;hasReplication in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic int getReplication()
optional uint32 replication = 1;getReplication in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.INodeFile.Builder setReplication(int value)
optional uint32 replication = 1;value - The replication to set.public FsImageProto.INodeSection.INodeFile.Builder clearReplication()
optional uint32 replication = 1;public boolean hasModificationTime()
optional uint64 modificationTime = 2;hasModificationTime in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic long getModificationTime()
optional uint64 modificationTime = 2;getModificationTime in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.INodeFile.Builder setModificationTime(long value)
optional uint64 modificationTime = 2;value - The modificationTime to set.public FsImageProto.INodeSection.INodeFile.Builder clearModificationTime()
optional uint64 modificationTime = 2;public boolean hasAccessTime()
optional uint64 accessTime = 3;hasAccessTime in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic long getAccessTime()
optional uint64 accessTime = 3;getAccessTime in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.INodeFile.Builder setAccessTime(long value)
optional uint64 accessTime = 3;value - The accessTime to set.public FsImageProto.INodeSection.INodeFile.Builder clearAccessTime()
optional uint64 accessTime = 3;public boolean hasPreferredBlockSize()
optional uint64 preferredBlockSize = 4;hasPreferredBlockSize in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic long getPreferredBlockSize()
optional uint64 preferredBlockSize = 4;getPreferredBlockSize in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.INodeFile.Builder setPreferredBlockSize(long value)
optional uint64 preferredBlockSize = 4;value - The preferredBlockSize to set.public FsImageProto.INodeSection.INodeFile.Builder clearPreferredBlockSize()
optional uint64 preferredBlockSize = 4;public boolean hasPermission()
optional fixed64 permission = 5;hasPermission in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic long getPermission()
optional fixed64 permission = 5;getPermission in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.INodeFile.Builder setPermission(long value)
optional fixed64 permission = 5;value - The permission to set.public FsImageProto.INodeSection.INodeFile.Builder clearPermission()
optional fixed64 permission = 5;public java.util.List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto> getBlocksList()
repeated .hadoop.hdfs.BlockProto blocks = 6;getBlocksList in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic int getBlocksCount()
repeated .hadoop.hdfs.BlockProto blocks = 6;getBlocksCount in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto getBlocks(int index)
repeated .hadoop.hdfs.BlockProto blocks = 6;getBlocks in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.INodeFile.Builder setBlocks(int index, org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto value)
repeated .hadoop.hdfs.BlockProto blocks = 6;public FsImageProto.INodeSection.INodeFile.Builder setBlocks(int index, org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder builderForValue)
repeated .hadoop.hdfs.BlockProto blocks = 6;public FsImageProto.INodeSection.INodeFile.Builder addBlocks(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto value)
repeated .hadoop.hdfs.BlockProto blocks = 6;public FsImageProto.INodeSection.INodeFile.Builder addBlocks(int index, org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto value)
repeated .hadoop.hdfs.BlockProto blocks = 6;public FsImageProto.INodeSection.INodeFile.Builder addBlocks(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder builderForValue)
repeated .hadoop.hdfs.BlockProto blocks = 6;public FsImageProto.INodeSection.INodeFile.Builder addBlocks(int index, org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder builderForValue)
repeated .hadoop.hdfs.BlockProto blocks = 6;public FsImageProto.INodeSection.INodeFile.Builder addAllBlocks(java.lang.Iterable<? extends org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto> values)
repeated .hadoop.hdfs.BlockProto blocks = 6;public FsImageProto.INodeSection.INodeFile.Builder clearBlocks()
repeated .hadoop.hdfs.BlockProto blocks = 6;public FsImageProto.INodeSection.INodeFile.Builder removeBlocks(int index)
repeated .hadoop.hdfs.BlockProto blocks = 6;public org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder getBlocksBuilder(int index)
repeated .hadoop.hdfs.BlockProto blocks = 6;public org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProtoOrBuilder getBlocksOrBuilder(int index)
repeated .hadoop.hdfs.BlockProto blocks = 6;getBlocksOrBuilder in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic java.util.List<? extends org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProtoOrBuilder> getBlocksOrBuilderList()
repeated .hadoop.hdfs.BlockProto blocks = 6;getBlocksOrBuilderList in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder addBlocksBuilder()
repeated .hadoop.hdfs.BlockProto blocks = 6;public org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder addBlocksBuilder(int index)
repeated .hadoop.hdfs.BlockProto blocks = 6;public java.util.List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto.Builder> getBlocksBuilderList()
repeated .hadoop.hdfs.BlockProto blocks = 6;public boolean hasFileUC()
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;hasFileUC in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.FileUnderConstructionFeature getFileUC()
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;getFileUC in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.INodeFile.Builder setFileUC(FsImageProto.INodeSection.FileUnderConstructionFeature value)
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;public FsImageProto.INodeSection.INodeFile.Builder setFileUC(FsImageProto.INodeSection.FileUnderConstructionFeature.Builder builderForValue)
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;public FsImageProto.INodeSection.INodeFile.Builder mergeFileUC(FsImageProto.INodeSection.FileUnderConstructionFeature value)
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;public FsImageProto.INodeSection.INodeFile.Builder clearFileUC()
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;public FsImageProto.INodeSection.FileUnderConstructionFeature.Builder getFileUCBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;public FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder getFileUCOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;getFileUCOrBuilder in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic boolean hasAcl()
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;hasAcl in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.AclFeatureProto getAcl()
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;getAcl in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.INodeFile.Builder setAcl(FsImageProto.INodeSection.AclFeatureProto value)
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;public FsImageProto.INodeSection.INodeFile.Builder setAcl(FsImageProto.INodeSection.AclFeatureProto.Builder builderForValue)
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;public FsImageProto.INodeSection.INodeFile.Builder mergeAcl(FsImageProto.INodeSection.AclFeatureProto value)
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;public FsImageProto.INodeSection.INodeFile.Builder clearAcl()
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;public FsImageProto.INodeSection.AclFeatureProto.Builder getAclBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;public FsImageProto.INodeSection.AclFeatureProtoOrBuilder getAclOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;getAclOrBuilder in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic boolean hasXAttrs()
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;hasXAttrs in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.XAttrFeatureProto getXAttrs()
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;getXAttrs in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.INodeFile.Builder setXAttrs(FsImageProto.INodeSection.XAttrFeatureProto value)
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;public FsImageProto.INodeSection.INodeFile.Builder setXAttrs(FsImageProto.INodeSection.XAttrFeatureProto.Builder builderForValue)
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;public FsImageProto.INodeSection.INodeFile.Builder mergeXAttrs(FsImageProto.INodeSection.XAttrFeatureProto value)
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;public FsImageProto.INodeSection.INodeFile.Builder clearXAttrs()
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;public FsImageProto.INodeSection.XAttrFeatureProto.Builder getXAttrsBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;public FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder getXAttrsOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;getXAttrsOrBuilder in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic boolean hasStoragePolicyID()
optional uint32 storagePolicyID = 10;hasStoragePolicyID in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic int getStoragePolicyID()
optional uint32 storagePolicyID = 10;getStoragePolicyID in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.INodeFile.Builder setStoragePolicyID(int value)
optional uint32 storagePolicyID = 10;value - The storagePolicyID to set.public FsImageProto.INodeSection.INodeFile.Builder clearStoragePolicyID()
optional uint32 storagePolicyID = 10;public boolean hasBlockType()
optional .hadoop.hdfs.BlockTypeProto blockType = 11;hasBlockType in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockTypeProto getBlockType()
optional .hadoop.hdfs.BlockTypeProto blockType = 11;getBlockType in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.INodeFile.Builder setBlockType(org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockTypeProto value)
optional .hadoop.hdfs.BlockTypeProto blockType = 11;value - The blockType to set.public FsImageProto.INodeSection.INodeFile.Builder clearBlockType()
optional .hadoop.hdfs.BlockTypeProto blockType = 11;public boolean hasErasureCodingPolicyID()
optional uint32 erasureCodingPolicyID = 12;hasErasureCodingPolicyID in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic int getErasureCodingPolicyID()
optional uint32 erasureCodingPolicyID = 12;getErasureCodingPolicyID in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic FsImageProto.INodeSection.INodeFile.Builder setErasureCodingPolicyID(int value)
optional uint32 erasureCodingPolicyID = 12;value - The erasureCodingPolicyID to set.public FsImageProto.INodeSection.INodeFile.Builder clearErasureCodingPolicyID()
optional uint32 erasureCodingPolicyID = 12;public final FsImageProto.INodeSection.INodeFile.Builder setUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildersetUnknownFields in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.INodeSection.INodeFile.Builder>public final FsImageProto.INodeSection.INodeFile.Builder mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface org.apache.hadoop.thirdparty.protobuf.Message.BuildermergeUnknownFields in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.INodeSection.INodeFile.Builder>Copyright © 2008–2025 Apache Software Foundation. All rights reserved.