public abstract static class TemporaryJobReports.ReportWriter extends Object implements Closeable
Constructor and Description |
---|
ReportWriter() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
TemporaryJobReports.Step |
step(String step) |
protected abstract void |
writeEvent(String step,
double timestamp,
double duration,
Boolean success,
Map<String,Object> tags) |
public TemporaryJobReports.Step step(String step)
protected abstract void writeEvent(String step, double timestamp, double duration, Boolean success, Map<String,Object> tags)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2017. All rights reserved.