Interface AttributeValues

All Known Implementing Classes:
AttributeValuesImpl

public interface AttributeValues
  • Method Details

    • getSystemProperty

      Optional<String> getSystemProperty(Node node, String name)
      For the given node: system property value (system properties are passed to Java using -Dname=value
    • getNodeMetric

      <T> Optional<T> getNodeMetric(Node node, NodeMetric<T> metric)
      For the given node: metric identified by an instance of NodeMetric
    • getCollectionMetrics

      Optional<CollectionMetrics> getCollectionMetrics(String collectionName)
      Get collection metrics.