org.apache.hadoop.mapred
Class NotRunningJob
java.lang.Object
org.apache.hadoop.mapred.NotRunningJob
- All Implemented Interfaces:
- org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
public class NotRunningJob
- extends Object
- implements org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
|
Method Summary |
org.apache.hadoop.mapreduce.v2.api.protocolrecords.CancelDelegationTokenResponse |
cancelDelegationToken(org.apache.hadoop.mapreduce.v2.api.protocolrecords.CancelDelegationTokenRequest request)
|
org.apache.hadoop.mapreduce.v2.api.protocolrecords.FailTaskAttemptResponse |
failTaskAttempt(org.apache.hadoop.mapreduce.v2.api.protocolrecords.FailTaskAttemptRequest request)
|
InetSocketAddress |
getConnectAddress()
|
org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetCountersResponse |
getCounters(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetCountersRequest request)
|
org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDelegationTokenResponse |
getDelegationToken(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDelegationTokenRequest request)
|
org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsResponse |
getDiagnostics(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsRequest request)
|
org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetJobReportResponse |
getJobReport(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetJobReportRequest request)
|
org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsResponse |
getTaskAttemptCompletionEvents(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsRequest request)
|
org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptReportResponse |
getTaskAttemptReport(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptReportRequest request)
|
org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportResponse |
getTaskReport(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportRequest request)
|
org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsResponse |
getTaskReports(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsRequest request)
|
org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillJobResponse |
killJob(org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillJobRequest request)
|
org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskResponse |
killTask(org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskRequest request)
|
org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskAttemptResponse |
killTaskAttempt(org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskAttemptRequest request)
|
org.apache.hadoop.mapreduce.v2.api.protocolrecords.RenewDelegationTokenResponse |
renewDelegationToken(org.apache.hadoop.mapreduce.v2.api.protocolrecords.RenewDelegationTokenRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
failTaskAttempt
public org.apache.hadoop.mapreduce.v2.api.protocolrecords.FailTaskAttemptResponse failTaskAttempt(org.apache.hadoop.mapreduce.v2.api.protocolrecords.FailTaskAttemptRequest request)
throws IOException
- Specified by:
failTaskAttempt in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- Throws:
IOException
getCounters
public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetCountersResponse getCounters(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetCountersRequest request)
throws IOException
- Specified by:
getCounters in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- Throws:
IOException
getDiagnostics
public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsResponse getDiagnostics(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsRequest request)
throws IOException
- Specified by:
getDiagnostics in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- Throws:
IOException
getJobReport
public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetJobReportResponse getJobReport(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetJobReportRequest request)
throws IOException
- Specified by:
getJobReport in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- Throws:
IOException
getTaskAttemptCompletionEvents
public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsResponse getTaskAttemptCompletionEvents(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsRequest request)
throws IOException
- Specified by:
getTaskAttemptCompletionEvents in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- Throws:
IOException
getTaskAttemptReport
public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptReportResponse getTaskAttemptReport(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptReportRequest request)
throws IOException
- Specified by:
getTaskAttemptReport in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- Throws:
IOException
getTaskReport
public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportResponse getTaskReport(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportRequest request)
throws IOException
- Specified by:
getTaskReport in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- Throws:
IOException
getTaskReports
public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsResponse getTaskReports(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsRequest request)
throws IOException
- Specified by:
getTaskReports in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- Throws:
IOException
killJob
public org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillJobResponse killJob(org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillJobRequest request)
throws IOException
- Specified by:
killJob in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- Throws:
IOException
killTask
public org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskResponse killTask(org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskRequest request)
throws IOException
- Specified by:
killTask in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- Throws:
IOException
killTaskAttempt
public org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskAttemptResponse killTaskAttempt(org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskAttemptRequest request)
throws IOException
- Specified by:
killTaskAttempt in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- Throws:
IOException
getDelegationToken
public org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDelegationTokenResponse getDelegationToken(org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDelegationTokenRequest request)
throws IOException
- Specified by:
getDelegationToken in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- Throws:
IOException
renewDelegationToken
public org.apache.hadoop.mapreduce.v2.api.protocolrecords.RenewDelegationTokenResponse renewDelegationToken(org.apache.hadoop.mapreduce.v2.api.protocolrecords.RenewDelegationTokenRequest request)
throws IOException
- Specified by:
renewDelegationToken in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- Throws:
IOException
cancelDelegationToken
public org.apache.hadoop.mapreduce.v2.api.protocolrecords.CancelDelegationTokenResponse cancelDelegationToken(org.apache.hadoop.mapreduce.v2.api.protocolrecords.CancelDelegationTokenRequest request)
throws IOException
- Specified by:
cancelDelegationToken in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
- Throws:
IOException
getConnectAddress
public InetSocketAddress getConnectAddress()
- Specified by:
getConnectAddress in interface org.apache.hadoop.mapreduce.v2.api.MRClientProtocol
Copyright © 2014 Apache Software Foundation. All Rights Reserved.