org.apache.hadoop.ipc.proto
Class GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub

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

public static final class GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub
extends GenericRefreshProtocolProtos.GenericRefreshProtocolService
implements GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
GenericRefreshProtocolProtos.GenericRefreshProtocolService.BlockingInterface, GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface, GenericRefreshProtocolProtos.GenericRefreshProtocolService.Stub
 
Method Summary
 com.google.protobuf.RpcChannel getChannel()
           
 void refresh(com.google.protobuf.RpcController controller, GenericRefreshProtocolProtos.GenericRefreshRequestProto request, com.google.protobuf.RpcCallback<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto> done)
          rpc refresh(.hadoop.common.GenericRefreshRequestProto) returns (.hadoop.common.GenericRefreshResponseCollectionProto);
 
Methods inherited from class org.apache.hadoop.ipc.proto.GenericRefreshProtocolProtos.GenericRefreshProtocolService
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()

refresh

public void refresh(com.google.protobuf.RpcController controller,
                    GenericRefreshProtocolProtos.GenericRefreshRequestProto request,
                    com.google.protobuf.RpcCallback<GenericRefreshProtocolProtos.GenericRefreshResponseCollectionProto> done)
Description copied from class: GenericRefreshProtocolProtos.GenericRefreshProtocolService
rpc refresh(.hadoop.common.GenericRefreshRequestProto) returns (.hadoop.common.GenericRefreshResponseCollectionProto);

Specified by:
refresh in interface GenericRefreshProtocolProtos.GenericRefreshProtocolService.Interface
Specified by:
refresh in class GenericRefreshProtocolProtos.GenericRefreshProtocolService


Copyright © 2014 Apache Software Foundation. All Rights Reserved.