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

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

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


Method Summary
 long getInodeId()
          optional uint64 inodeId = 2;
 int getNumOfDiff()
          optional uint32 numOfDiff = 3;
 FsImageProto.SnapshotDiffSection.DiffEntry.Type getType()
          required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
 boolean hasInodeId()
          optional uint64 inodeId = 2;
 boolean hasNumOfDiff()
          optional uint32 numOfDiff = 3;
 boolean hasType()
          required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 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

hasType

boolean hasType()
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;


getType

FsImageProto.SnapshotDiffSection.DiffEntry.Type getType()
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;


hasInodeId

boolean hasInodeId()
optional uint64 inodeId = 2;


getInodeId

long getInodeId()
optional uint64 inodeId = 2;


hasNumOfDiff

boolean hasNumOfDiff()
optional uint32 numOfDiff = 3;


getNumOfDiff

int getNumOfDiff()
optional uint32 numOfDiff = 3;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.