Package | Description |
---|---|
com.hazelcast.internal.metrics.impl |
Contains the
MetricsRegistry implementation. |
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
|
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.operationexecutor.classic |
Contains the
ClassicOperationExecutor code. |
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
Modifier and Type | Class and Description |
---|---|
class |
MetricsRegistryImpl
The
MetricsRegistry implementation. |
Modifier and Type | Method and Description |
---|---|
static void |
ThreadMetricSet.register(MetricsRegistry metricsRegistry)
Registers all the metrics in this metric pack.
|
static void |
OperatingSystemMetricsSet.register(MetricsRegistry metricsRegistry)
Registers all the metrics in this metrics 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.
|
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() |
Constructor and Description |
---|
ClassicOperationExecutor(GroupProperties properties,
LoggingService loggerService,
Address thisAddress,
OperationRunnerFactory operationRunnerFactory,
HazelcastThreadGroup hazelcastThreadGroup,
NodeExtension nodeExtension,
MetricsRegistry metricsRegistry) |
Constructor and Description |
---|
InvocationMonitor(InvocationRegistry invocationRegistry,
ILogger logger,
GroupProperties props,
HazelcastThreadGroup hzThreadGroup,
ExecutionService executionService,
MetricsRegistry metricsRegistry) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.