Uses of Record Class
org.nuxeo.ecm.core.bulk.introspection.StreamFlattenMetrics.StreamMetric
Packages that use StreamFlattenMetrics.StreamMetric
-
Uses of StreamFlattenMetrics.StreamMetric in org.nuxeo.ecm.core.bulk.introspection
Methods in org.nuxeo.ecm.core.bulk.introspection that return StreamFlattenMetrics.StreamMetricModifier and TypeMethodDescriptionStreamIntrospectionToStreamFlattenMetrics.StreamMetricBuilder.build()StreamFlattenMetrics.streamMetric(String streamName) Methods in org.nuxeo.ecm.core.bulk.introspection that return types with arguments of type StreamFlattenMetrics.StreamMetricModifier and TypeMethodDescriptionStreamFlattenMetrics.streamMetrics()Returns the value of thestreamMetricsrecord component.Constructor parameters in org.nuxeo.ecm.core.bulk.introspection with type arguments of type StreamFlattenMetrics.StreamMetricModifierConstructorDescriptionStreamFlattenMetrics(Map<String, StreamFlattenMetrics.StreamMetric> streamMetrics, Map<org.apache.commons.lang3.tuple.Pair<String, String>, StreamFlattenMetrics.ComputationMetric> computationMetrics, Map<String, StreamFlattenMetrics.NodeMetric> nodeMetrics, Instant date) Creates an instance of aStreamFlattenMetricsrecord class.