Interface NamespaceCapacityInfo.Stats.SummaryOrBuilder

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

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

    Modifier and Type
    Method
    Description
    double
    double mean = 1;
    double
    double p90 = 2;
    double
    double p99 = 3;

    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 Details

    • getMean

      double getMean()
      double mean = 1;
      Returns:
      The mean.
    • getP90

      double getP90()
      double p90 = 2;
      Returns:
      The p90.
    • getP99

      double getP99()
      double p99 = 3;
      Returns:
      The p99.