| Package | Description | 
|---|---|
| com.hazelcast.internal.diagnostics | Contains functionality what is happening in a HazelcastInstance. | 
| com.hazelcast.internal.metrics | Contains the Hazelcast Metrics. | 
| com.hazelcast.internal.metrics.impl | Contains the  MetricsRegistryimplementation. | 
| com.hazelcast.internal.metrics.metricsets | Contains all kinds of metric packs. | 
| com.hazelcast.nio.tcp | Contains functionality for the TCP/IP Networking between cluster members This whole package is internal and no compatibility will be provided. | 
| com.hazelcast.nio.tcp.nonblocking | Contains the non blocking  TcpIpConnectionMonitor. | 
| com.hazelcast.nio.tcp.spinning | Contains the implementation of the  SpinningIOThreadingModel. | 
| com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. | 
| com.hazelcast.spi.impl.eventservice.impl | Contains the code for the  InternalEventServiceimplementation. | 
| com.hazelcast.spi.impl.operationexecutor.impl | Contains the  OperationExecutorImplcode. | 
| com.hazelcast.spi.impl.operationservice.impl | Contains the code for the  InternalOperationServiceimplementation. | 
| com.hazelcast.spi.impl.proxyservice.impl | Contains the implementation of the  InternalProxyService. | 
| Constructor and Description | 
|---|
| MetricsPlugin(ILogger logger,
             MetricsRegistry metricsRegistry,
             HazelcastProperties properties) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MetricsProvider. provideMetrics(MetricsRegistry metricsRegistry) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MetricsRegistryImplThe  MetricsRegistryimplementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ThreadMetricSet. register(MetricsRegistry metricsRegistry)Registers all the metrics in this metric pack. | 
| static void | ClassLoadingMetricSet. register(MetricsRegistry metricsRegistry)Registers all the metrics in this metric pack. | 
| static void | RuntimeMetricSet. register(MetricsRegistry metricsRegistry)Registers all the metrics in this metrics pack. | 
| static void | GarbageCollectionMetricSet. register(MetricsRegistry metricsRegistry)Registers all the metrics in this metrics pack. | 
| static void | OperatingSystemMetricSet. register(MetricsRegistry metricsRegistry)Registers all the metrics in this metrics pack. | 
| Constructor and Description | 
|---|
| TcpIpConnectionManager(IOService ioService,
                      ServerSocketChannel serverSocketChannel,
                      LoggingService loggingService,
                      MetricsRegistry metricsRegistry,
                      IOThreadingModel ioThreadingModel) | 
| TcpIpConnectionManager(IOService ioService,
                      ServerSocketChannel serverSocketChannel,
                      MetricsRegistry metricsRegistry,
                      HazelcastThreadGroup threadGroup,
                      LoggingService loggingService) | 
| Constructor and Description | 
|---|
| NonBlockingIOThreadingModel(IOService ioService,
                           LoggingService loggingService,
                           MetricsRegistry metricsRegistry,
                           HazelcastThreadGroup hazelcastThreadGroup) | 
| NonBlockingSocketReader(TcpIpConnection connection,
                       NonBlockingIOThread ioThread,
                       MetricsRegistry metricsRegistry) | 
| Constructor and Description | 
|---|
| SpinningIOThreadingModel(IOService ioService,
                        LoggingService loggingService,
                        MetricsRegistry metricsRegistry,
                        HazelcastThreadGroup hazelcastThreadGroup) | 
| SpinningSocketReader(TcpIpConnection connection,
                    MetricsRegistry metricsRegistry,
                    ILogger logger) | 
| SpinningSocketWriter(TcpIpConnection connection,
                    MetricsRegistry metricsRegistry,
                    ILogger logger) | 
| Modifier and Type | Method and Description | 
|---|---|
| MetricsRegistry | NodeEngineImpl. getMetricsRegistry() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | EventServiceImpl. provideMetrics(MetricsRegistry metricsRegistry) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OperationThread. provideMetrics(MetricsRegistry metricsRegistry) | 
| void | OperationExecutorImpl. provideMetrics(MetricsRegistry metricsRegistry) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | OperationServiceImpl. provideMetrics(MetricsRegistry metricsRegistry) | 
| void | ResponseHandler. provideMetrics(MetricsRegistry metricsRegistry) | 
| void | InvocationRegistry. provideMetrics(MetricsRegistry metricsRegistry) | 
| void | AsyncResponseHandler. provideMetrics(MetricsRegistry metricsRegistry) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ProxyServiceImpl. provideMetrics(MetricsRegistry metricsRegistry) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.