Interface AttributeValues
- All Known Implementing Classes:
AttributeValuesImpl
public interface AttributeValues
-
Method Summary
Modifier and TypeMethodDescriptiongetCollectionMetrics(String collectionName) Get collection metrics.<T> Optional<T> getNodeMetric(Node node, NodeMetric<T> metric) For the given node: metric identified by an instance ofNodeMetricgetSystemProperty(Node node, String name) For the given node: system property value (system properties are passed to Java using-Dname=value
-
Method Details
-
getSystemProperty
For the given node: system property value (system properties are passed to Java using-Dname=value -
getNodeMetric
For the given node: metric identified by an instance ofNodeMetric -
getCollectionMetrics
Get collection metrics.
-