public class Executor extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_LOG_INTERVAL |
static int |
DEFAULT_POLL_INTERVAL |
static int |
instances |
static int |
MIN_INTERVAL |
Constructor and Description |
---|
Executor(Configuration conf)
Create an instance of the class and read the configuration
file to determine the set of jobs that will be run and the
maximum interval for which the thread can sleep before it
wakes up to execute a monitoring job on the node.
|
public static final int DEFAULT_LOG_INTERVAL
public static final int DEFAULT_POLL_INTERVAL
public static int MIN_INTERVAL
public static int instances
public Executor(Configuration conf)
Copyright © 2010 The Apache Software Foundation