org.apache.hadoop.ipc.proto
Class RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub

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

public static final class RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Stub
extends RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
implements RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface


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

refreshCallQueue

public void refreshCallQueue(com.google.protobuf.RpcController controller,
                             RefreshCallQueueProtocolProtos.RefreshCallQueueRequestProto request,
                             com.google.protobuf.RpcCallback<RefreshCallQueueProtocolProtos.RefreshCallQueueResponseProto> done)
Description copied from class: RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService
rpc refreshCallQueue(.hadoop.common.RefreshCallQueueRequestProto) returns (.hadoop.common.RefreshCallQueueResponseProto);

 Refresh the callqueue.
 

Specified by:
refreshCallQueue in interface RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService.Interface
Specified by:
refreshCallQueue in class RefreshCallQueueProtocolProtos.RefreshCallQueueProtocolService


Copyright © 2014 Apache Software Foundation. All Rights Reserved.