Package org.apache.jackrabbit.oak.run
Interface MetricsExporterFixture<T>
-
- Type Parameters:
T-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
public interface MetricsExporterFixture<T> extends java.io.CloseableFixture encapsulating metrics exporter instance of T
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMetricsExporterFixture.ExporterType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricsExporterFixture.ExporterTypegetExporterType()TgetMetricsExporter()
-
-
-
Method Detail
-
getExporterType
MetricsExporterFixture.ExporterType getExporterType()
-
getMetricsExporter
T getMetricsExporter()
-
-