Interface InterQJournalProtocolProtos.InterQJournalProtocolService.Interface
- All Known Implementing Classes:
InterQJournalProtocolProtos.InterQJournalProtocolService.Stub
- Enclosing class:
- InterQJournalProtocolProtos.InterQJournalProtocolService
public static interface InterQJournalProtocolProtos.InterQJournalProtocolService.Interface
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetEditLogManifestFromJournal(org.apache.hadoop.thirdparty.protobuf.RpcController controller, QJournalProtocolProtos.GetEditLogManifestRequestProto request, org.apache.hadoop.thirdparty.protobuf.RpcCallback<QJournalProtocolProtos.GetEditLogManifestResponseProto> done) rpc getEditLogManifestFromJournal(.hadoop.hdfs.qjournal.GetEditLogManifestRequestProto) returns (.hadoop.hdfs.qjournal.GetEditLogManifestResponseProto);voidgetStorageInfo(org.apache.hadoop.thirdparty.protobuf.RpcController controller, InterQJournalProtocolProtos.GetStorageInfoRequestProto request, org.apache.hadoop.thirdparty.protobuf.RpcCallback<org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.StorageInfoProto> done) rpc getStorageInfo(.hadoop.hdfs.qjournal.GetStorageInfoRequestProto) returns (.hadoop.hdfs.StorageInfoProto);
-
Method Details
-
getEditLogManifestFromJournal
void getEditLogManifestFromJournal(org.apache.hadoop.thirdparty.protobuf.RpcController controller, QJournalProtocolProtos.GetEditLogManifestRequestProto request, org.apache.hadoop.thirdparty.protobuf.RpcCallback<QJournalProtocolProtos.GetEditLogManifestResponseProto> done) rpc getEditLogManifestFromJournal(.hadoop.hdfs.qjournal.GetEditLogManifestRequestProto) returns (.hadoop.hdfs.qjournal.GetEditLogManifestResponseProto); -
getStorageInfo
void getStorageInfo(org.apache.hadoop.thirdparty.protobuf.RpcController controller, InterQJournalProtocolProtos.GetStorageInfoRequestProto request, org.apache.hadoop.thirdparty.protobuf.RpcCallback<org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.StorageInfoProto> done) rpc getStorageInfo(.hadoop.hdfs.qjournal.GetStorageInfoRequestProto) returns (.hadoop.hdfs.StorageInfoProto);
-