Class InterDatanodeProtocolServerSideTranslatorPB
java.lang.Object
org.apache.hadoop.hdfs.protocolPB.InterDatanodeProtocolServerSideTranslatorPB
- All Implemented Interfaces:
org.apache.hadoop.hdfs.protocol.proto.InterDatanodeProtocolProtos.InterDatanodeProtocolService.BlockingInterface,InterDatanodeProtocolPB
@Private
public class InterDatanodeProtocolServerSideTranslatorPB
extends Object
implements InterDatanodeProtocolPB
Implementation for protobuf service that forwards requests
received on
InterDatanodeProtocolPB to the
InterDatanodeProtocol server implementation.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hdfs.protocol.proto.InterDatanodeProtocolProtos.InitReplicaRecoveryResponseProtoinitReplicaRecovery(org.apache.hadoop.thirdparty.protobuf.RpcController unused, org.apache.hadoop.hdfs.protocol.proto.InterDatanodeProtocolProtos.InitReplicaRecoveryRequestProto request) org.apache.hadoop.hdfs.protocol.proto.InterDatanodeProtocolProtos.UpdateReplicaUnderRecoveryResponseProtoupdateReplicaUnderRecovery(org.apache.hadoop.thirdparty.protobuf.RpcController unused, org.apache.hadoop.hdfs.protocol.proto.InterDatanodeProtocolProtos.UpdateReplicaUnderRecoveryRequestProto request)
-
Constructor Details
-
InterDatanodeProtocolServerSideTranslatorPB
-
-
Method Details
-
initReplicaRecovery
public org.apache.hadoop.hdfs.protocol.proto.InterDatanodeProtocolProtos.InitReplicaRecoveryResponseProto initReplicaRecovery(org.apache.hadoop.thirdparty.protobuf.RpcController unused, org.apache.hadoop.hdfs.protocol.proto.InterDatanodeProtocolProtos.InitReplicaRecoveryRequestProto request) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
initReplicaRecoveryin interfaceorg.apache.hadoop.hdfs.protocol.proto.InterDatanodeProtocolProtos.InterDatanodeProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
updateReplicaUnderRecovery
public org.apache.hadoop.hdfs.protocol.proto.InterDatanodeProtocolProtos.UpdateReplicaUnderRecoveryResponseProto updateReplicaUnderRecovery(org.apache.hadoop.thirdparty.protobuf.RpcController unused, org.apache.hadoop.hdfs.protocol.proto.InterDatanodeProtocolProtos.UpdateReplicaUnderRecoveryRequestProto request) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
updateReplicaUnderRecoveryin interfaceorg.apache.hadoop.hdfs.protocol.proto.InterDatanodeProtocolProtos.InterDatanodeProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-