public static interface HdfsProtos.SnapshotInfoProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCreateTime()
required string createTime = 6; |
com.google.protobuf.ByteString |
getCreateTimeBytes()
required string createTime = 6; |
String |
getGroup()
required string group = 5; |
com.google.protobuf.ByteString |
getGroupBytes()
required string group = 5; |
String |
getOwner()
required string owner = 4; |
com.google.protobuf.ByteString |
getOwnerBytes()
required string owner = 4; |
HdfsProtos.FsPermissionProto |
getPermission()
required .hadoop.hdfs.FsPermissionProto permission = 3; |
HdfsProtos.FsPermissionProtoOrBuilder |
getPermissionOrBuilder()
required .hadoop.hdfs.FsPermissionProto permission = 3; |
String |
getSnapshotName()
required string snapshotName = 1; |
com.google.protobuf.ByteString |
getSnapshotNameBytes()
required string snapshotName = 1; |
String |
getSnapshotRoot()
required string snapshotRoot = 2; |
com.google.protobuf.ByteString |
getSnapshotRootBytes()
required string snapshotRoot = 2; |
boolean |
hasCreateTime()
required string createTime = 6; |
boolean |
hasGroup()
required string group = 5; |
boolean |
hasOwner()
required string owner = 4; |
boolean |
hasPermission()
required .hadoop.hdfs.FsPermissionProto permission = 3; |
boolean |
hasSnapshotName()
required string snapshotName = 1; |
boolean |
hasSnapshotRoot()
required string snapshotRoot = 2; |
boolean hasSnapshotName()
required string snapshotName = 1;String getSnapshotName()
required string snapshotName = 1;com.google.protobuf.ByteString getSnapshotNameBytes()
required string snapshotName = 1;boolean hasSnapshotRoot()
required string snapshotRoot = 2;String getSnapshotRoot()
required string snapshotRoot = 2;com.google.protobuf.ByteString getSnapshotRootBytes()
required string snapshotRoot = 2;boolean hasPermission()
required .hadoop.hdfs.FsPermissionProto permission = 3;HdfsProtos.FsPermissionProto getPermission()
required .hadoop.hdfs.FsPermissionProto permission = 3;HdfsProtos.FsPermissionProtoOrBuilder getPermissionOrBuilder()
required .hadoop.hdfs.FsPermissionProto permission = 3;boolean hasOwner()
required string owner = 4;String getOwner()
required string owner = 4;com.google.protobuf.ByteString getOwnerBytes()
required string owner = 4;boolean hasGroup()
required string group = 5;String getGroup()
required string group = 5;com.google.protobuf.ByteString getGroupBytes()
required string group = 5;boolean hasCreateTime()
required string createTime = 6;
TODO: do we need access time?
String getCreateTime()
required string createTime = 6;
TODO: do we need access time?
com.google.protobuf.ByteString getCreateTimeBytes()
required string createTime = 6;
TODO: do we need access time?
Copyright © 2013 Apache Software Foundation. All rights reserved.