org.apache.hadoop.mapreduce.v2.api.impl.pb.client
Class HSClientProtocolPBClientImpl

java.lang.Object
  extended by org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
      extended by org.apache.hadoop.mapreduce.v2.api.impl.pb.client.HSClientProtocolPBClientImpl
All Implemented Interfaces:
Closeable, HSClientProtocol, MRClientProtocol

public class HSClientProtocolPBClientImpl
extends MRClientProtocolPBClientImpl
implements HSClientProtocol


Field Summary
 
Fields inherited from class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
proxy
 
Constructor Summary
HSClientProtocolPBClientImpl(long clientVersion, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
cancelDelegationToken, close, failTaskAttempt, getConnectAddress, getCounters, getDelegationToken, getDiagnostics, getJobReport, getTaskAttemptCompletionEvents, getTaskAttemptReport, getTaskReport, getTaskReports, killJob, killTask, killTaskAttempt, renewDelegationToken
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
cancelDelegationToken, failTaskAttempt, getConnectAddress, getCounters, getDelegationToken, getDiagnostics, getJobReport, getTaskAttemptCompletionEvents, getTaskAttemptReport, getTaskReport, getTaskReports, killJob, killTask, killTaskAttempt, renewDelegationToken
 

Constructor Detail

HSClientProtocolPBClientImpl

public HSClientProtocolPBClientImpl(long clientVersion,
                                    InetSocketAddress addr,
                                    org.apache.hadoop.conf.Configuration conf)
                             throws IOException
Throws:
IOException


Copyright © 2013 Apache Software Foundation. All Rights Reserved.