Class RelationalSchemaMeasurement

java.lang.Object
org.odpi.openmetadata.frameworks.surveyaction.measurements.RelationalSchemaMeasurement

public class RelationalSchemaMeasurement extends Object
Captures the measurement counts for a relational schema.
  • Constructor Details

    • RelationalSchemaMeasurement

      public RelationalSchemaMeasurement()
  • Method Details

    • getSchemaName

      public String getSchemaName()
    • setSchemaName

      public void setSchemaName(String schemaName)
    • getTotalTableSize

      public long getTotalTableSize()
    • setTotalTableSize

      public void setTotalTableSize(long totalTableSize)
    • getTableCount

      public long getTableCount()
    • setTableCount

      public void setTableCount(long tableCount)
    • getViewCount

      public long getViewCount()
    • setViewCount

      public void setViewCount(long viewCount)
    • getColumnCount

      public long getColumnCount()
    • setColumnCount

      public void setColumnCount(long columnCount)
    • getMaterializedViewCount

      public long getMaterializedViewCount()
    • setMaterializedViewCount

      public void setMaterializedViewCount(long materializedViewCount)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object objectToCompare)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object