Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.samza.metrics Classes and Interfaces - 8 results found.
NameDescriptionTypePackageFramework
CounterA counter is a Metric that represents a cumulative value.Classorg.apache.samza.metricsApache Samza
GaugeA Gauge is a Metric that wraps some instance of T in a thread-safe reference and allows it to be set or retrieved.Classorg.apache.samza.metricsApache Samza
MetricsRegistryA MetricsRegistry allows its users to create new Metrics and have those metrics wired to specific metrics systems, such as JMX, provided by MetricsReporters.Interfaceorg.apache.samza.metricsApache Samza
MetricsReporterA MetricsReporter is the interface that different metrics sinks, such as JMX, implement to receive metrics from the Samza framework and Samza jobs.Interfaceorg.apache.samza.metricsApache Samza
MetricsReporterFactoryInterfaceorg.apache.samza.metricsApache Samza
MetricsVisitorA MetricsVisitor can be used to process each metric in a ReadableMetricsRegistry, encapsulating the logic of what to be done with each metric in the counter and gauge methods.Classorg.apache.samza.metricsApache Samza
ReadableMetricsRegistryA ReadableMetricsRegistry is a MetricsRegistry that also allows read access to the metrics for which it is responsible.Interfaceorg.apache.samza.metricsApache Samza
ReadableMetricsRegistryListenerInterfaceorg.apache.samza.metricsApache Samza