public static interface FsImageProto.SnapshotDiffSection.DiffEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
boolean hasType()
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
FsImageProto.SnapshotDiffSection.DiffEntry.Type getType()
required .hadoop.hdfs.fsimage.SnapshotDiffSection.DiffEntry.Type type = 1;
boolean hasInodeId()
optional uint64 inodeId = 2;
long getInodeId()
optional uint64 inodeId = 2;
boolean hasNumOfDiff()
optional uint32 numOfDiff = 3;
int getNumOfDiff()
optional uint32 numOfDiff = 3;
Copyright © 2017 Apache Software Foundation. All Rights Reserved.