Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Classes
Org.Apache.REEF.Common.Metrics.MutableMetricsLayer Namespace Reference

Classes

class  DefaultMetricsFactoryImpl
 Default implementation of IMetricsFactory.
 
class  DefaultMetricsSourceConfiguration
 This configuration module defines configuration for DefaultMetricsSourceImpl. More...
 
class  DefaultMetricsSourceImpl
 Default implementation of IMetricsSource. More...
 
class  DefaultMetricsSourceParameters
 
interface  ICounter
 Interface to implement the counter. More...
 
interface  IDoubleGauge
 Interface to implement the double gauge. More...
 
interface  IExtendedMutableMetric
 Extends the IMutableMetric with methods to be used internally.
 
interface  ILongGauge
 Interface to implement the long gauge. More...
 
interface  IMetricContainer
 A container interface visible to the user to create and access metric of particular type. More...
 
interface  IMetricsFactory
 Factory interface to help users and IMetricsSourcecreate different types of inbuilt metrics. More...
 
interface  IMutableMetric
 Base mutable metric interface from which all other metrics derive. More...
 
interface  IRate
 Interface to implement the rate. More...
 
interface  IStat
 Interface to implement the stat. More...
 
class  MutableCounter
 Mutable Counter metric class.
 
class  MutableDoubleGauge
 Mutable double gauge metrics class.
 
class  MutableLongGauge
 Mutable long gauge metrics class.
 
class  MutableMetricBase
 Base Mutable metrics class.
 
class  MutableMetricContainer
 A container containing collection of particular kind of mutable metrics like counters, gauge etc.
 
class  MutableRate
 A convenient metric for throughput measurement.
 
class  MutableStat
 Implementation for the stat metric.
 
class  StatsHelperClass
 Helper class for MutableStat to keep and update various stats.