Class AtlasMetrics
java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetrics
AtlasMetrics returns information about a running Apache Atlas. The values are returned in a series of nested maps.
Note this class does not describe all the information returned. Also the values returned differ depending on the
release of Apache Atlas.
-
Constructor Summary
ConstructorDescriptionDefault constructorAtlasMetrics
(AtlasMetrics template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.getData()
Retrieve the stats.int
hashCode()
Hash of propertiesvoid
setData
(AtlasMetricsData data) Set up the stats.toString()
Standard toString method.
-
Constructor Details
-
AtlasMetrics
public AtlasMetrics()Default constructor -
AtlasMetrics
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getData
Retrieve the stats.- Returns:
- data map
-
setData
Set up the stats.- Parameters:
data
- data map
-
toString
Standard toString method. -
equals
Compare the values of the supplied object with those stored in the current object. -
hashCode
public int hashCode()Hash of properties
-