org.apache.hadoop.yarn.ams.ApplicationMasterServiceProcessorDisabledPlacementProcessor, PlacementConstraintProcessor, SchedulerPlacementProcessorpublic abstract class AbstractPlacementProcessor
extends java.lang.Object
implements org.apache.hadoop.yarn.ams.ApplicationMasterServiceProcessor
| Modifier and Type | Field | Description |
|---|---|---|
protected org.apache.hadoop.yarn.ams.ApplicationMasterServiceProcessor |
nextAMSProcessor |
|
protected AbstractYarnScheduler |
scheduler |
| Constructor | Description |
|---|---|
AbstractPlacementProcessor() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
finishApplicationMaster(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterRequest request,
org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterResponse response) |
|
void |
init(org.apache.hadoop.yarn.ams.ApplicationMasterServiceContext amsContext,
org.apache.hadoop.yarn.ams.ApplicationMasterServiceProcessor nextProcessor) |
|
void |
registerApplicationMaster(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterRequest request,
org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse response) |
protected org.apache.hadoop.yarn.ams.ApplicationMasterServiceProcessor nextAMSProcessor
protected AbstractYarnScheduler scheduler
public void init(org.apache.hadoop.yarn.ams.ApplicationMasterServiceContext amsContext,
org.apache.hadoop.yarn.ams.ApplicationMasterServiceProcessor nextProcessor)
init in interface org.apache.hadoop.yarn.ams.ApplicationMasterServiceProcessorpublic void registerApplicationMaster(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterRequest request,
org.apache.hadoop.yarn.api.protocolrecords.RegisterApplicationMasterResponse response)
throws java.io.IOException,
org.apache.hadoop.yarn.exceptions.YarnException
registerApplicationMaster in interface org.apache.hadoop.yarn.ams.ApplicationMasterServiceProcessorjava.io.IOExceptionorg.apache.hadoop.yarn.exceptions.YarnExceptionpublic void finishApplicationMaster(org.apache.hadoop.yarn.api.records.ApplicationAttemptId applicationAttemptId,
org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterRequest request,
org.apache.hadoop.yarn.api.protocolrecords.FinishApplicationMasterResponse response)
finishApplicationMaster in interface org.apache.hadoop.yarn.ams.ApplicationMasterServiceProcessorCopyright © 2008–2025 Apache Software Foundation. All rights reserved.