YARN-7153. Remove duplicated code in AMRMClientAsyncImpl.java. Contributed by Sen Zhao.

(cherry picked from commit e928ee583c)
This commit is contained in:
Akira Ajisaka 2017-09-26 02:03:30 +09:00
parent 6004fb4676
commit c0dacda546
No known key found for this signature in database
GPG Key ID: C1EDBB9CA400FD50
1 changed files with 1 additions and 5 deletions

View File

@ -141,11 +141,7 @@ extends AMRMClientAsync<T> {
handlerThread.interrupt();
super.serviceStop();
}
public void setHeartbeatInterval(int interval) {
heartbeatIntervalMs.set(interval);
}
public List<? extends Collection<T>> getMatchingRequests(
Priority priority,
String resourceName,