YARN-7153. Remove duplicated code in AMRMClientAsyncImpl.java. Contributed by Sen Zhao.
(cherry picked from commit e928ee583c
)
This commit is contained in:
parent
6004fb4676
commit
c0dacda546
|
@ -142,10 +142,6 @@ extends AMRMClientAsync<T> {
|
||||||
super.serviceStop();
|
super.serviceStop();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setHeartbeatInterval(int interval) {
|
|
||||||
heartbeatIntervalMs.set(interval);
|
|
||||||
}
|
|
||||||
|
|
||||||
public List<? extends Collection<T>> getMatchingRequests(
|
public List<? extends Collection<T>> getMatchingRequests(
|
||||||
Priority priority,
|
Priority priority,
|
||||||
String resourceName,
|
String resourceName,
|
||||||
|
|
Loading…
Reference in New Issue