Class AtlasMetricsGeneral
java.lang.Object
org.odpi.openmetadata.adapters.connectors.apacheatlas.resource.properties.AtlasMetricsGeneral
AtlasMetricsGeneral describes the high-level metrics of the system.
-
Constructor Summary
ConstructorDescriptionDefault constructorAtlasMetricsGeneral
(AtlasMetricsGeneral template) Copy/clone constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Compare the values of the supplied object with those stored in the current object.Return the date/time that the stats were extracted.int
Return the count of entity instances in the Apache Atlas repository.getStats()
Return a map of the different statistics defined for the system.int
Return the count of classifications found in the repository.int
Return the number of types defined.int
Return the number of types that are not used.int
hashCode()
Hash of propertiesvoid
setCollectionTime
(Date collectionTime) Set up the date/time that the stats were extracted.void
setEntityCount
(int entityCount) Set up the count of entity instances in the Apache Atlas repository.void
Set up a map of the different statistics defined for the system.void
setTagCount
(int tagCount) Set up the count of classifications found in the repository.void
setTypeCount
(int typeCount) Set up the number of types defined.void
setTypeUnusedCount
(int typeUnusedCount) Set up the number of types that are not used.toString()
Standard toString method.
-
Constructor Details
-
AtlasMetricsGeneral
public AtlasMetricsGeneral()Default constructor -
AtlasMetricsGeneral
Copy/clone constructor.- Parameters:
template
- object to copy
-
-
Method Details
-
getCollectionTime
Return the date/time that the stats were extracted.- Returns:
- date
-
setCollectionTime
Set up the date/time that the stats were extracted.- Parameters:
collectionTime
- date
-
getEntityCount
public int getEntityCount()Return the count of entity instances in the Apache Atlas repository.- Returns:
- int
-
setEntityCount
public void setEntityCount(int entityCount) Set up the count of entity instances in the Apache Atlas repository.- Parameters:
entityCount
- int
-
getStats
Return a map of the different statistics defined for the system.- Returns:
- map
-
setStats
Set up a map of the different statistics defined for the system.- Parameters:
stats
- map
-
getTagCount
public int getTagCount()Return the count of classifications found in the repository.- Returns:
- int
-
setTagCount
public void setTagCount(int tagCount) Set up the count of classifications found in the repository.- Parameters:
tagCount
- int
-
getTypeUnusedCount
public int getTypeUnusedCount()Return the number of types that are not used.- Returns:
- int
-
setTypeUnusedCount
public void setTypeUnusedCount(int typeUnusedCount) Set up the number of types that are not used.- Parameters:
typeUnusedCount
- int
-
getTypeCount
public int getTypeCount()Return the number of types defined.- Returns:
- int
-
setTypeCount
public void setTypeCount(int typeCount) Set up the number of types defined.- Parameters:
typeCount
- int
-
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
-