Class AnalyticsConfiguration

    • Method Detail

      • id

        public final String id()

        The ID that identifies the analytics configuration.

        Returns:
        The ID that identifies the analytics configuration.
      • filter

        public final AnalyticsFilter filter()

        The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.

        Returns:
        The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.
      • storageClassAnalysis

        public final StorageClassAnalysis storageClassAnalysis()

        Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.

        Returns:
        Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)