Class RelationalSchemaMeasurement
java.lang.Object
org.odpi.openmetadata.frameworks.opensurvey.measurements.RelationalSchemaMeasurement
Captures the measurement counts for a relational schema.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongReturn the number of columns discovered.longReturn the number of materialized views discovered.longReturn the number of tables discovered.longlongReturn the number of views discovered.inthashCode()voidsetColumnCount(long columnCount) Set up the number of columns discovered.voidsetMaterializedViewCount(long materializedViewCount) Set up the number of materialized views discovered.voidsetQualifiedSchemaName(String qualifiedSchemaName) voidsetSchemaName(String schemaName) voidsetTableCount(long tableCount) Set up the number of tables discovered.voidsetTotalTableSize(long totalTableSize) voidsetViewCount(long viewCount) Set up the number of views discovered.toString()
-
Constructor Details
-
RelationalSchemaMeasurement
public RelationalSchemaMeasurement()
-
-
Method Details
-
getQualifiedSchemaName
-
setQualifiedSchemaName
-
getSchemaName
-
setSchemaName
-
getTotalTableSize
public long getTotalTableSize() -
setTotalTableSize
public void setTotalTableSize(long totalTableSize) -
getTableCount
public long getTableCount()Return the number of tables discovered.- Returns:
- long
-
setTableCount
public void setTableCount(long tableCount) Set up the number of tables discovered.- Parameters:
tableCount- long
-
getViewCount
public long getViewCount()Return the number of views discovered.- Returns:
- long
-
setViewCount
public void setViewCount(long viewCount) Set up the number of views discovered.- Parameters:
viewCount- long
-
getMaterializedViewCount
public long getMaterializedViewCount()Return the number of materialized views discovered.- Returns:
- long
-
setMaterializedViewCount
public void setMaterializedViewCount(long materializedViewCount) Set up the number of materialized views discovered.- Parameters:
materializedViewCount- long
-
getColumnCount
public long getColumnCount()Return the number of columns discovered.- Returns:
- long
-
setColumnCount
public void setColumnCount(long columnCount) Set up the number of columns discovered.- Parameters:
columnCount- long
-
toString
-
equals
-
hashCode
public int hashCode()
-