|
Rename Method public testLocalScheduler() : void renamed to public testDistributedScheduler() : void in class org.apache.hadoop.yarn.server.nodemanager.scheduler.TestDistributedScheduler |
From |
To |
|
Rename Method public getMinAllocatableCapabilty() : Resource renamed to public getMinContainerResource() : Resource in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Rename Method public getMaxAllocatableCapabilty() : Resource renamed to public getMaxContainerResource() : Resource in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Rename Method public setMinAllocatableCapabilty(minResource Resource) : void renamed to public setMinContainerResource(minResource Resource) : void in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Rename Method public setIncrAllocatableCapabilty(incrResource Resource) : void renamed to public setIncrContainerResource(incrResource Resource) : void in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Rename Method public setMaxAllocatableCapabilty(maxResource Resource) : void renamed to public setMaxContainerResource(maxResource Resource) : void in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Rename Method public abstract setMinAllocatableCapabilty(minResource Resource) : void renamed to public abstract setMinContainerResource(minResource Resource) : void in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse |
From |
To |
|
Rename Method public abstract getMinAllocatableCapabilty() : Resource renamed to public abstract getMinContainerResource() : Resource in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse |
From |
To |
|
Rename Method public abstract getIncrAllocatableCapabilty() : Resource renamed to public abstract getIncrContainerResource() : Resource in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse |
From |
To |
|
Rename Method public abstract setIncrAllocatableCapabilty(maxResource Resource) : void renamed to public abstract setIncrContainerResource(maxResource Resource) : void in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse |
From |
To |
|
Rename Method public getIncrAllocatableCapabilty() : Resource renamed to public getIncrContainerResource() : Resource in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Rename Method public abstract setMaxAllocatableCapabilty(maxResource Resource) : void renamed to public abstract setMaxContainerResource(maxResource Resource) : void in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse |
From |
To |
|
Rename Method public abstract getMaxAllocatableCapabilty() : Resource renamed to public abstract getMaxContainerResource() : Resource in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse |
From |
To |
|
Change Parameter Type appParams : DistSchedulerParams to appParams : DistributedSchedulerParams in method public allocate(appParams DistributedSchedulerParams, idCounter ContainerIdCounter, resourceAsks Collection<ResourceRequest>, blacklist Set<String>, appAttId ApplicationAttemptId, allNodes Map<String,NodeId>, userName String) : Map<Resource,List<Container>> in class org.apache.hadoop.yarn.server.nodemanager.scheduler.OpportunisticContainerAllocator |
From |
To |
|
Change Parameter Type appParams : DistSchedulerParams to appParams : DistributedSchedulerParams in method private buildContainer(appParams DistributedSchedulerParams, idCounter ContainerIdCounter, rr ResourceRequest, id ApplicationAttemptId, userName String, nodeId NodeId) : Container in class org.apache.hadoop.yarn.server.nodemanager.scheduler.OpportunisticContainerAllocator |
From |
To |
|
Change Parameter Type proto : YarnServerCommonServiceProtos.DistSchedAllocateRequestProto to proto : YarnServerCommonServiceProtos.DistributedSchedulingAllocateRequestProto in method public allocateForDistributedScheduling(controller RpcController, proto YarnServerCommonServiceProtos.DistributedSchedulingAllocateRequestProto) : YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto in class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl |
From |
To |
|
Change Parameter Type request : DistSchedAllocateRequest to request : DistributedSchedulingAllocateRequest in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.api.DistributedSchedulingAMProtocol |
From |
To |
|
Change Parameter Type request : DistSchedAllocateRequest to request : DistributedSchedulingAllocateRequest in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.api.impl.pb.client.DistributedSchedulingAMProtocolPBClientImpl |
From |
To |
|
Change Parameter Type request : DistSchedAllocateRequest to request : DistributedSchedulingAllocateRequest in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.nodemanager.scheduler.DistributedScheduler |
From |
To |
|
Change Parameter Type localScheduler : LocalScheduler to distributedScheduler : DistributedScheduler in method private setup(conf Configuration, distributedScheduler DistributedScheduler) : RequestInterceptor in class org.apache.hadoop.yarn.server.nodemanager.scheduler.TestDistributedScheduler |
From |
To |
|
Change Parameter Type proto : YarnServerCommonServiceProtos.DistSchedAllocateResponseProto to proto : YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto in method public DistributedSchedulingAllocateResponsePBImpl(proto YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto) in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateResponsePBImpl |
From |
To |
|
Change Parameter Type proto : YarnServerCommonServiceProtos.DistSchedRegisterResponseProto to proto : YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProto in method public RegisterDistributedSchedulingAMResponsePBImpl(proto YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProto) in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Change Parameter Type request : DistSchedAllocateRequest to request : DistributedSchedulingAllocateRequest in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.resourcemanager.DistributedSchedulingAMService |
From |
To |
|
Change Parameter Type request : DistSchedAllocateRequest to request : DistributedSchedulingAllocateRequest in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.nodemanager.amrmproxy.DefaultRequestInterceptor |
From |
To |
|
Change Parameter Type localScheduler : LocalScheduler to distributedScheduler : DistributedScheduler in method private registerAM(distributedScheduler DistributedScheduler, finalReqIntcptr RequestInterceptor, nodeList List<NodeId>) : void in class org.apache.hadoop.yarn.server.nodemanager.scheduler.TestDistributedScheduler |
From |
To |
|
Change Parameter Type request : DistSchedAllocateRequest to request : DistributedSchedulingAllocateRequest in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.nodemanager.amrmproxy.AbstractRequestInterceptor |
From |
To |
|
Change Parameter Type appParams : DistSchedulerParams to appParams : DistributedSchedulerParams in method private normalizeCapability(appParams DistributedSchedulerParams, ask ResourceRequest) : Resource in class org.apache.hadoop.yarn.server.nodemanager.scheduler.OpportunisticContainerAllocator |
From |
To |
|
Change Parameter Type proto : DistSchedAllocateRequestProto to proto : DistributedSchedulingAllocateRequestProto in method public DistributedSchedulingAllocateRequestPBImpl(proto DistributedSchedulingAllocateRequestProto) in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateRequestPBImpl |
From |
To |
|
Change Parameter Type appParams : DistSchedulerParams to appParams : DistributedSchedulerParams in method private allocateOpportunisticContainers(appParams DistributedSchedulerParams, idCounter ContainerIdCounter, blacklist Set<String>, id ApplicationAttemptId, allNodes Map<String,NodeId>, userName String, containers Map<Resource,List<Container>>, anyAsk ResourceRequest) : void in class org.apache.hadoop.yarn.server.nodemanager.scheduler.OpportunisticContainerAllocator |
From |
To |
|
Change Parameter Type registerResponse : DistSchedRegisterResponse to registerResponse : RegisterDistributedSchedulingAMResponse in method private updateParameters(registerResponse RegisterDistributedSchedulingAMResponse) : void in class org.apache.hadoop.yarn.server.nodemanager.scheduler.DistributedScheduler |
From |
To |
|
Change Parameter Type impl : DistributedSchedulerProtocol to impl : DistributedSchedulingAMProtocol in method public DistributedSchedulingAMProtocolPBServiceImpl(impl DistributedSchedulingAMProtocol) in class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl |
From |
To |
|
Change Return Type DistSchedRegisterResponse to RegisterDistributedSchedulingAMResponse in method public newInstance(regAMResp RegisterApplicationMasterResponse) : RegisterDistributedSchedulingAMResponse in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse |
From |
To |
|
Change Return Type DistSchedRegisterResponse to RegisterDistributedSchedulingAMResponse in method public registerApplicationMasterForDistributedScheduling(request RegisterApplicationMasterRequest) : RegisterDistributedSchedulingAMResponse in class org.apache.hadoop.yarn.server.resourcemanager.DistributedSchedulingAMService |
From |
To |
|
Change Return Type DistSchedRegisterResponse to RegisterDistributedSchedulingAMResponse in method public registerApplicationMasterForDistributedScheduling(request RegisterApplicationMasterRequest) : RegisterDistributedSchedulingAMResponse in class org.apache.hadoop.yarn.server.nodemanager.amrmproxy.AbstractRequestInterceptor |
From |
To |
|
Change Return Type DistSchedRegisterResponse to RegisterDistributedSchedulingAMResponse in method public registerApplicationMasterForDistributedScheduling(request RegisterApplicationMasterRequest) : RegisterDistributedSchedulingAMResponse in class org.apache.hadoop.yarn.server.api.DistributedSchedulingAMProtocol |
From |
To |
|
Change Return Type YarnServerCommonServiceProtos.DistSchedRegisterResponseProto to YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProto in method public registerApplicationMasterForDistributedScheduling(controller RpcController, proto RegisterApplicationMasterRequestProto) : YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProto in class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl |
From |
To |
|
Change Return Type DistSchedAllocateResponse to DistributedSchedulingAllocateResponse in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.api.impl.pb.client.DistributedSchedulingAMProtocolPBClientImpl |
From |
To |
|
Change Return Type DistSchedAllocateResponse to DistributedSchedulingAllocateResponse in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.nodemanager.amrmproxy.DefaultRequestInterceptor |
From |
To |
|
Change Return Type YarnServerCommonServiceProtos.DistSchedAllocateResponseProto to YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto in method public getProto() : YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateResponsePBImpl |
From |
To |
|
Change Return Type YarnServerCommonServiceProtos.DistSchedRegisterResponseProto to YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProto in method public getProto() : YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProto in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Change Return Type DistSchedAllocateResponse to DistributedSchedulingAllocateResponse in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.api.DistributedSchedulingAMProtocol |
From |
To |
|
Change Return Type DistSchedAllocateResponse to DistributedSchedulingAllocateResponse in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.nodemanager.amrmproxy.AbstractRequestInterceptor |
From |
To |
|
Change Return Type YarnServerCommonServiceProtos.DistSchedAllocateResponseProto to YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto in method public allocateForDistributedScheduling(controller RpcController, proto YarnServerCommonServiceProtos.DistributedSchedulingAllocateRequestProto) : YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto in class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl |
From |
To |
|
Change Return Type DistSchedAllocateRequestProto to DistributedSchedulingAllocateRequestProto in method public getProto() : DistributedSchedulingAllocateRequestProto in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateRequestPBImpl |
From |
To |
|
Change Return Type DistSchedAllocateResponse to DistributedSchedulingAllocateResponse in method private createAllocateResponse(nodes List<NodeId>) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.nodemanager.scheduler.TestDistributedScheduler |
From |
To |
|
Change Return Type DistSchedAllocateResponse to DistributedSchedulingAllocateResponse in method public newInstance(allResp AllocateResponse) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateResponse |
From |
To |
|
Change Return Type DistSchedRegisterResponse to RegisterDistributedSchedulingAMResponse in method public registerApplicationMasterForDistributedScheduling(request RegisterApplicationMasterRequest) : RegisterDistributedSchedulingAMResponse in class org.apache.hadoop.yarn.server.nodemanager.amrmproxy.DefaultRequestInterceptor |
From |
To |
|
Change Return Type DistSchedAllocateResponse to DistributedSchedulingAllocateResponse in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.resourcemanager.DistributedSchedulingAMService |
From |
To |
|
Change Return Type DistributedSchedulingService to DistributedSchedulingAMService in method private createService(factory RecordFactory, rmContext RMContext, c Container) : DistributedSchedulingAMService in class org.apache.hadoop.yarn.server.resourcemanager.TestDistributedSchedulingAMService |
From |
To |
|
Change Return Type DistSchedRegisterResponse to RegisterDistributedSchedulingAMResponse in method public registerApplicationMasterForDistributedScheduling(request RegisterApplicationMasterRequest) : RegisterDistributedSchedulingAMResponse in class org.apache.hadoop.yarn.server.api.impl.pb.client.DistributedSchedulingAMProtocolPBClientImpl |
From |
To |
|
Change Return Type DistSchedRegisterResponse to RegisterDistributedSchedulingAMResponse in method public registerApplicationMasterForDistributedScheduling(request RegisterApplicationMasterRequest) : RegisterDistributedSchedulingAMResponse in class org.apache.hadoop.yarn.server.nodemanager.scheduler.DistributedScheduler |
From |
To |
|
Change Return Type DistSchedAllocateResponse to DistributedSchedulingAllocateResponse in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.nodemanager.scheduler.DistributedScheduler |
From |
To |
|
Rename Class org.apache.hadoop.yarn.server.api.protocolrecords.DistSchedAllocateRequest renamed to org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateRequest |
From |
To |
|
Rename Class org.apache.hadoop.yarn.server.api.DistributedSchedulerProtocolPB renamed to org.apache.hadoop.yarn.server.api.DistributedSchedulingAMProtocolPB |
From |
To |
|
Rename Class org.apache.hadoop.yarn.server.api.impl.pb.client.DistributedSchedulerProtocolPBClientImpl renamed to org.apache.hadoop.yarn.server.api.impl.pb.client.DistributedSchedulingAMProtocolPBClientImpl |
From |
To |
|
Rename Class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulerProtocolPBServiceImpl renamed to org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl |
From |
To |
|
Rename Class org.apache.hadoop.yarn.server.nodemanager.scheduler.TestLocalScheduler renamed to org.apache.hadoop.yarn.server.nodemanager.scheduler.TestDistributedScheduler |
From |
To |
|
Rename Class org.apache.hadoop.yarn.server.api.protocolrecords.DistSchedRegisterResponse renamed to org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse |
From |
To |
|
Rename Class org.apache.hadoop.yarn.server.resourcemanager.DistributedSchedulingService renamed to org.apache.hadoop.yarn.server.resourcemanager.DistributedSchedulingAMService |
From |
To |
|
Rename Class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistSchedAllocateResponsePBImpl renamed to org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateResponsePBImpl |
From |
To |
|
Rename Class org.apache.hadoop.yarn.server.api.DistributedSchedulerProtocol renamed to org.apache.hadoop.yarn.server.api.DistributedSchedulingAMProtocol |
From |
To |
|
Rename Class org.apache.hadoop.yarn.server.nodemanager.scheduler.LocalScheduler renamed to org.apache.hadoop.yarn.server.nodemanager.scheduler.DistributedScheduler |
From |
To |
|
Rename Class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistSchedAllocateRequestPBImpl renamed to org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateRequestPBImpl |
From |
To |
|
Rename Class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistSchedRegisterResponsePBImpl renamed to org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Rename Class org.apache.hadoop.yarn.server.api.protocolrecords.DistSchedAllocateResponse renamed to org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateResponse |
From |
To |
|
Rename Class org.apache.hadoop.yarn.server.resourcemanager.TestDistributedSchedulingService renamed to org.apache.hadoop.yarn.server.resourcemanager.TestDistributedSchedulingAMService |
From |
To |
|
Change Variable Type response : DistSchedRegisterResponse to response : RegisterDistributedSchedulingAMResponse in method public registerApplicationMasterForDistributedScheduling(controller RpcController, proto RegisterApplicationMasterRequestProto) : YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProto in class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl |
From |
To |
|
Change Variable Type request : DistSchedAllocateRequest to request : RegisterApplicationMasterRequest in method public setRMClient(rmClient ApplicationMasterProtocol) : void in class org.apache.hadoop.yarn.server.nodemanager.amrmproxy.DefaultRequestInterceptor |
From |
To |
|
Change Variable Type allocateResponse : DistSchedAllocateResponse to allocateResponse : DistributedSchedulingAllocateResponse in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.nodemanager.amrmproxy.DefaultRequestInterceptor |
From |
To |
|
Change Variable Type resp : DistSchedRegisterResponse to resp : RegisterDistributedSchedulingAMResponse in method public registerApplicationMasterForDistributedScheduling(request RegisterApplicationMasterRequest) : RegisterDistributedSchedulingAMResponse in class org.apache.hadoop.yarn.server.resourcemanager.TestDistributedSchedulingAMService.createService |
From |
To |
|
Change Variable Type dsResp : DistSchedAllocateResponse to dsResp : DistributedSchedulingAllocateResponse in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.resourcemanager.DistributedSchedulingAMService |
From |
To |
|
Change Variable Type p : YarnServerCommonServiceProtos.DistSchedAllocateResponseProtoOrBuilder to p : YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProtoOrBuilder in method public getAllocateResponse() : AllocateResponse in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateResponsePBImpl |
From |
To |
|
Change Variable Type dsRegResp : DistSchedRegisterResponse to dsRegResp : RegisterDistributedSchedulingAMResponse in method public testRPCWrapping() : void in class org.apache.hadoop.yarn.server.resourcemanager.TestDistributedSchedulingAMService |
From |
To |
|
Change Variable Type response : DistSchedAllocateResponse to response : DistributedSchedulingAllocateResponse in method public newInstance(allResp AllocateResponse) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.api.protocolrecords.DistributedSchedulingAllocateResponse |
From |
To |
|
Change Variable Type dsResp : DistSchedAllocateResponse to dsResp : DistributedSchedulingAllocateResponse in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.nodemanager.scheduler.DistributedScheduler |
From |
To |
|
Change Variable Type dsProxy : DistributedSchedulerProtocolPB to dsProxy : DistributedSchedulingAMProtocolPB in method public testRPCWrapping() : void in class org.apache.hadoop.yarn.server.resourcemanager.TestDistributedSchedulingAMService |
From |
To |
|
Change Variable Type p : YarnServerCommonServiceProtos.DistSchedRegisterResponseProtoOrBuilder to p : YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProtoOrBuilder in method public getContainerIdStart() : long in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Change Variable Type requestProto : YarnServerCommonServiceProtos.DistSchedAllocateRequestProto to requestProto : YarnServerCommonServiceProtos.DistributedSchedulingAllocateRequestProto in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.api.impl.pb.client.DistributedSchedulingAMProtocolPBClientImpl |
From |
To |
|
Change Variable Type s : String to nodeEntry : Entry<String,NodeId> in method private allocateOpportunisticContainers(appParams DistributedSchedulerParams, idCounter ContainerIdCounter, blacklist Set<String>, id ApplicationAttemptId, allNodes Map<String,NodeId>, userName String, containers Map<Resource,List<Container>>, anyAsk ResourceRequest) : void in class org.apache.hadoop.yarn.server.nodemanager.scheduler.OpportunisticContainerAllocator |
From |
To |
|
Change Variable Type distributedSchedulingService : DistributedSchedulingService to distributedSchedulingService : DistributedSchedulingAMService in method protected createApplicationMasterService() : ApplicationMasterService in class org.apache.hadoop.yarn.server.resourcemanager.ResourceManager |
From |
To |
|
Change Variable Type distSchedAllocateResponse : DistSchedAllocateResponse to distSchedAllocateResponse : DistributedSchedulingAllocateResponse in method private createAllocateResponse(nodes List<NodeId>) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.nodemanager.scheduler.TestDistributedScheduler |
From |
To |
|
Change Variable Type distSchedRegisterResponse : DistSchedRegisterResponse to distSchedRegisterResponse : RegisterDistributedSchedulingAMResponse in method private registerAM(distributedScheduler DistributedScheduler, finalReqIntcptr RequestInterceptor, nodeList List<NodeId>) : void in class org.apache.hadoop.yarn.server.nodemanager.scheduler.TestDistributedScheduler |
From |
To |
|
Change Variable Type dsResp : DistSchedRegisterResponse to dsResp : RegisterDistributedSchedulingAMResponse in method public registerApplicationMasterForDistributedScheduling(request RegisterApplicationMasterRequest) : RegisterDistributedSchedulingAMResponse in class org.apache.hadoop.yarn.server.nodemanager.scheduler.DistributedScheduler |
From |
To |
|
Change Variable Type p : YarnServerCommonServiceProtos.DistSchedAllocateResponseProtoOrBuilder to p : YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProtoOrBuilder in method private initLocalNodesForSchedulingList() : void in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateResponsePBImpl |
From |
To |
|
Change Variable Type distRequest : DistSchedAllocateRequest to distRequest : DistributedSchedulingAllocateRequest in method public allocate(request AllocateRequest) : AllocateResponse in class org.apache.hadoop.yarn.server.nodemanager.scheduler.DistributedScheduler |
From |
To |
|
Change Variable Type p : DistSchedAllocateRequestProtoOrBuilder to p : DistributedSchedulingAllocateRequestProtoOrBuilder in method private initAllocatedContainers() : void in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateRequestPBImpl |
From |
To |
|
Change Variable Type localScheduler : LocalScheduler to distributedScheduler : DistributedScheduler in method public testDistributedScheduler() : void in class org.apache.hadoop.yarn.server.nodemanager.scheduler.TestDistributedScheduler |
From |
To |
|
Change Variable Type p : YarnServerCommonServiceProtos.DistSchedRegisterResponseProtoOrBuilder to p : YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProtoOrBuilder in method public getMaxContainerResource() : Resource in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Change Variable Type dsAllocResp : DistSchedAllocateResponse to dsAllocResp : DistributedSchedulingAllocateResponse in method public testRPCWrapping() : void in class org.apache.hadoop.yarn.server.resourcemanager.TestDistributedSchedulingAMService |
From |
To |
|
Change Variable Type dsResp : DistSchedRegisterResponse to dsResp : RegisterDistributedSchedulingAMResponse in method public registerApplicationMasterForDistributedScheduling(request RegisterApplicationMasterRequest) : RegisterDistributedSchedulingAMResponse in class org.apache.hadoop.yarn.server.resourcemanager.DistributedSchedulingAMService |
From |
To |
|
Change Variable Type service : DistributedSchedulingService to service : DistributedSchedulingAMService in method public testRPCWrapping() : void in class org.apache.hadoop.yarn.server.resourcemanager.TestDistributedSchedulingAMService |
From |
To |
|
Change Variable Type p : YarnServerCommonServiceProtos.DistSchedRegisterResponseProtoOrBuilder to p : YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProtoOrBuilder in method public getIncrContainerResource() : Resource in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Change Variable Type p : YarnServerCommonServiceProtos.DistSchedRegisterResponseProtoOrBuilder to p : YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProtoOrBuilder in method public getMinContainerResource() : Resource in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Change Variable Type distAllReq : DistSchedAllocateRequestPBImpl to distAllReq : DistributedSchedulingAllocateRequestPBImpl in method public testRPCWrapping() : void in class org.apache.hadoop.yarn.server.resourcemanager.TestDistributedSchedulingAMService |
From |
To |
|
Change Variable Type p : YarnServerCommonServiceProtos.DistSchedRegisterResponseProtoOrBuilder to p : YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProtoOrBuilder in method public getContainerTokenExpiryInterval() : int in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Change Variable Type response : DistSchedAllocateResponse to response : DistributedSchedulingAllocateResponse in method public allocateForDistributedScheduling(controller RpcController, proto YarnServerCommonServiceProtos.DistributedSchedulingAllocateRequestProto) : YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto in class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl |
From |
To |
|
Change Variable Type p : YarnServerCommonServiceProtos.DistSchedRegisterResponseProtoOrBuilder to p : YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProtoOrBuilder in method public getRegisterResponse() : RegisterApplicationMasterResponse in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Change Variable Type p : DistSchedAllocateRequestProtoOrBuilder to p : DistributedSchedulingAllocateRequestProtoOrBuilder in method public getAllocateRequest() : AllocateRequest in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateRequestPBImpl |
From |
To |
|
Change Variable Type p : YarnServerCommonServiceProtos.DistSchedRegisterResponseProtoOrBuilder to p : YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProtoOrBuilder in method private initLocalNodesForSchedulingList() : void in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Change Variable Type response : DistSchedRegisterResponse to response : RegisterDistributedSchedulingAMResponse in method public newInstance(regAMResp RegisterApplicationMasterResponse) : RegisterDistributedSchedulingAMResponse in class org.apache.hadoop.yarn.server.api.protocolrecords.RegisterDistributedSchedulingAMResponse |
From |
To |
|
Change Variable Type request : DistSchedAllocateRequestPBImpl to request : DistributedSchedulingAllocateRequestPBImpl in method public allocateForDistributedScheduling(controller RpcController, proto YarnServerCommonServiceProtos.DistributedSchedulingAllocateRequestProto) : YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto in class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl |
From |
To |
|
Change Variable Type resp : DistSchedAllocateResponse to resp : DistributedSchedulingAllocateResponse in method public allocateForDistributedScheduling(request DistributedSchedulingAllocateRequest) : DistributedSchedulingAllocateResponse in class org.apache.hadoop.yarn.server.resourcemanager.TestDistributedSchedulingAMService.createService |
From |
To |
|
Change Attribute Type proto : YarnServerCommonServiceProtos.DistSchedRegisterResponseProto to proto : YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProto in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Change Attribute Type builder : YarnServerCommonServiceProtos.DistSchedRegisterResponseProto.Builder to builder : YarnServerCommonServiceProtos.RegisterDistributedSchedulingAMResponseProto.Builder in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.RegisterDistributedSchedulingAMResponsePBImpl |
From |
To |
|
Change Attribute Type proto : YarnServerCommonServiceProtos.DistSchedAllocateResponseProto to proto : YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateResponsePBImpl |
From |
To |
|
Change Attribute Type rmClient : DistributedSchedulerProtocol to rmClient : DistributedSchedulingAMProtocol in class org.apache.hadoop.yarn.server.nodemanager.amrmproxy.DefaultRequestInterceptor |
From |
To |
|
Change Attribute Type real : DistributedSchedulerProtocol to real : DistributedSchedulingAMProtocol in class org.apache.hadoop.yarn.server.api.impl.pb.service.DistributedSchedulingAMProtocolPBServiceImpl |
From |
To |
|
Change Attribute Type proxy : DistributedSchedulerProtocolPB to proxy : DistributedSchedulingAMProtocolPB in class org.apache.hadoop.yarn.server.api.impl.pb.client.DistributedSchedulingAMProtocolPBClientImpl |
From |
To |
|
Change Attribute Type builder : YarnServerCommonServiceProtos.DistSchedAllocateResponseProto.Builder to builder : YarnServerCommonServiceProtos.DistributedSchedulingAllocateResponseProto.Builder in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateResponsePBImpl |
From |
To |
|
Change Attribute Type builder : DistSchedAllocateRequestProto.Builder to builder : DistributedSchedulingAllocateRequestProto.Builder in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateRequestPBImpl |
From |
To |
|
Change Attribute Type proto : DistSchedAllocateRequestProto to proto : DistributedSchedulingAllocateRequestProto in class org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.DistributedSchedulingAllocateRequestPBImpl |
From |
To |
|
Change Attribute Type appParams : DistSchedulerParams to appParams : DistributedSchedulerParams in class org.apache.hadoop.yarn.server.nodemanager.scheduler.DistributedScheduler |
From |
To |