org.apache.hadoop.hdfs.server.namenode
Interface FsImageProto.INodeSection.INodeFileOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FsImageProto.INodeSection.INodeFile, FsImageProto.INodeSection.INodeFile.Builder
Enclosing class:
FsImageProto.INodeSection

public static interface FsImageProto.INodeSection.INodeFileOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 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;
 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;
 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.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 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasReplication

boolean hasReplication()
optional uint32 replication = 1;


getReplication

int getReplication()
optional uint32 replication = 1;


hasModificationTime

boolean hasModificationTime()
optional uint64 modificationTime = 2;


getModificationTime

long getModificationTime()
optional uint64 modificationTime = 2;


hasAccessTime

boolean hasAccessTime()
optional uint64 accessTime = 3;


getAccessTime

long getAccessTime()
optional uint64 accessTime = 3;


hasPreferredBlockSize

boolean hasPreferredBlockSize()
optional uint64 preferredBlockSize = 4;


getPreferredBlockSize

long getPreferredBlockSize()
optional uint64 preferredBlockSize = 4;


hasPermission

boolean hasPermission()
optional fixed64 permission = 5;


getPermission

long getPermission()
optional fixed64 permission = 5;


getBlocksList

List<org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto> getBlocksList()
repeated .hadoop.hdfs.BlockProto blocks = 6;


getBlocks

org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProto getBlocks(int index)
repeated .hadoop.hdfs.BlockProto blocks = 6;


getBlocksCount

int getBlocksCount()
repeated .hadoop.hdfs.BlockProto blocks = 6;


getBlocksOrBuilderList

List<? extends org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProtoOrBuilder> getBlocksOrBuilderList()
repeated .hadoop.hdfs.BlockProto blocks = 6;


getBlocksOrBuilder

org.apache.hadoop.hdfs.protocol.proto.HdfsProtos.BlockProtoOrBuilder getBlocksOrBuilder(int index)
repeated .hadoop.hdfs.BlockProto blocks = 6;


hasFileUC

boolean hasFileUC()
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;


getFileUC

FsImageProto.INodeSection.FileUnderConstructionFeature getFileUC()
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;


getFileUCOrBuilder

FsImageProto.INodeSection.FileUnderConstructionFeatureOrBuilder getFileUCOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.FileUnderConstructionFeature fileUC = 7;


hasAcl

boolean hasAcl()
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;


getAcl

FsImageProto.INodeSection.AclFeatureProto getAcl()
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;


getAclOrBuilder

FsImageProto.INodeSection.AclFeatureProtoOrBuilder getAclOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.AclFeatureProto acl = 8;


hasXAttrs

boolean hasXAttrs()
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;


getXAttrs

FsImageProto.INodeSection.XAttrFeatureProto getXAttrs()
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;


getXAttrsOrBuilder

FsImageProto.INodeSection.XAttrFeatureProtoOrBuilder getXAttrsOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.XAttrFeatureProto xAttrs = 9;


hasStoragePolicyID

boolean hasStoragePolicyID()
optional uint32 storagePolicyID = 10;


getStoragePolicyID

int getStoragePolicyID()
optional uint32 storagePolicyID = 10;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.