@DeveloperApi
public class ExecutorPluginContext
extends Object
ExecutorPlugin
instances.Modifier and Type | Field and Description |
---|---|
String |
executorHostName |
String |
executorId |
boolean |
isLocal |
com.codahale.metrics.MetricRegistry |
metricRegistry |
SparkConf |
sparkConf |
Constructor and Description |
---|
ExecutorPluginContext(com.codahale.metrics.MetricRegistry registry,
SparkConf conf,
String id,
String hostName,
boolean local) |
public final com.codahale.metrics.MetricRegistry metricRegistry
public final SparkConf sparkConf
public final String executorId
public final String executorHostName
public final boolean isLocal
@Private public ExecutorPluginContext(com.codahale.metrics.MetricRegistry registry, SparkConf conf, String id, String hostName, boolean local)