public static interface FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getChildrenSize()
optional uint32 childrenSize = 2; |
int |
getCreatedListSize()
optional uint32 createdListSize = 6; |
long |
getDeletedINode(int index)
repeated uint64 deletedINode = 7 [packed = true]; |
int |
getDeletedINodeCount()
repeated uint64 deletedINode = 7 [packed = true]; |
List<Long> |
getDeletedINodeList()
repeated uint64 deletedINode = 7 [packed = true]; |
int |
getDeletedINodeRef(int index)
repeated uint32 deletedINodeRef = 8 [packed = true]; |
int |
getDeletedINodeRefCount()
repeated uint32 deletedINodeRef = 8 [packed = true]; |
List<Integer> |
getDeletedINodeRefList()
repeated uint32 deletedINodeRef = 8 [packed = true]; |
boolean |
getIsSnapshotRoot()
optional bool isSnapshotRoot = 3; |
com.google.protobuf.ByteString |
getName()
optional bytes name = 4; |
FsImageProto.INodeSection.INodeDirectory |
getSnapshotCopy()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5; |
FsImageProto.INodeSection.INodeDirectoryOrBuilder |
getSnapshotCopyOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5; |
int |
getSnapshotId()
optional uint32 snapshotId = 1; |
boolean |
hasChildrenSize()
optional uint32 childrenSize = 2; |
boolean |
hasCreatedListSize()
optional uint32 createdListSize = 6; |
boolean |
hasIsSnapshotRoot()
optional bool isSnapshotRoot = 3; |
boolean |
hasName()
optional bytes name = 4; |
boolean |
hasSnapshotCopy()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5; |
boolean |
hasSnapshotId()
optional uint32 snapshotId = 1; |
boolean hasSnapshotId()
optional uint32 snapshotId = 1;
int getSnapshotId()
optional uint32 snapshotId = 1;
boolean hasChildrenSize()
optional uint32 childrenSize = 2;
int getChildrenSize()
optional uint32 childrenSize = 2;
boolean hasIsSnapshotRoot()
optional bool isSnapshotRoot = 3;
boolean getIsSnapshotRoot()
optional bool isSnapshotRoot = 3;
boolean hasName()
optional bytes name = 4;
com.google.protobuf.ByteString getName()
optional bytes name = 4;
boolean hasSnapshotCopy()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
FsImageProto.INodeSection.INodeDirectory getSnapshotCopy()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
FsImageProto.INodeSection.INodeDirectoryOrBuilder getSnapshotCopyOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
boolean hasCreatedListSize()
optional uint32 createdListSize = 6;
int getCreatedListSize()
optional uint32 createdListSize = 6;
List<Long> getDeletedINodeList()
repeated uint64 deletedINode = 7 [packed = true];
id of deleted inodes
int getDeletedINodeCount()
repeated uint64 deletedINode = 7 [packed = true];
id of deleted inodes
long getDeletedINode(int index)
repeated uint64 deletedINode = 7 [packed = true];
id of deleted inodes
List<Integer> getDeletedINodeRefList()
repeated uint32 deletedINodeRef = 8 [packed = true];
id of reference nodes in the deleted list
int getDeletedINodeRefCount()
repeated uint32 deletedINodeRef = 8 [packed = true];
id of reference nodes in the deleted list
int getDeletedINodeRef(int index)
repeated uint32 deletedINodeRef = 8 [packed = true];
id of reference nodes in the deleted list
Copyright © 2017 Apache Software Foundation. All Rights Reserved.