public class IgniteHadoopFileSystemCounterWriter extends Object implements org.apache.ignite.internal.processors.hadoop.counter.HadoopCounterWriter
Modifier and Type | Field and Description |
---|---|
static String |
COUNTER_WRITER_DIR_PROPERTY |
static String |
PERFORMANCE_COUNTER_FILE_NAME |
Constructor and Description |
---|
IgniteHadoopFileSystemCounterWriter() |
Modifier and Type | Method and Description |
---|---|
void |
write(org.apache.ignite.internal.processors.hadoop.HadoopJobInfo jobInfo,
org.apache.ignite.internal.processors.hadoop.HadoopJobId jobId,
org.apache.ignite.internal.processors.hadoop.counter.HadoopCounters cntrs)
Writes counters of given job to some statistics storage.
|
public static final String PERFORMANCE_COUNTER_FILE_NAME
public static final String COUNTER_WRITER_DIR_PROPERTY
public void write(org.apache.ignite.internal.processors.hadoop.HadoopJobInfo jobInfo, org.apache.ignite.internal.processors.hadoop.HadoopJobId jobId, org.apache.ignite.internal.processors.hadoop.counter.HadoopCounters cntrs) throws IgniteCheckedException
write
in interface org.apache.ignite.internal.processors.hadoop.counter.HadoopCounterWriter
jobInfo
- Job info.jobId
- Job id.cntrs
- Counters.IgniteCheckedException
- If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015