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
Networking functionality. |
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.
|
Modifier and Type | Method and Description |
---|---|
NioNetworking.Context |
NioNetworking.Context.metricsRegistry(MetricsRegistry metricsRegistry) |
void |
AdvancedNetworkStats.registerMetrics(MetricsRegistry metricsRegistry,
String prefix)
Dynamically registers probes for each protocol type.
|
Constructor and Description |
---|
NioChannel(SocketChannel socketChannel,
boolean clientMode,
ChannelInitializer channelInitializer,
MetricsRegistry metricsRegistry,
Executor closeListenerExecutor) |
Modifier and Type | Method and Description |
---|---|
void |
TcpIpAcceptor.provideMetrics(MetricsRegistry registry) |
Constructor and Description |
---|
TcpIpNetworkingService(Config config,
IOService ioService,
ServerSocketRegistry registry,
LoggingService loggingService,
MetricsRegistry metricsRegistry,
Networking networking,
ChannelInitializerProvider channelInitializerProvider) |
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.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 |
InvocationRegistry.provideMetrics(MetricsRegistry registry) |
void |
InboundResponseHandlerSupplier.provideMetrics(MetricsRegistry registry) |
Modifier and Type | Method and Description |
---|---|
void |
ProxyServiceImpl.provideMetrics(MetricsRegistry registry) |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.