public static final class ProtocolInfoProtos.ProtocolInfoService.Stub extends ProtocolInfoProtos.ProtocolInfoService implements ProtocolInfoProtos.ProtocolInfoService.Interface
ProtocolInfoProtos.ProtocolInfoService.BlockingInterface, ProtocolInfoProtos.ProtocolInfoService.Interface, ProtocolInfoProtos.ProtocolInfoService.Stub
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.thirdparty.protobuf.RpcChannel |
getChannel() |
void |
getProtocolSignature(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
ProtocolInfoProtos.GetProtocolSignatureRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<ProtocolInfoProtos.GetProtocolSignatureResponseProto> done)
Return protocol version corresponding to protocol interface.
|
void |
getProtocolVersions(org.apache.hadoop.thirdparty.protobuf.RpcController controller,
ProtocolInfoProtos.GetProtocolVersionsRequestProto request,
org.apache.hadoop.thirdparty.protobuf.RpcCallback<ProtocolInfoProtos.GetProtocolVersionsResponseProto> done)
Return protocol version corresponding to protocol interface for each
supported rpc kind.
|
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
public org.apache.hadoop.thirdparty.protobuf.RpcChannel getChannel()
public void getProtocolVersions(org.apache.hadoop.thirdparty.protobuf.RpcController controller, ProtocolInfoProtos.GetProtocolVersionsRequestProto request, org.apache.hadoop.thirdparty.protobuf.RpcCallback<ProtocolInfoProtos.GetProtocolVersionsResponseProto> done)
ProtocolInfoProtos.ProtocolInfoService
Return protocol version corresponding to protocol interface for each supported rpc kind.
rpc getProtocolVersions(.hadoop.common.GetProtocolVersionsRequestProto) returns (.hadoop.common.GetProtocolVersionsResponseProto);
getProtocolVersions
in interface ProtocolInfoProtos.ProtocolInfoService.Interface
getProtocolVersions
in class ProtocolInfoProtos.ProtocolInfoService
public void getProtocolSignature(org.apache.hadoop.thirdparty.protobuf.RpcController controller, ProtocolInfoProtos.GetProtocolSignatureRequestProto request, org.apache.hadoop.thirdparty.protobuf.RpcCallback<ProtocolInfoProtos.GetProtocolSignatureResponseProto> done)
ProtocolInfoProtos.ProtocolInfoService
Return protocol version corresponding to protocol interface.
rpc getProtocolSignature(.hadoop.common.GetProtocolSignatureRequestProto) returns (.hadoop.common.GetProtocolSignatureResponseProto);
getProtocolSignature
in interface ProtocolInfoProtos.ProtocolInfoService.Interface
getProtocolSignature
in class ProtocolInfoProtos.ProtocolInfoService
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.