| Package | Description |
|---|---|
| com.hazelcast.client.impl.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
| com.hazelcast.client.impl.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
Networking functionality. |
| com.hazelcast.internal.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
EventService 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
com.hazelcast.spi.impl.operationservice.InternalOperationService implementation. |
| com.hazelcast.spi.impl.proxyservice.impl |
Contains the implementation of the
InternalProxyService. |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientExecutionServiceImpl.provideStaticMetrics(MetricsRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractClientListenerService.provideStaticMetrics(MetricsRegistry registry) |
| Constructor and Description |
|---|
MetricsPlugin(ILogger logger,
MetricsRegistry metricsRegistry,
HazelcastProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticMetricsProvider.provideStaticMetrics(MetricsRegistry registry) |
| Modifier and Type | Class and Description |
|---|---|
class |
MetricsRegistryImpl
The
MetricsRegistry implementation. |
| Constructor and Description |
|---|
MetricsService(NodeEngine nodeEngine,
Supplier<MetricsRegistry> metricsRegistrySupplier) |
| 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.
|
static void |
StatisticsAwareMetricsSet.register(ServiceManager serviceManager,
MetricsRegistry metricsRegistry) |
| Modifier and Type | Method and Description |
|---|---|
NioNetworking.Context |
NioNetworking.Context.metricsRegistry(MetricsRegistry metricsRegistry) |
| Constructor and Description |
|---|
TcpIpNetworkingService(Config config,
IOService ioService,
ServerSocketRegistry registry,
LoggingService loggingService,
MetricsRegistry metricsRegistry,
Networking networking,
ChannelInitializerProvider channelInitializerProvider,
HazelcastProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
MetricsRegistry |
NodeEngineImpl.getMetricsRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
EventServiceImpl.provideStaticMetrics(MetricsRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationThread.provideStaticMetrics(MetricsRegistry registry) |
void |
OperationExecutorImpl.provideStaticMetrics(MetricsRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationParkerImpl.provideStaticMetrics(MetricsRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationServiceImpl.provideStaticMetrics(MetricsRegistry registry) |
void |
InvocationMonitor.provideStaticMetrics(MetricsRegistry registry) |
void |
InvocationRegistry.provideStaticMetrics(MetricsRegistry registry) |
void |
InboundResponseHandlerSupplier.provideStaticMetrics(MetricsRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyServiceImpl.provideStaticMetrics(MetricsRegistry registry) |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.