Class CSVAggregateReporter.Builder
java.lang.Object
com.orientechnologies.agent.profiler.source.CSVAggregateReporter.Builder
- Enclosing class:
- CSVAggregateReporter
-
Constructor Summary
ConstructorsConstructorDescriptionBuilder(OEnterpriseServer server, com.codahale.metrics.MetricRegistry registry) -
Method Summary
Modifier and TypeMethodDescriptionBuilds aCsvReporterwith the given properties, writing.csvfiles to the given directory.withCallback(Callable<Void> callback)
-
Constructor Details
-
Builder
-
-
Method Details
-
withCallback
-
build
Builds aCsvReporterwith the given properties, writing.csvfiles to the given directory.- Parameters:
directory- the directory in which the.csvfiles will be created- Returns:
- a
CsvReporter
-