org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder, org.apache.hadoop.thirdparty.protobuf.MessageOrBuilderFsImageProto.SnapshotDiffSection.DirectoryDiff, FsImageProto.SnapshotDiffSection.DirectoryDiff.Builderpublic static interface FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
| Modifier and Type | Method | 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
|
java.util.List<java.lang.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
|
java.util.List<java.lang.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; |
isInitializedfindInitializationErrors, 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;java.util.List<java.lang.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];index - The index of the element to return.java.util.List<java.lang.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];index - The index of the element to return.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.