Interface RDBMSMetricsIF


  • public interface RDBMSMetricsIF
    PUBLIC: Provides metrics regarding RDBMS proxy connections.
    Since:
    5.5.0
    • Method Detail

      • getActiveTransactionCount

        long getActiveTransactionCount()
      • getConnectionPoolActive

        long getConnectionPoolActive()
      • getConnectionPoolIdle

        long getConnectionPoolIdle()
      • getConnectionPoolMaxTotal

        long getConnectionPoolMaxTotal()
      • getConnectionPoolMaxIdle

        long getConnectionPoolMaxIdle()
      • getConnectionPoolMinIdle

        long getConnectionPoolMinIdle()
      • getConnectionsClosed

        long getConnectionsClosed()
      • getConnectionsOpened

        long getConnectionsOpened()
      • getConnectionsBorrowed

        long getConnectionsBorrowed()
      • getConnectionsReturned

        long getConnectionsReturned()
      • getConnectionsClosedByValidation

        long getConnectionsClosedByValidation()
      • getConnectionsClosedByEviction

        long getConnectionsClosedByEviction()
      • getSharedCacheSize

        long getSharedCacheSize()
      • getTopicMapIFgetObjectByItemIdentifierQueryCacheMetrics

        Map<Long,​CacheMetricsIF> getTopicMapIFgetObjectByItemIdentifierQueryCacheMetrics()
      • getTopicMapIFgetTopicBySubjectIdentifierQueryCacheMetrics

        Map<Long,​CacheMetricsIF> getTopicMapIFgetTopicBySubjectIdentifierQueryCacheMetrics()
      • getTopicMapIFgetTopicBySubjectQueryCacheMetrics

        Map<Long,​CacheMetricsIF> getTopicMapIFgetTopicBySubjectQueryCacheMetrics()
      • getTopicIFgetRolesByTypeQueryCacheMetrics

        Map<Long,​CacheMetricsIF> getTopicIFgetRolesByTypeQueryCacheMetrics()
      • getTopicIFgetRolesByType2QueryCacheMetrics

        Map<Long,​CacheMetricsIF> getTopicIFgetRolesByType2QueryCacheMetrics()
      • getClusterName

        String getClusterName()
      • getClusterState

        String getClusterState()
      • getClusterReceivedBytes

        long getClusterReceivedBytes()
      • getClusterReceivedMessages

        long getClusterReceivedMessages()
      • getClusterSentBytes

        long getClusterSentBytes()
      • getClusterSentMessages

        long getClusterSentMessages()
      • getAccessCount

        long getAccessCount()