public static interface FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| int | getChildrenSize()optional uint32 childrenSize = 2; | 
| int | getCreatedListSize()optional uint32 createdListSize = 6; | 
| long | getDeletedINode(int index)
 id of deleted inodes | 
| int | getDeletedINodeCount()
 id of deleted inodes | 
| List<Long> | getDeletedINodeList()
 id of deleted inodes | 
| int | getDeletedINodeRef(int index)
 id of reference nodes in the deleted list | 
| int | getDeletedINodeRefCount()
 id of reference nodes in the deleted list | 
| List<Integer> | getDeletedINodeRefList()
 id of reference nodes in the deleted list | 
| boolean | getIsSnapshotRoot()optional bool isSnapshotRoot = 3; | 
| org.apache.hadoop.thirdparty.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; | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;org.apache.hadoop.thirdparty.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()
id of deleted inodes
repeated uint64 deletedINode = 7 [packed = true];int getDeletedINodeCount()
id of deleted inodes
repeated uint64 deletedINode = 7 [packed = true];long getDeletedINode(int index)
id of deleted inodes
repeated uint64 deletedINode = 7 [packed = true];List<Integer> getDeletedINodeRefList()
id of reference nodes in the deleted list
repeated uint32 deletedINodeRef = 8 [packed = true];int getDeletedINodeRefCount()
id of reference nodes in the deleted list
repeated uint32 deletedINodeRef = 8 [packed = true];int getDeletedINodeRef(int index)
id of reference nodes in the deleted list
repeated uint32 deletedINodeRef = 8 [packed = true];Copyright © 2008–2023 Apache Software Foundation. All rights reserved.