Class RelationalSchemaMeasurement
java.lang.Object
org.odpi.openmetadata.frameworks.surveyaction.measurements.RelationalSchemaMeasurement
Captures the measurement counts for a relational schema.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
long
Return the number of columns discovered.long
Return the number of materialized views discovered.long
Return the number of tables discovered.long
long
Return the number of views discovered.int
hashCode()
void
setColumnCount
(long columnCount) Set up the number of columns discovered.void
setMaterializedViewCount
(long materializedViewCount) Set up the number of materialized views discovered.void
setQualifiedSchemaName
(String qualifiedSchemaName) void
setSchemaName
(String schemaName) void
setTableCount
(long tableCount) Set up the number of tables discovered.void
setTotalTableSize
(long totalTableSize) void
setViewCount
(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()
-