org.apache.hadoop.hdfs.server.namenode
Interface FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- FsImageProto.SnapshotDiffSection.DirectoryDiff, FsImageProto.SnapshotDiffSection.DirectoryDiff.Builder
- Enclosing class:
- FsImageProto.SnapshotDiffSection
public static interface FsImageProto.SnapshotDiffSection.DirectoryDiffOrBuilder
- extends com.google.protobuf.MessageOrBuilder
| 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 |
hasSnapshotId
boolean hasSnapshotId()
optional uint32 snapshotId = 1;
getSnapshotId
int getSnapshotId()
optional uint32 snapshotId = 1;
hasChildrenSize
boolean hasChildrenSize()
optional uint32 childrenSize = 2;
getChildrenSize
int getChildrenSize()
optional uint32 childrenSize = 2;
hasIsSnapshotRoot
boolean hasIsSnapshotRoot()
optional bool isSnapshotRoot = 3;
getIsSnapshotRoot
boolean getIsSnapshotRoot()
optional bool isSnapshotRoot = 3;
hasName
boolean hasName()
optional bytes name = 4;
getName
com.google.protobuf.ByteString getName()
optional bytes name = 4;
hasSnapshotCopy
boolean hasSnapshotCopy()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
getSnapshotCopy
FsImageProto.INodeSection.INodeDirectory getSnapshotCopy()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
getSnapshotCopyOrBuilder
FsImageProto.INodeSection.INodeDirectoryOrBuilder getSnapshotCopyOrBuilder()
optional .hadoop.hdfs.fsimage.INodeSection.INodeDirectory snapshotCopy = 5;
hasCreatedListSize
boolean hasCreatedListSize()
optional uint32 createdListSize = 6;
getCreatedListSize
int getCreatedListSize()
optional uint32 createdListSize = 6;
getDeletedINodeList
List<Long> getDeletedINodeList()
repeated uint64 deletedINode = 7 [packed = true];
id of deleted inodes
getDeletedINodeCount
int getDeletedINodeCount()
repeated uint64 deletedINode = 7 [packed = true];
id of deleted inodes
getDeletedINode
long getDeletedINode(int index)
repeated uint64 deletedINode = 7 [packed = true];
id of deleted inodes
getDeletedINodeRefList
List<Integer> getDeletedINodeRefList()
repeated uint32 deletedINodeRef = 8 [packed = true];
id of reference nodes in the deleted list
getDeletedINodeRefCount
int getDeletedINodeRefCount()
repeated uint32 deletedINodeRef = 8 [packed = true];
id of reference nodes in the deleted list
getDeletedINodeRef
int getDeletedINodeRef(int index)
repeated uint32 deletedINodeRef = 8 [packed = true];
id of reference nodes in the deleted list
Copyright © 2014 Apache Software Foundation. All Rights Reserved.