| Package | Description |
|---|---|
| net.openhft.chronicle.testframework |
The
net.openhft.chronicle.testframework package provides a collection of utility classes and enums
for various common programming tasks, such as handling closeable resources, generating combinations and permutations,
building delegator instances, managing executor services, handling flaky tests, interacting with garbage collection,
providing network-related functionalities, generating series of numbers, and thread-related functionalities. |
| 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 <T,U,V,R> Stream<R> |
Product.of(@NotNull Collection<T> ts,
@NotNull Collection<U> us,
@NotNull Collection<V> vs,
@NotNull Product.TriFunction<T,U,V,R> constructor)
Creates and returns the cartesian product of the given elements by applying the provided
constructor to each tuple. |
static <T,U,V,R> Stream<R> |
Product.of(@NotNull Stream<T> ts,
@NotNull Stream<U> us,
@NotNull Stream<V> vs,
@NotNull Product.TriFunction<T,U,V,R> constructor)
Creates and returns the cartesian product of the given elements by applying the provided
constructor to each tuple. |
| 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,
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) |
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) |
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) |
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) |
Copyright © 2024. All rights reserved.