public static interface HdfsProtos.SnapshotDiffReportProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
HdfsProtos.SnapshotDiffReportEntryProto |
getDiffReportEntries(int index)
repeated .hadoop.hdfs.SnapshotDiffReportEntryProto diffReportEntries = 4; |
int |
getDiffReportEntriesCount()
repeated .hadoop.hdfs.SnapshotDiffReportEntryProto diffReportEntries = 4; |
List<HdfsProtos.SnapshotDiffReportEntryProto> |
getDiffReportEntriesList()
repeated .hadoop.hdfs.SnapshotDiffReportEntryProto diffReportEntries = 4; |
HdfsProtos.SnapshotDiffReportEntryProtoOrBuilder |
getDiffReportEntriesOrBuilder(int index)
repeated .hadoop.hdfs.SnapshotDiffReportEntryProto diffReportEntries = 4; |
List<? extends HdfsProtos.SnapshotDiffReportEntryProtoOrBuilder> |
getDiffReportEntriesOrBuilderList()
repeated .hadoop.hdfs.SnapshotDiffReportEntryProto diffReportEntries = 4; |
String |
getFromSnapshot()
required string fromSnapshot = 2; |
com.google.protobuf.ByteString |
getFromSnapshotBytes()
required string fromSnapshot = 2; |
String |
getSnapshotRoot()
required string snapshotRoot = 1; |
com.google.protobuf.ByteString |
getSnapshotRootBytes()
required string snapshotRoot = 1; |
String |
getToSnapshot()
required string toSnapshot = 3; |
com.google.protobuf.ByteString |
getToSnapshotBytes()
required string toSnapshot = 3; |
boolean |
hasFromSnapshot()
required string fromSnapshot = 2; |
boolean |
hasSnapshotRoot()
required string snapshotRoot = 1; |
boolean |
hasToSnapshot()
required string toSnapshot = 3; |
boolean hasSnapshotRoot()
required string snapshotRoot = 1;
full path of the directory where snapshots were taken
String getSnapshotRoot()
required string snapshotRoot = 1;
full path of the directory where snapshots were taken
com.google.protobuf.ByteString getSnapshotRootBytes()
required string snapshotRoot = 1;
full path of the directory where snapshots were taken
boolean hasFromSnapshot()
required string fromSnapshot = 2;
String getFromSnapshot()
required string fromSnapshot = 2;
com.google.protobuf.ByteString getFromSnapshotBytes()
required string fromSnapshot = 2;
boolean hasToSnapshot()
required string toSnapshot = 3;
String getToSnapshot()
required string toSnapshot = 3;
com.google.protobuf.ByteString getToSnapshotBytes()
required string toSnapshot = 3;
List<HdfsProtos.SnapshotDiffReportEntryProto> getDiffReportEntriesList()
repeated .hadoop.hdfs.SnapshotDiffReportEntryProto diffReportEntries = 4;
HdfsProtos.SnapshotDiffReportEntryProto getDiffReportEntries(int index)
repeated .hadoop.hdfs.SnapshotDiffReportEntryProto diffReportEntries = 4;
int getDiffReportEntriesCount()
repeated .hadoop.hdfs.SnapshotDiffReportEntryProto diffReportEntries = 4;
List<? extends HdfsProtos.SnapshotDiffReportEntryProtoOrBuilder> getDiffReportEntriesOrBuilderList()
repeated .hadoop.hdfs.SnapshotDiffReportEntryProto diffReportEntries = 4;
HdfsProtos.SnapshotDiffReportEntryProtoOrBuilder getDiffReportEntriesOrBuilder(int index)
repeated .hadoop.hdfs.SnapshotDiffReportEntryProto diffReportEntries = 4;
Copyright © 2013 Apache Software Foundation. All rights reserved.