Class RelationalDataManagerMeasurement

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

public class RelationalDataManagerMeasurement extends Object
RelationalDataManagerMeasurement captures statistics about a single database/catalog.
  • Constructor Details

    • RelationalDataManagerMeasurement

      public RelationalDataManagerMeasurement()
      Default Constructor
  • Method Details

    • getResourceName

      public String getResourceName()
    • setResourceName

      public void setResourceName(String resourceName)
    • getSchemaCount

      public long getSchemaCount()
    • setSchemaCount

      public void setSchemaCount(long schemaCount)
    • 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
    • getSize

      public long getSize()
    • setSize

      public void setSize(long size)
    • getRowsFetched

      public long getRowsFetched()
    • setRowsFetched

      public void setRowsFetched(long rowsFetched)
    • getRowsInserted

      public long getRowsInserted()
    • setRowsInserted

      public void setRowsInserted(long rowsInserted)
    • getRowsUpdated

      public long getRowsUpdated()
    • setRowsUpdated

      public void setRowsUpdated(long rowsUpdated)
    • getRowsDeleted

      public long getRowsDeleted()
    • setRowsDeleted

      public void setRowsDeleted(long rowsDeleted)
    • getSessionTime

      public double getSessionTime()
    • setSessionTime

      public void setSessionTime(double sessionTime)
    • getActiveTime

      public double getActiveTime()
    • setActiveTime

      public void setActiveTime(double activeTime)
    • getStatsReset

      public Date getStatsReset()
    • setStatsReset

      public void setStatsReset(Date statsReset)