Uses of Class
org.apache.ignite.internal.processors.metric.MetricRegistryImpl
-
Packages that use MetricRegistryImpl Package Description org.apache.ignite.internal.cdc org.apache.ignite.internal.processors.cache.persistence.pagemem This package contains page memory implementation for case persitence is enabled.org.apache.ignite.internal.processors.metric org.apache.ignite.internal.processors.odbc org.apache.ignite.internal.processors.pool org.apache.ignite.internal.util System-wide utility routine and helper classes.org.apache.ignite.internal.util.ipc IPC utility classes.org.apache.ignite.internal.util.nio NIO server interfaces and common utility classes for NIO.org.apache.ignite.internal.util.nio.ssl Implementation of Secure Socket Layer filter for NIO server based on SSLEngine class.org.apache.ignite.spi.discovery.tcp.internal Contains internal implementation.org.apache.ignite.thread Contains threads-related utility classes. -
-
Uses of MetricRegistryImpl in org.apache.ignite.internal.cdc
Methods in org.apache.ignite.internal.cdc with parameters of type MetricRegistryImpl Modifier and Type Method Description voidWalRecordsConsumer. start(MetricRegistryImpl cdcReg, MetricRegistryImpl cdcConsumerReg)Starts the consumer. -
Uses of MetricRegistryImpl in org.apache.ignite.internal.processors.cache.persistence.pagemem
Methods in org.apache.ignite.internal.processors.cache.persistence.pagemem with parameters of type MetricRegistryImpl Modifier and Type Method Description static PageMetricsImpl.BuilderPageMetricsImpl. builder(MetricRegistryImpl metricRegistry) -
Uses of MetricRegistryImpl in org.apache.ignite.internal.processors.metric
Methods in org.apache.ignite.internal.processors.metric that return MetricRegistryImpl Modifier and Type Method Description MetricRegistryImplGridMetricManager. registry(String name)Gets or creates metric registry. -
Uses of MetricRegistryImpl in org.apache.ignite.internal.processors.odbc
Constructors in org.apache.ignite.internal.processors.odbc with parameters of type MetricRegistryImpl Constructor Description ClientListenerMetrics(MetricRegistryImpl mreg) -
Uses of MetricRegistryImpl in org.apache.ignite.internal.processors.pool
Methods in org.apache.ignite.internal.processors.pool with parameters of type MetricRegistryImpl Modifier and Type Method Description voidMetricsAwareExecutorService. registerMetrics(MetricRegistryImpl mreg)Register thread pool metrics. -
Uses of MetricRegistryImpl in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util with parameters of type MetricRegistryImpl Modifier and Type Method Description voidStripedExecutor. registerMetrics(MetricRegistryImpl mreg)Register thread pool metrics. -
Uses of MetricRegistryImpl in org.apache.ignite.internal.util.ipc
Constructors in org.apache.ignite.internal.util.ipc with parameters of type MetricRegistryImpl Constructor Description IpcToNioAdapter(MetricRegistryImpl mreg, IgniteLogger log, IpcEndpoint endp, GridNioServerListener<T> lsnr, GridNioMessageWriterFactory writerFactory, GridNioFilter... filters) -
Uses of MetricRegistryImpl in org.apache.ignite.internal.util.nio
Methods in org.apache.ignite.internal.util.nio with parameters of type MetricRegistryImpl Modifier and Type Method Description GridNioServer.Builder<T>GridNioServer.Builder. metricRegistry(MetricRegistryImpl mreg) -
Uses of MetricRegistryImpl in org.apache.ignite.internal.util.nio.ssl
Constructors in org.apache.ignite.internal.util.nio.ssl with parameters of type MetricRegistryImpl Constructor Description GridNioSslFilter(SSLContext sslCtx, boolean directBuf, ByteOrder order, IgniteLogger log, @Nullable MetricRegistryImpl mreg)Creates SSL filter. -
Uses of MetricRegistryImpl in org.apache.ignite.spi.discovery.tcp.internal
Methods in org.apache.ignite.spi.discovery.tcp.internal with parameters of type MetricRegistryImpl Modifier and Type Method Description voidTcpDiscoveryStatistics. registerMetrics(MetricRegistryImpl discoReg) -
Uses of MetricRegistryImpl in org.apache.ignite.thread
Methods in org.apache.ignite.thread with parameters of type MetricRegistryImpl Modifier and Type Method Description voidIgniteStripedThreadPoolExecutor. registerMetrics(MetricRegistryImpl mreg)Register thread pool metrics.voidIgniteThreadPoolExecutor. registerMetrics(MetricRegistryImpl mreg)Register thread pool metrics.
-