|
@@ -142,11 +142,7 @@ extends AMRMClientAsync<T> {
|
|
handlerThread.interrupt();
|
|
handlerThread.interrupt();
|
|
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,
|