Class AtlasMetricsData
java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetricsData
AtlasMetricsData returns information about a running Apache Atlas.
-
Constructor Summary
ConstructorDescriptionDefault constructor.AtlasMetricsData
(AtlasMetricsData template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return details of the entities in the Apache Atlas metadata repository.Return summary metrics about the metadata stored in the repository.Return metrics relating to the IT infrastructure supporting Apache Atlas - such as memory, os and Java level.getTag()
Return details of the classifications in use in the Apache Atlas system.int
hashCode()
Hash of propertiesvoid
Set up the map of metrics about entities.void
setGeneral
(AtlasMetricsGeneral general) Set up summary metrics about the metadata stored in the repository.void
setSystem
(AtlasMetricsSystem system) Set up metrics relating to the IT infrastructure supporting Apache Atlas - such as memory, os and Java level.void
setTag
(AtlasMetricsTag tag) Set up details of the classifications in use in the Apache Atlas system.toString()
Standard toString method.
-
Constructor Details
-
AtlasMetricsData
public AtlasMetricsData()Default constructor. -
AtlasMetricsData
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getGeneral
Return summary metrics about the metadata stored in the repository.- Returns:
- general metrics
-
setGeneral
Set up summary metrics about the metadata stored in the repository.- Parameters:
general
- general metrics
-
getSystem
Return metrics relating to the IT infrastructure supporting Apache Atlas - such as memory, os and Java level.- Returns:
- system metrics
-
setSystem
Set up metrics relating to the IT infrastructure supporting Apache Atlas - such as memory, os and Java level.- Parameters:
system
- system metrics
-
getTag
Return details of the classifications in use in the Apache Atlas system.- Returns:
- tag metrics
-
setTag
Set up details of the classifications in use in the Apache Atlas system.- Parameters:
tag
- tag metrics
-
getEntity
Return details of the entities in the Apache Atlas metadata repository. The name of the properties are not legal names in Java which is why it is represented as a map. It has 6 members in the outer map:- "entityActive"
- "entityDeleted"
- "entityActive-typeAndSubTypes"
- "entityDeleted-typeAndSubTypes"
- "entityShell"
- "entityShell-typeAndSubTypes"
- Returns:
- nested map
-
setEntity
Set up the map of metrics about entities.- Parameters:
entity
- nested 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
-