Uses of Class
org.apache.ignite.internal.processors.metric.impl.HistogramMetricImpl
-
Packages that use HistogramMetricImpl Package Description org.apache.ignite.internal.cdc org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.metric org.apache.ignite.internal.processors.metric.impl org.apache.ignite.internal.util System-wide utility routine and helper classes.org.apache.ignite.thread Contains threads-related utility classes. -
-
Uses of HistogramMetricImpl in org.apache.ignite.internal.cdc
Constructors in org.apache.ignite.internal.cdc with parameters of type HistogramMetricImpl Constructor Description DataEntryIterator(WALIterator walIter, HistogramMetricImpl evtCaptureTime) -
Uses of HistogramMetricImpl in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return HistogramMetricImpl Modifier and Type Method Description HistogramMetricImplGridCachePartitionExchangeManager. blockingDurationHistogram()HistogramMetricImplGridCachePartitionExchangeManager. durationHistogram() -
Uses of HistogramMetricImpl in org.apache.ignite.internal.processors.metric
Methods in org.apache.ignite.internal.processors.metric that return HistogramMetricImpl Modifier and Type Method Description HistogramMetricImplMetricRegistryImpl. histogram(String name, long[] bounds, @Nullable String desc)Creates and registre named histogram gauge. -
Uses of HistogramMetricImpl in org.apache.ignite.internal.processors.metric.impl
Constructors in org.apache.ignite.internal.processors.metric.impl with parameters of type HistogramMetricImpl Constructor Description HistogramMetricImpl(String name, HistogramMetricImpl toCopy) -
Uses of HistogramMetricImpl in org.apache.ignite.internal.util
Constructors in org.apache.ignite.internal.util with parameters of type HistogramMetricImpl Constructor Description Stripe(String igniteInstanceName, String poolName, int idx, IgniteLogger log, IgniteInClosure<Throwable> errHnd, GridWorkerListener gridWorkerLsnr, HistogramMetricImpl execTime) -
Uses of HistogramMetricImpl in org.apache.ignite.thread
Methods in org.apache.ignite.thread with parameters of type HistogramMetricImpl Modifier and Type Method Description protected voidIgniteThreadPoolExecutor. executionTimeMetric(HistogramMetricImpl execTime)Constructors in org.apache.ignite.thread with parameters of type HistogramMetricImpl Constructor Description IgniteThreadPoolExecutor(int corePoolSize, int maxPoolSize, long keepAliveTime, BlockingQueue<Runnable> workQ, ThreadFactory threadFactory, @Nullable HistogramMetricImpl execTime)Creates a new service with the given initial parameters.
-