Class HSClientProtocolPBClientImpl
java.lang.Object
org.apache.hadoop.mapreduce.v2.api.impl.pb.client.MRClientProtocolPBClientImpl
org.apache.hadoop.mapreduce.v2.api.impl.pb.client.HSClientProtocolPBClientImpl
- All Implemented Interfaces:
Closeable,AutoCloseable,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
ConstructorsConstructorDescriptionHSClientProtocolPBClientImpl(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, renewDelegationTokenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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 Details
-
HSClientProtocolPBClientImpl
public HSClientProtocolPBClientImpl(long clientVersion, InetSocketAddress addr, org.apache.hadoop.conf.Configuration conf) throws IOException - Throws:
IOException
-