org.apache.hadoop.ipc.protobuf
Class ProtocolInfoProtos.ProtocolInfoService.Stub

java.lang.Object
  extended by org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
      extended by org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService.Stub
All Implemented Interfaces:
com.google.protobuf.Service, ProtocolInfoProtos.ProtocolInfoService.Interface
Enclosing class:
ProtocolInfoProtos.ProtocolInfoService

public static final class ProtocolInfoProtos.ProtocolInfoService.Stub
extends ProtocolInfoProtos.ProtocolInfoService
implements ProtocolInfoProtos.ProtocolInfoService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
ProtocolInfoProtos.ProtocolInfoService.BlockingInterface, ProtocolInfoProtos.ProtocolInfoService.Interface, ProtocolInfoProtos.ProtocolInfoService.Stub
 
Method Summary
 com.google.protobuf.RpcChannel getChannel()
           
 void getProtocolSignature(com.google.protobuf.RpcController controller, ProtocolInfoProtos.GetProtocolSignatureRequestProto request, com.google.protobuf.RpcCallback<ProtocolInfoProtos.GetProtocolSignatureResponseProto> done)
           
 void getProtocolVersions(com.google.protobuf.RpcController controller, ProtocolInfoProtos.GetProtocolVersionsRequestProto request, com.google.protobuf.RpcCallback<ProtocolInfoProtos.GetProtocolVersionsResponseProto> done)
           
 
Methods inherited from class org.apache.hadoop.ipc.protobuf.ProtocolInfoProtos.ProtocolInfoService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public com.google.protobuf.RpcChannel getChannel()

getProtocolVersions

public void getProtocolVersions(com.google.protobuf.RpcController controller,
                                ProtocolInfoProtos.GetProtocolVersionsRequestProto request,
                                com.google.protobuf.RpcCallback<ProtocolInfoProtos.GetProtocolVersionsResponseProto> done)
Specified by:
getProtocolVersions in interface ProtocolInfoProtos.ProtocolInfoService.Interface
Specified by:
getProtocolVersions in class ProtocolInfoProtos.ProtocolInfoService

getProtocolSignature

public void getProtocolSignature(com.google.protobuf.RpcController controller,
                                 ProtocolInfoProtos.GetProtocolSignatureRequestProto request,
                                 com.google.protobuf.RpcCallback<ProtocolInfoProtos.GetProtocolSignatureResponseProto> done)
Specified by:
getProtocolSignature in interface ProtocolInfoProtos.ProtocolInfoService.Interface
Specified by:
getProtocolSignature in class ProtocolInfoProtos.ProtocolInfoService


Copyright © 2012 Apache Software Foundation. All Rights Reserved.