Interface EntityProperties.GlobalProperties

  • Enclosing interface:
    EntityProperties

    public static interface EntityProperties.GlobalProperties
    • Method Detail

      • getRetryBackoffBaseSeconds

        double getRetryBackoffBaseSeconds()
        Get base in seconds for retry thread exponential backoff.
        Returns:
        exponential backoff base value
      • setRetryBackoffBaseSeconds

        void setRetryBackoffBaseSeconds​(@Nullable
                                        Double retryBackoffBaseSeconds)
        Sets base in seconds for retry thread exponential backoff.
        Parameters:
        retryBackoffBaseSeconds - new value for exponential backoff base value. if null is provided, reverts to originally configured value.
      • getHistogramStorageAccuracy

        short getHistogramStorageAccuracy()
        Get histogram storage accuracy, as specified by the back-end.
        Returns:
        histogram storage accuracy
      • setHistogramStorageAccuracy

        void setHistogramStorageAccuracy​(short histogramStorageAccuracy)
        Sets histogram storage accuracy.
        Parameters:
        histogramStorageAccuracy - storage accuracy