| Package | Description | 
|---|---|
| com.hazelcast.client.connection.nio | 
 Contains classes related to New IO for com.hazelcast.client.connection 
 | 
| 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.nonblocking | 
 Contains the non blocking  
TcpIpConnectionMonitor. | 
| 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.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 | 
ClientConnection.discardMetrics(MetricsRegistry registry)  | 
void | 
ClientConnection.provideMetrics(MetricsRegistry registry)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ClientListenerServiceImpl.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. 
 | 
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 | 
|---|
NonBlockingIOThreadingModel(LoggingService loggingService,
                           MetricsRegistry metricsRegistry,
                           HazelcastThreadGroup hazelcastThreadGroup,
                           IOOutOfMemoryHandler oomeHandler,
                           int inputThreadCount,
                           int outputThreadCount,
                           int balanceIntervalSeconds,
                           SocketWriterInitializer socketWriterInitializer,
                           SocketReaderInitializer socketReaderInitializer)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TcpIpConnection.discardMetrics(MetricsRegistry registry)  | 
void | 
TcpIpConnection.provideMetrics(MetricsRegistry registry)  | 
| Constructor and Description | 
|---|
TcpIpConnectionManager(IOService ioService,
                      ServerSocketChannel serverSocketChannel,
                      LoggingService loggingService,
                      MetricsRegistry metricsRegistry,
                      IOThreadingModel ioThreadingModel)  | 
| 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 | 
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.