Class InterQJournalProtocolServerSideTranslatorPB
java.lang.Object
org.apache.hadoop.hdfs.qjournal.protocolPB.InterQJournalProtocolServerSideTranslatorPB
- All Implemented Interfaces:
InterQJournalProtocolProtos.InterQJournalProtocolService.BlockingInterface,InterQJournalProtocolPB
@Private
public class InterQJournalProtocolServerSideTranslatorPB
extends Object
implements InterQJournalProtocolPB
Implementation for protobuf service that forwards requests
received on
InterQJournalProtocolPB to the
InterQJournalProtocol server implementation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEditLogManifestFromJournal(org.apache.hadoop.thirdparty.protobuf.RpcController controller, QJournalProtocolProtos.GetEditLogManifestRequestProto request) org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.StorageInfoProtogetStorageInfo(org.apache.hadoop.thirdparty.protobuf.RpcController controller, InterQJournalProtocolProtos.GetStorageInfoRequestProto request)
-
Constructor Details
-
InterQJournalProtocolServerSideTranslatorPB
-
-
Method Details
-
getEditLogManifestFromJournal
public QJournalProtocolProtos.GetEditLogManifestResponseProto getEditLogManifestFromJournal(org.apache.hadoop.thirdparty.protobuf.RpcController controller, QJournalProtocolProtos.GetEditLogManifestRequestProto request) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getEditLogManifestFromJournalin interfaceInterQJournalProtocolProtos.InterQJournalProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
getStorageInfo
public org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.StorageInfoProto getStorageInfo(org.apache.hadoop.thirdparty.protobuf.RpcController controller, InterQJournalProtocolProtos.GetStorageInfoRequestProto request) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getStorageInfoin interfaceInterQJournalProtocolProtos.InterQJournalProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-