org.apache.hadoop.hdfs.server.namenode
Interface FsImageProto.SnapshotDiffSection.FileDiffOrBuilder

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

public static interface FsImageProto.SnapshotDiffSection.FileDiffOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getFileSize()
          optional uint64 fileSize = 2;
 com.google.protobuf.ByteString getName()
          optional bytes name = 3;
 FsImageProto.INodeSection.INodeFile getSnapshotCopy()
          optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
 FsImageProto.INodeSection.INodeFileOrBuilder getSnapshotCopyOrBuilder()
          optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
 int getSnapshotId()
          optional uint32 snapshotId = 1;
 boolean hasFileSize()
          optional uint64 fileSize = 2;
 boolean hasName()
          optional bytes name = 3;
 boolean hasSnapshotCopy()
          optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;
 boolean hasSnapshotId()
          optional uint32 snapshotId = 1;
 
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

hasSnapshotId

boolean hasSnapshotId()
optional uint32 snapshotId = 1;


getSnapshotId

int getSnapshotId()
optional uint32 snapshotId = 1;


hasFileSize

boolean hasFileSize()
optional uint64 fileSize = 2;


getFileSize

long getFileSize()
optional uint64 fileSize = 2;


hasName

boolean hasName()
optional bytes name = 3;


getName

com.google.protobuf.ByteString getName()
optional bytes name = 3;


hasSnapshotCopy

boolean hasSnapshotCopy()
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;


getSnapshotCopy

FsImageProto.INodeSection.INodeFile getSnapshotCopy()
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;


getSnapshotCopyOrBuilder

FsImageProto.INodeSection.INodeFileOrBuilder getSnapshotCopyOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.INodeFile snapshotCopy = 4;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.