Package org.apache.hadoop.mapreduce.v2.api.protocolrecords


package org.apache.hadoop.mapreduce.v2.api.protocolrecords
  • Interfaces
    Class
    Description
    The request issued by the client to the ResourceManager to cancel a delegation token.
    The response from the ResourceManager to a cancelDelegationToken request.
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.FailTaskAttemptRequest
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.FailTaskAttemptResponse
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetCountersRequest
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetCountersResponse
     
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDelegationTokenResponse
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsRequest
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetDiagnosticsResponse
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetJobReportRequest
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetJobReportResponse
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsRequest
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptCompletionEventsResponse
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptReportRequest
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskAttemptReportResponse
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportRequest
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportResponse
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsRequest
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.GetTaskReportsResponse
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillJobRequest
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillJobResponse
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskAttemptRequest
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskAttemptResponse
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskRequest
     
    org.apache.hadoop.mapreduce.v2.api.protocolrecords.KillTaskResponse
     
    The request issued by the client to renew a delegation token from the ResourceManager.
    The response to a renewDelegationToken call to the ResourceManager.