public interface ExecutorAllocationClient
Modifier and Type | Method and Description |
---|---|
boolean |
killExecutor(String executorId)
Request that the cluster manager kill the specified executor.
|
boolean |
killExecutors(scala.collection.Seq<String> executorIds)
Request that the cluster manager kill the specified executors.
|
boolean |
requestExecutors(int numAdditionalExecutors)
Request an additional number of executors from the cluster manager.
|
boolean |
requestTotalExecutors(int numExecutors)
Express a preference to the cluster manager for a given total number of executors.
|
boolean requestTotalExecutors(int numExecutors)
boolean requestExecutors(int numAdditionalExecutors)
boolean killExecutors(scala.collection.Seq<String> executorIds)
boolean killExecutor(String executorId)