public static interface HdfsProtos.SnapshottableDirectoryStatusProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HdfsProtos.HdfsFileStatusProto |
getDirStatus()
required .hadoop.hdfs.HdfsFileStatusProto dirStatus = 1; |
HdfsProtos.HdfsFileStatusProtoOrBuilder |
getDirStatusOrBuilder()
required .hadoop.hdfs.HdfsFileStatusProto dirStatus = 1; |
com.google.protobuf.ByteString |
getParentFullpath()
required bytes parent_fullpath = 4; |
int |
getSnapshotNumber()
required uint32 snapshot_number = 3; |
int |
getSnapshotQuota()
required uint32 snapshot_quota = 2; |
boolean |
hasDirStatus()
required .hadoop.hdfs.HdfsFileStatusProto dirStatus = 1; |
boolean |
hasParentFullpath()
required bytes parent_fullpath = 4; |
boolean |
hasSnapshotNumber()
required uint32 snapshot_number = 3; |
boolean |
hasSnapshotQuota()
required uint32 snapshot_quota = 2; |
boolean hasDirStatus()
required .hadoop.hdfs.HdfsFileStatusProto dirStatus = 1;
HdfsProtos.HdfsFileStatusProto getDirStatus()
required .hadoop.hdfs.HdfsFileStatusProto dirStatus = 1;
HdfsProtos.HdfsFileStatusProtoOrBuilder getDirStatusOrBuilder()
required .hadoop.hdfs.HdfsFileStatusProto dirStatus = 1;
boolean hasSnapshotQuota()
required uint32 snapshot_quota = 2;
Fields specific for snapshottable directory
int getSnapshotQuota()
required uint32 snapshot_quota = 2;
Fields specific for snapshottable directory
boolean hasSnapshotNumber()
required uint32 snapshot_number = 3;
int getSnapshotNumber()
required uint32 snapshot_number = 3;
boolean hasParentFullpath()
required bytes parent_fullpath = 4;
com.google.protobuf.ByteString getParentFullpath()
required bytes parent_fullpath = 4;
Copyright © 2013 Apache Software Foundation. All rights reserved.