io.prometheus.client
Interface Metrics.QuantileOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Metrics.Quantile, Metrics.Quantile.Builder
Enclosing class:
Metrics

public static interface Metrics.QuantileOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 double getQuantile()
          optional double quantile = 1;
 double getValue()
          optional double value = 2;
 boolean hasQuantile()
          optional double quantile = 1;
 boolean hasValue()
          optional double value = 2;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasQuantile

boolean hasQuantile()
optional double quantile = 1;


getQuantile

double getQuantile()
optional double quantile = 1;


hasValue

boolean hasValue()
optional double value = 2;


getValue

double getValue()
optional double value = 2;



Copyright © 2013. All Rights Reserved.