| Package | Description |
|---|---|
| net.openhft.chronicle.testframework.apimetrics |
Provides the classes and interfaces necessary for API metrics analysis within
the Chronicle Test Framework.
|
| Modifier and Type | Method and Description |
|---|---|
static Accumulator |
Accumulator.of(String columnName,
Product.TriFunction<Metric<?>,io.github.classgraph.ClassInfo,io.github.classgraph.HasName,String> keyExtractor) |
static Accumulator |
Accumulator.of(String columnName,
Product.TriFunction<Metric<?>,io.github.classgraph.ClassInfo,io.github.classgraph.HasName,String> keyExtractor,
Product.TriFunction<Metric<?>,io.github.classgraph.ClassInfo,io.github.classgraph.HasName,Boolean> predicate) |
static Accumulator |
Accumulator.of(String columnName,
Product.TriFunction<Metric<?>,io.github.classgraph.ClassInfo,io.github.classgraph.HasName,String> keyExtractor,
String columnName2,
Product.TriFunction<Metric<?>,io.github.classgraph.ClassInfo,io.github.classgraph.HasName,String> keyExtractor2) |
static Accumulator |
Accumulator.of(String columnName,
Product.TriFunction<Metric<?>,io.github.classgraph.ClassInfo,io.github.classgraph.HasName,String> keyExtractor,
String columnName2,
Product.TriFunction<Metric<?>,io.github.classgraph.ClassInfo,io.github.classgraph.HasName,String> keyExtractor2,
Product.TriFunction<Metric<?>,io.github.classgraph.ClassInfo,io.github.classgraph.HasName,Boolean> predicate) |
| Modifier and Type | Method and Description |
|---|---|
Stream<Accumulator> |
ApiMetrics.accumulators()
Returns a stream of Accumulators used for public (non-internal) packages.
|
Stream<Accumulator> |
ApiMetrics.internalAccumulators()
Returns a stream of Accumulators used for internal packages.
|
static Supplier<Accumulator> |
Accumulator.perClassAndMetric() |
static Supplier<Accumulator> |
Accumulator.perMethod() |
| Modifier and Type | Method and Description |
|---|---|
ApiMetrics.ApiMetricsBuilder |
ApiMetrics.ApiMetricsBuilder.addAccumulator(Supplier<Accumulator> accumulator)
Adds the supplied accumulator to the builder.
|
Copyright © 2023. All rights reserved.