org.apache.hadoop.ipc.protocolPB
Class RefreshCallQueueProtocolClientSideTranslatorPB

java.lang.Object
  extended by org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolClientSideTranslatorPB
All Implemented Interfaces:
Closeable, org.apache.hadoop.ipc.ProtocolMetaInterface, org.apache.hadoop.ipc.RefreshCallQueueProtocol

public class RefreshCallQueueProtocolClientSideTranslatorPB
extends Object
implements org.apache.hadoop.ipc.ProtocolMetaInterface, org.apache.hadoop.ipc.RefreshCallQueueProtocol, Closeable


Field Summary
 
Fields inherited from interface org.apache.hadoop.ipc.RefreshCallQueueProtocol
versionID
 
Constructor Summary
RefreshCallQueueProtocolClientSideTranslatorPB(org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolPB rpcProxy)
           
 
Method Summary
 void close()
           
 boolean isMethodSupported(String methodName)
          Checks whether the given method name is supported by the server.
 void refreshCallQueue()
          Refresh the callqueue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefreshCallQueueProtocolClientSideTranslatorPB

public RefreshCallQueueProtocolClientSideTranslatorPB(org.apache.hadoop.ipc.protocolPB.RefreshCallQueueProtocolPB rpcProxy)
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Throws:
IOException

refreshCallQueue

public void refreshCallQueue()
                      throws IOException
Description copied from interface: org.apache.hadoop.ipc.RefreshCallQueueProtocol
Refresh the callqueue.

Specified by:
refreshCallQueue in interface org.apache.hadoop.ipc.RefreshCallQueueProtocol
Throws:
IOException

isMethodSupported

public boolean isMethodSupported(String methodName)
                          throws IOException
Description copied from interface: org.apache.hadoop.ipc.ProtocolMetaInterface
Checks whether the given method name is supported by the server. It is assumed that all method names are unique for a protocol.

Specified by:
isMethodSupported in interface org.apache.hadoop.ipc.ProtocolMetaInterface
Parameters:
methodName - The name of the method
Returns:
true if method is supported, otherwise false.
Throws:
IOException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.