| Package | Description | 
|---|---|
| com.hazelcast.client.spi.impl | 
 Provides util classes for the Hazelcast client SPI. 
 | 
| com.hazelcast.client.spi.impl.listener | |
| 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  
MetricsRegistry implementation. | 
| com.hazelcast.internal.metrics.metricsets | 
 Contains all kinds of metric packs. 
 | 
| com.hazelcast.internal.networking.nio | 
 Contains the non blocking  
EventLoopGroup functionality. | 
| com.hazelcast.internal.networking.spinning | 
 Contains the implementation of the  
SpinningEventLoopGroup. | 
| com.hazelcast.nio.tcp | 
 Contains functionality for the TCP/IP Networking for cluster members 
This whole package is internal and no compatibility will be provided.  | 
| com.hazelcast.spi.impl | 
 Contains implementations for Hazelcast SPI. 
 | 
| com.hazelcast.spi.impl.eventservice.impl | 
 Contains the code for the  
InternalEventService implementation. | 
| com.hazelcast.spi.impl.operationexecutor.impl | 
 Contains the  
OperationExecutorImpl code. | 
| com.hazelcast.spi.impl.operationparker.impl | 
 Contains the implementation code for the  
OperationParker. | 
| com.hazelcast.spi.impl.operationservice.impl | 
 Contains the code for the  
InternalOperationService implementation. | 
| com.hazelcast.spi.impl.proxyservice.impl | 
 Contains the implementation of the  
InternalProxyService. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientExecutionServiceImpl.provideMetrics(MetricsRegistry registry)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractClientListenerService.provideMetrics(MetricsRegistry registry)  | 
| Constructor and Description | 
|---|
MetricsPlugin(ILogger logger,
             MetricsRegistry metricsRegistry,
             HazelcastProperties properties)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DiscardableMetricsProvider.discardMetrics(MetricsRegistry registry)  | 
void | 
MetricsProvider.provideMetrics(MetricsRegistry registry)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MetricsRegistryImpl
The  
MetricsRegistry implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
FileMetricSet.register(MetricsRegistry metricsRegistry)
Registers all the metrics in this metric pack. 
 | 
void | 
StatisticsAwareMetricsSet.register(MetricsRegistry metricsRegistry)  | 
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 | 
|---|
NioEventLoopGroup(LoggingService loggingService,
                 MetricsRegistry metricsRegistry,
                 String hzName,
                 ChannelErrorHandler errorHandler,
                 int inputThreadCount,
                 int outputThreadCount,
                 int balanceIntervalSeconds,
                 ChannelInitializer channelInitializer)  | 
| Constructor and Description | 
|---|
SpinningEventLoopGroup(LoggingService loggingService,
                      MetricsRegistry metricsRegistry,
                      ChannelErrorHandler errorHandler,
                      ChannelInitializer channelInitializer,
                      String hzName)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TcpIpAcceptor.provideMetrics(MetricsRegistry registry)  | 
| Constructor and Description | 
|---|
TcpIpConnectionManager(IOService ioService,
                      ServerSocketChannel serverSocketChannel,
                      LoggingService loggingService,
                      MetricsRegistry metricsRegistry,
                      EventLoopGroup eventLoopGroup)  | 
TcpIpConnectionManager(IOService ioService,
                      ServerSocketChannel serverSocketChannel,
                      LoggingService loggingService,
                      MetricsRegistry metricsRegistry,
                      EventLoopGroup eventLoopGroup,
                      HazelcastProperties properties)  | 
| Modifier and Type | Method and Description | 
|---|---|
MetricsRegistry | 
NodeEngineImpl.getMetricsRegistry()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EventServiceImpl.provideMetrics(MetricsRegistry registry)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OperationThread.provideMetrics(MetricsRegistry registry)  | 
void | 
OperationExecutorImpl.provideMetrics(MetricsRegistry registry)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OperationParkerImpl.provideMetrics(MetricsRegistry registry)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
OperationServiceImpl.provideMetrics(MetricsRegistry registry)  | 
void | 
InvocationMonitor.provideMetrics(MetricsRegistry registry)  | 
void | 
InboundResponseHandler.provideMetrics(MetricsRegistry registry)  | 
void | 
AsyncInboundResponseHandler.provideMetrics(MetricsRegistry registry)  | 
void | 
InvocationRegistry.provideMetrics(MetricsRegistry registry)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProxyServiceImpl.provideMetrics(MetricsRegistry registry)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.