public class MetricRegistryLocalSystemView
extends org.apache.ignite.internal.processors.query.h2.sys.view.SqlAbstractLocalSystemView
Constructor and Description |
---|
MetricRegistryLocalSystemView(org.apache.ignite.internal.GridKernalContext ctx,
ReadOnlyMetricManager mreg,
@Nullable Predicate<ReadOnlyMetricRegistry> filter) |
Modifier and Type | Method and Description |
---|---|
Iterator<org.h2.result.Row> |
getRows(org.h2.engine.Session ses,
org.h2.result.SearchRow first,
org.h2.result.SearchRow last)
Gets view content.
|
conditionForColumn, createRow, getColumnIndex, isDistributed, nodeFilter, toStringSafe, uuidFromValue, valueTimestampFromMillis
public MetricRegistryLocalSystemView(org.apache.ignite.internal.GridKernalContext ctx, ReadOnlyMetricManager mreg, @Nullable @Nullable Predicate<ReadOnlyMetricRegistry> filter)
ctx
- Context.mreg
- Metric registry.filter
- Metric registry filter.public Iterator<org.h2.result.Row> getRows(org.h2.engine.Session ses, org.h2.result.SearchRow first, org.h2.result.SearchRow last)
ses
- Session.first
- First.last
- Last.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020