Uses of Class
org.synchronoss.cpo.cassandra.HistogramOptions
Packages that use HistogramOptions
-
Uses of HistogramOptions in org.synchronoss.cpo.cassandra
Methods in org.synchronoss.cpo.cassandra that return HistogramOptionsModifier and TypeMethodDescriptionClusterDataSourceInfo.getMetricsNodeCqlMessages()Get the histogram tuning for the node "cql-messages" metricClusterDataSourceInfo.getMetricsSessionCqlRequests()Get the histogram tuning for the session "cql-requests" metricClusterDataSourceInfo.getMetricsSessionThrottlingDelay()Get the histogram tuning for the session "throttling.delay" metricMethods in org.synchronoss.cpo.cassandra with parameters of type HistogramOptionsModifier and TypeMethodDescriptionvoidClusterDataSourceInfo.setMetricsNodeCqlMessages(HistogramOptions metricsNodeCqlMessages) Set the histogram tuning for the node "cql-messages" metricvoidClusterDataSourceInfo.setMetricsSessionCqlRequests(HistogramOptions metricsSessionCqlRequests) Set the histogram tuning for the session "cql-requests" metricvoidClusterDataSourceInfo.setMetricsSessionThrottlingDelay(HistogramOptions metricsSessionThrottlingDelay) Set the histogram tuning for the session "throttling.delay" metric