Interface Distribution.BucketOptions.ExplicitOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double getBounds​(int index)
      The values must be monotonically increasing.
      int getBoundsCount()
      The values must be monotonically increasing.
      List<Double> getBoundsList()
      The values must be monotonically increasing.
      • 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

      • getBoundsList

        List<Double> getBoundsList()
         The values must be monotonically increasing.
         
        repeated double bounds = 1;
        Returns:
        A list containing the bounds.
      • getBoundsCount

        int getBoundsCount()
         The values must be monotonically increasing.
         
        repeated double bounds = 1;
        Returns:
        The count of bounds.
      • getBounds

        double getBounds​(int index)
         The values must be monotonically increasing.
         
        repeated double bounds = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The bounds at the given index.