Uses of Class
io.prometheus.client.Metrics.MetricType

Uses of Metrics.MetricType in io.prometheus.client
 

Methods in io.prometheus.client that return Metrics.MetricType
 Metrics.MetricType Metrics.MetricFamilyOrBuilder.getType()
          optional .io.prometheus.client.MetricType type = 3;
 Metrics.MetricType Metrics.MetricFamily.getType()
          optional .io.prometheus.client.MetricType type = 3;
 Metrics.MetricType Metrics.MetricFamily.Builder.getType()
          optional .io.prometheus.client.MetricType type = 3;
static Metrics.MetricType Metrics.MetricType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static Metrics.MetricType Metrics.MetricType.valueOf(int value)
           
static Metrics.MetricType Metrics.MetricType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Metrics.MetricType[] Metrics.MetricType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in io.prometheus.client that return types with arguments of type Metrics.MetricType
static com.google.protobuf.Internal.EnumLiteMap<Metrics.MetricType> Metrics.MetricType.internalGetValueMap()
           
 

Methods in io.prometheus.client with parameters of type Metrics.MetricType
 Metrics.MetricFamily.Builder Metrics.MetricFamily.Builder.setType(Metrics.MetricType value)
          optional .io.prometheus.client.MetricType type = 3;
 



Copyright © 2013. All Rights Reserved.