io.prometheus.client
Interface Metrics.CounterOrBuilder

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

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


Method Summary
 double getValue()
          optional double value = 1;
 boolean hasValue()
          optional double value = 1;
 
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

hasValue

boolean hasValue()
optional double value = 1;


getValue

double getValue()
optional double value = 1;



Copyright © 2013. All Rights Reserved.