Class JdbcStatisticsPlugin

    • Constructor Detail

      • JdbcStatisticsPlugin

        public JdbcStatisticsPlugin()
        Constructor
    • Method Detail

      • registerPreparedStatementCache

        public void registerPreparedStatementCache​(PreparedStatementCache v)
        Register prepared statement cache
        Parameters:
        v - The cache
      • deregisterPreparedStatementCache

        public void deregisterPreparedStatementCache​(PreparedStatementCache v)
        Deregister prepared statement cache
        Parameters:
        v - The cache
      • getPreparedStatementCacheAccessCount

        public long getPreparedStatementCacheAccessCount()
        Get the access count for the prepated statement cache
        Returns:
        The value
      • deltaPreparedStatementCacheAccessCount

        public void deltaPreparedStatementCacheAccessCount()
        Delta the access count for the prepated statement cache
      • getPreparedStatementCacheAddCount

        public long getPreparedStatementCacheAddCount()
        Get the add count for the prepated statement cache
        Returns:
        The value
      • deltaPreparedStatementCacheAddCount

        public void deltaPreparedStatementCacheAddCount()
        Delta the add count for the prepated statement cache
      • getPreparedStatementCacheCurrentSize

        public int getPreparedStatementCacheCurrentSize()
        Get the current size for the prepated statement cache
        Returns:
        The value
      • getPreparedStatementCacheDeleteCount

        public long getPreparedStatementCacheDeleteCount()
        Get the delete count for the prepated statement cache
        Returns:
        The value
      • deltaPreparedStatementCacheDeleteCount

        public void deltaPreparedStatementCacheDeleteCount()
        Delta the delete count for the prepated statement cache
      • getPreparedStatementCacheHitCount

        public long getPreparedStatementCacheHitCount()
        Get the hit count for the prepated statement cache
        Returns:
        The value
      • deltaPreparedStatementCacheHitCount

        public void deltaPreparedStatementCacheHitCount()
        Delta the hit count for the prepated statement cache
      • getPreparedStatementCacheMissCount

        public long getPreparedStatementCacheMissCount()
        Get the miss count for the prepated statement cache
        Returns:
        The value
      • deltaPreparedStatementCacheMissCount

        public void deltaPreparedStatementCacheMissCount()
        Delta the miss count for the prepated statement cache