Uses of Record Class
org.nuxeo.ecm.core.bulk.introspection.StreamFlattenMetrics
Packages that use StreamFlattenMetrics
-
Uses of StreamFlattenMetrics in org.nuxeo.ecm.core.bulk.introspection
Methods in org.nuxeo.ecm.core.bulk.introspection that return StreamFlattenMetricsModifier and TypeMethodDescriptionStreamIntrospectionToStreamFlattenMetrics.apply(StreamIntrospection streamIntrospection) StreamIntrospectionToStreamFlattenMetrics.StreamFlattenMetricsBuilder.build()Methods in org.nuxeo.ecm.core.bulk.introspection with parameters of type StreamFlattenMetricsModifier and TypeMethodDescriptionprotected List<org.apache.commons.lang3.tuple.Pair<StreamIntrospection.ProcessorComputation,StreamIntrospection.ProcessorMetadata>> StreamIntrospectionD2Writer.collectComputations(StreamIntrospection streamIntrospection, StreamFlattenMetrics streamMetrics) protected StringStreamIntrospectionD2Writer.getComputationMetrics(String host, StreamIntrospection.ProcessorComputation computation, StreamFlattenMetrics streamMetrics) protected longStreamIntrospectionD2Writer.getStreamEnd(StreamFlattenMetrics metrics, String name) protected booleanStreamIntrospectionD2Writer.shouldExcludeByInactivity(String name, String host, StreamFlattenMetrics metrics) Checks if a computation should be excluded based on inactivity filter.protected booleanStreamIntrospectionD2Writer.shouldExcludeStreamByInactivity(String streamName, StreamFlattenMetrics metrics) Checks if a stream should be excluded based on inactivity filter.protected voidStreamIntrospectionD2Writer.write(StreamIntrospection.ProcessorComputation computation, StreamIntrospection.ProcessorMetadata metadata, StreamFlattenMetrics streamMetrics, D2Printer d2Printer) protected voidStreamIntrospectionD2Writer.write(StreamIntrospection.ProcessorStreamConsumerTopology topology, StreamIntrospection.ProcessorMetadata metadata, StreamFlattenMetrics streamMetrics, D2Printer d2Printer) protected voidStreamIntrospectionPlantUMLWriter.write(StreamIntrospection.ProcessorComputation computation, StreamIntrospection.ProcessorMetadata metadata, StreamFlattenMetrics streamMetrics, PlantUMLPrinter pumlPrinter) protected voidStreamIntrospectionPlantUMLWriter.write(StreamIntrospection.Processor processor, StreamFlattenMetrics streamMetrics, PlantUMLPrinter pumlPrinter) protected voidStreamIntrospectionPlantUMLWriter.write(StreamIntrospection.ProcessorStreamConsumerTopology topology, StreamIntrospection.ProcessorMetadata metadata, StreamFlattenMetrics streamMetrics, PlantUMLPrinter pumlPrinter) protected voidStreamIntrospectionPlantUMLWriter.write(StreamIntrospection.ProcessorTopology topology, StreamIntrospection.ProcessorMetadata metadata, StreamFlattenMetrics streamMetrics, PlantUMLPrinter pumlPrinter) protected voidStreamIntrospectionPlantUMLWriter.write(StreamIntrospection.Stream stream, StreamFlattenMetrics streamMetrics, PlantUMLPrinter pumlPrinter)