Interface Stats.HistogramParamsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Stats.HistogramParams, Stats.HistogramParams.Builder
    Enclosing class:
    Stats

    public static interface Stats.HistogramParamsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getMaxPossible()
      use enough buckets to allow this value
      double getResolution()
      first bucket is [0, 1 + resolution)
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getResolution

        double getResolution()
         first bucket is [0, 1 + resolution)
         
        double resolution = 1;
        Returns:
        The resolution.
      • getMaxPossible

        double getMaxPossible()
         use enough buckets to allow this value
         
        double max_possible = 2;
        Returns:
        The maxPossible.