public static final class FsImageProto.INodeSection.INodeFile extends com.google.protobuf.GeneratedMessageV3 implements FsImageProto.INodeSection.INodeFileOrBuilder
hadoop.hdfs.fsimage.INodeSection.INodeFile| Modifier and Type | Class and Description |
|---|---|
static class |
FsImageProto.INodeSection.INodeFile.Builder
Protobuf type
hadoop.hdfs.fsimage.INodeSection.INodeFile |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESSTIME_FIELD_NUMBER |
static int |
ACL_FIELD_NUMBER |
static int |
BLOCKS_FIELD_NUMBER |
static int |
BLOCKTYPE_FIELD_NUMBER |
static int |
ERASURECODINGPOLICYID_FIELD_NUMBER |
static int |
FILEUC_FIELD_NUMBER |
static int |
MODIFICATIONTIME_FIELD_NUMBER |
static com.google.protobuf.Parser<FsImageProto.INodeSection.INodeFile> |
PARSER
Deprecated.
|
static int |
PERMISSION_FIELD_NUMBER |
static int |
PREFERREDBLOCKSIZE_FIELD_NUMBER |
static int |
REPLICATION_FIELD_NUMBER |
static int |
STORAGEPOLICYID_FIELD_NUMBER |
static int |
XATTRS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getAccessTime()
optional uint64 accessTime = 3; |
FsImageProto.INodeSection.AclFeatureProto |
getAcl()
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; |
int |
getBlocksCount()
repeated .hadoop.hdfs.BlockProto blocks = 6; |
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; |
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; |
static FsImageProto.INodeSection.INodeFile |
getDefaultInstance() |
FsImageProto.INodeSection.INodeFile |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getErasureCodingPolicyID()
optional uint32 erasureCodingPolicyID = 12; |
FsImageProto.INodeSection.FileUnderConstructionFeature |
getFileUC()
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; |
com.google.protobuf.Parser<FsImageProto.INodeSection.INodeFile> |
getParserForType() |
long |
getPermission()
optional fixed64 permission = 5; |
long |
getPreferredBlockSize()
optional uint64 preferredBlockSize = 4; |
int |
getReplication()
optional uint32 replication = 1; |
int |
getSerializedSize() |
int |
getStoragePolicyID()
optional uint32 storagePolicyID = 10; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
FsImageProto.INodeSection.XAttrFeatureProto |
getXAttrs()
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; |
int |
hashCode() |
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 com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FsImageProto.INodeSection.INodeFile.Builder |
newBuilder() |
static FsImageProto.INodeSection.INodeFile.Builder |
newBuilder(FsImageProto.INodeSection.INodeFile prototype) |
FsImageProto.INodeSection.INodeFile.Builder |
newBuilderForType() |
protected FsImageProto.INodeSection.INodeFile.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static FsImageProto.INodeSection.INodeFile |
parseDelimitedFrom(InputStream input) |
static FsImageProto.INodeSection.INodeFile |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection.INodeFile |
parseFrom(byte[] data) |
static FsImageProto.INodeSection.INodeFile |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection.INodeFile |
parseFrom(ByteBuffer data) |
static FsImageProto.INodeSection.INodeFile |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection.INodeFile |
parseFrom(com.google.protobuf.ByteString data) |
static FsImageProto.INodeSection.INodeFile |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection.INodeFile |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FsImageProto.INodeSection.INodeFile |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.INodeSection.INodeFile |
parseFrom(InputStream input) |
static FsImageProto.INodeSection.INodeFile |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<FsImageProto.INodeSection.INodeFile> |
parser() |
FsImageProto.INodeSection.INodeFile.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int REPLICATION_FIELD_NUMBER
public static final int MODIFICATIONTIME_FIELD_NUMBER
public static final int ACCESSTIME_FIELD_NUMBER
public static final int PREFERREDBLOCKSIZE_FIELD_NUMBER
public static final int PERMISSION_FIELD_NUMBER
public static final int BLOCKS_FIELD_NUMBER
public static final int FILEUC_FIELD_NUMBER
public static final int ACL_FIELD_NUMBER
public static final int XATTRS_FIELD_NUMBER
public static final int STORAGEPOLICYID_FIELD_NUMBER
public static final int BLOCKTYPE_FIELD_NUMBER
public static final int ERASURECODINGPOLICYID_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<FsImageProto.INodeSection.INodeFile> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuilderpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasReplication()
optional uint32 replication = 1;hasReplication in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic int getReplication()
optional uint32 replication = 1;getReplication in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic boolean hasModificationTime()
optional uint64 modificationTime = 2;hasModificationTime in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic long getModificationTime()
optional uint64 modificationTime = 2;getModificationTime in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic boolean hasAccessTime()
optional uint64 accessTime = 3;hasAccessTime in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic long getAccessTime()
optional uint64 accessTime = 3;getAccessTime in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic boolean hasPreferredBlockSize()
optional uint64 preferredBlockSize = 4;hasPreferredBlockSize in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic long getPreferredBlockSize()
optional uint64 preferredBlockSize = 4;getPreferredBlockSize in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic boolean hasPermission()
optional fixed64 permission = 5;hasPermission in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic long getPermission()
optional fixed64 permission = 5;getPermission in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto> getBlocksList()
repeated .hadoop.hdfs.BlockProto blocks = 6;getBlocksList in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic List<? extends org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProtoOrBuilder> getBlocksOrBuilderList()
repeated .hadoop.hdfs.BlockProto blocks = 6;getBlocksOrBuilderList 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 org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProtoOrBuilder getBlocksOrBuilder(int index)
repeated .hadoop.hdfs.BlockProto blocks = 6;getBlocksOrBuilder in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic 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.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.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.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 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 boolean hasErasureCodingPolicyID()
optional uint32 erasureCodingPolicyID = 12;hasErasureCodingPolicyID in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic int getErasureCodingPolicyID()
optional uint32 erasureCodingPolicyID = 12;getErasureCodingPolicyID in interface FsImageProto.INodeSection.INodeFileOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
IOExceptionpublic int getSerializedSize()
public boolean equals(Object obj)
public int hashCode()
public static FsImageProto.INodeSection.INodeFile parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.INodeSection.INodeFile parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.INodeSection.INodeFile parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.INodeSection.INodeFile parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.INodeSection.INodeFile parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.INodeSection.INodeFile parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.INodeSection.INodeFile parseFrom(InputStream input) throws IOException
IOExceptionpublic static FsImageProto.INodeSection.INodeFile parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FsImageProto.INodeSection.INodeFile parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static FsImageProto.INodeSection.INodeFile parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FsImageProto.INodeSection.INodeFile parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static FsImageProto.INodeSection.INodeFile parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic FsImageProto.INodeSection.INodeFile.Builder newBuilderForType()
public static FsImageProto.INodeSection.INodeFile.Builder newBuilder()
public static FsImageProto.INodeSection.INodeFile.Builder newBuilder(FsImageProto.INodeSection.INodeFile prototype)
public FsImageProto.INodeSection.INodeFile.Builder toBuilder()
protected FsImageProto.INodeSection.INodeFile.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static FsImageProto.INodeSection.INodeFile getDefaultInstance()
public static com.google.protobuf.Parser<FsImageProto.INodeSection.INodeFile> parser()
public com.google.protobuf.Parser<FsImageProto.INodeSection.INodeFile> getParserForType()
public FsImageProto.INodeSection.INodeFile getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2008–2020 Apache Software Foundation. All rights reserved.