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.config |
Provides classes for configuring HazelcastInstance.
|
com.hazelcast.cp.internal |
Contains implementation of CP Subsystem
|
com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.internal.diagnostics |
Contains functionality what is happening in a HazelcastInstance.
|
com.hazelcast.internal.memory |
SPI that deals with memory operations.
|
com.hazelcast.internal.metrics |
Contains the Hazelcast Metrics.
|
com.hazelcast.internal.metrics.collectors |
Contains the
MetricsCollector API. |
com.hazelcast.internal.metrics.impl |
Contains the
MetricsRegistry implementation. |
com.hazelcast.internal.metrics.jmx | |
com.hazelcast.internal.metrics.managementcenter | |
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.internal.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
com.hazelcast.internal.util.executor |
This package contains classes related to Util.Executor
|
com.hazelcast.monitor.impl |
Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc.
|
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 . |
Class and Description |
---|
MetricsRegistry
The MetricsRegistry is a registry of various Hazelcast/JVM internal
information to help out with debugging, performance or stability issues.
|
Probe
Annotation that can be placed on a field or a method of an object to indicate
that it should be tracked by the MetricsRegistry when the
MetricsRegistry.registerStaticMetrics(Object, String) is called. |
StaticMetricsProvider
To be implemented by an object that can provide metrics (so has a bunch of
probes).
|
Class and Description |
---|
MetricsRegistry
The MetricsRegistry is a registry of various Hazelcast/JVM internal
information to help out with debugging, performance or stability issues.
|
StaticMetricsProvider
To be implemented by an object that can provide metrics (so has a bunch of
probes).
|
Class and Description |
---|
ProbeLevel
With the probe level one can control which probes are being tracked by the
MetricsRegistry and which ones are not.
|
Class and Description |
---|
DynamicMetricsProvider
Interface to be implemented by the classes that expose metrics in a
dynamic fashion.
|
MetricsExtractor
An interface that extracts the metrics from the objects collected by
the
DynamicMetricsProvider implementations. |
MetricTaggerSupplier
Interface used to get a
MetricTagger based on its namespace. |
Probe
Annotation that can be placed on a field or a method of an object to indicate
that it should be tracked by the MetricsRegistry when the
MetricsRegistry.registerStaticMetrics(Object, String) is called. |
Class and Description |
---|
Probe
Annotation that can be placed on a field or a method of an object to indicate
that it should be tracked by the MetricsRegistry when the
MetricsRegistry.registerStaticMetrics(Object, String) is called. |
Class and Description |
---|
MetricsRegistry
The MetricsRegistry is a registry of various Hazelcast/JVM internal
information to help out with debugging, performance or stability issues.
|
Class and Description |
---|
Probe
Annotation that can be placed on a field or a method of an object to indicate
that it should be tracked by the MetricsRegistry when the
MetricsRegistry.registerStaticMetrics(Object, String) is called. |
Class and Description |
---|
DoubleGauge
A DoubleGauge is a
Gauge where a particular double value is read
instantaneously. |
DoubleProbeFunction
A
ProbeFunction that provides a double value and can be used to
create a probe using MetricsRegistry.registerStaticProbe(Object, String, ProbeLevel, LongProbeFunction) |
DynamicMetricsProvider
Interface to be implemented by the classes that expose metrics in a
dynamic fashion.
|
Gauge
A Gauge is a
Metric where a particular value is read instantaneously. |
LongGauge
A LongGauge is a
Gauge where a particular long value is read
instantaneously. |
LongProbeFunction
A
ProbeFunction that provides a long value and can be used to create
a probe using MetricsRegistry.registerStaticProbe(Object, String, ProbeLevel, LongProbeFunction) |
Metric
A Metric is a 'quantitative measure' of something for example the number of
operations pending, number of operations per second being executed etc.
|
MetricsExtractor
An interface that extracts the metrics from the objects collected by
the
DynamicMetricsProvider implementations. |
MetricsRegistry
The MetricsRegistry is a registry of various Hazelcast/JVM internal
information to help out with debugging, performance or stability issues.
|
MetricTagger
Interface to be used for tagging a metric.
|
MetricTaggerSupplier
Interface used to get a
MetricTagger based on its namespace. |
MetricTarget
Enum representing the target platforms of the metrics collection.
|
Probe
Annotation that can be placed on a field or a method of an object to indicate
that it should be tracked by the MetricsRegistry when the
MetricsRegistry.registerStaticMetrics(Object, String) is called. |
ProbeFunction
A marker interface.
|
ProbeLevel
With the probe level one can control which probes are being tracked by the
MetricsRegistry and which ones are not.
|
ProbeUnit
Measurement unit of a Probe.
|
Class and Description |
---|
MetricTarget
Enum representing the target platforms of the metrics collection.
|
Class and Description |
---|
DoubleGauge
A DoubleGauge is a
Gauge where a particular double value is read
instantaneously. |
DoubleProbeFunction
A
ProbeFunction that provides a double value and can be used to
create a probe using MetricsRegistry.registerStaticProbe(Object, String, ProbeLevel, LongProbeFunction) |
DynamicMetricsProvider
Interface to be implemented by the classes that expose metrics in a
dynamic fashion.
|
LongProbeFunction
A
ProbeFunction that provides a long value and can be used to create
a probe using MetricsRegistry.registerStaticProbe(Object, String, ProbeLevel, LongProbeFunction) |
MetricsPublisher
Represents an object which publishes a set of metrics to some destination.
|
MetricsRegistry
The MetricsRegistry is a registry of various Hazelcast/JVM internal
information to help out with debugging, performance or stability issues.
|
MetricTagger
Interface to be used for tagging a metric.
|
ProbeLevel
With the probe level one can control which probes are being tracked by the
MetricsRegistry and which ones are not.
|
ProbeUnit
Measurement unit of a Probe.
|
Class and Description |
---|
MetricsPublisher
Represents an object which publishes a set of metrics to some destination.
|
MetricTarget
Enum representing the target platforms of the metrics collection.
|
Class and Description |
---|
MetricsPublisher
Represents an object which publishes a set of metrics to some destination.
|
MetricTarget
Enum representing the target platforms of the metrics collection.
|
Class and Description |
---|
MetricsRegistry
The MetricsRegistry is a registry of various Hazelcast/JVM internal
information to help out with debugging, performance or stability issues.
|
Class and Description |
---|
DynamicMetricsProvider
Interface to be implemented by the classes that expose metrics in a
dynamic fashion.
|
MetricsExtractor
An interface that extracts the metrics from the objects collected by
the
DynamicMetricsProvider implementations. |
MetricsRegistry
The MetricsRegistry is a registry of various Hazelcast/JVM internal
information to help out with debugging, performance or stability issues.
|
MetricTaggerSupplier
Interface used to get a
MetricTagger based on its namespace. |
Probe
Annotation that can be placed on a field or a method of an object to indicate
that it should be tracked by the MetricsRegistry when the
MetricsRegistry.registerStaticMetrics(Object, String) is called. |
Class and Description |
---|
DynamicMetricsProvider
Interface to be implemented by the classes that expose metrics in a
dynamic fashion.
|
MetricsExtractor
An interface that extracts the metrics from the objects collected by
the
DynamicMetricsProvider implementations. |
MetricsRegistry
The MetricsRegistry is a registry of various Hazelcast/JVM internal
information to help out with debugging, performance or stability issues.
|
MetricTaggerSupplier
Interface used to get a
MetricTagger based on its namespace. |
Class and Description |
---|
Probe
Annotation that can be placed on a field or a method of an object to indicate
that it should be tracked by the MetricsRegistry when the
MetricsRegistry.registerStaticMetrics(Object, String) is called. |
Class and Description |
---|
Probe
Annotation that can be placed on a field or a method of an object to indicate
that it should be tracked by the MetricsRegistry when the
MetricsRegistry.registerStaticMetrics(Object, String) is called. |
Class and Description |
---|
Probe
Annotation that can be placed on a field or a method of an object to indicate
that it should be tracked by the MetricsRegistry when the
MetricsRegistry.registerStaticMetrics(Object, String) is called. |
Class and Description |
---|
MetricsRegistry
The MetricsRegistry is a registry of various Hazelcast/JVM internal
information to help out with debugging, performance or stability issues.
|
Class and Description |
---|
MetricsRegistry
The MetricsRegistry is a registry of various Hazelcast/JVM internal
information to help out with debugging, performance or stability issues.
|
Probe
Annotation that can be placed on a field or a method of an object to indicate
that it should be tracked by the MetricsRegistry when the
MetricsRegistry.registerStaticMetrics(Object, String) is called. |
StaticMetricsProvider
To be implemented by an object that can provide metrics (so has a bunch of
probes).
|
Class and Description |
---|
MetricsRegistry
The MetricsRegistry is a registry of various Hazelcast/JVM internal
information to help out with debugging, performance or stability issues.
|
Probe
Annotation that can be placed on a field or a method of an object to indicate
that it should be tracked by the MetricsRegistry when the
MetricsRegistry.registerStaticMetrics(Object, String) is called. |
StaticMetricsProvider
To be implemented by an object that can provide metrics (so has a bunch of
probes).
|
Class and Description |
---|
MetricsRegistry
The MetricsRegistry is a registry of various Hazelcast/JVM internal
information to help out with debugging, performance or stability issues.
|
Probe
Annotation that can be placed on a field or a method of an object to indicate
that it should be tracked by the MetricsRegistry when the
MetricsRegistry.registerStaticMetrics(Object, String) is called. |
StaticMetricsProvider
To be implemented by an object that can provide metrics (so has a bunch of
probes).
|
Class and Description |
---|
MetricsRegistry
The MetricsRegistry is a registry of various Hazelcast/JVM internal
information to help out with debugging, performance or stability issues.
|
Probe
Annotation that can be placed on a field or a method of an object to indicate
that it should be tracked by the MetricsRegistry when the
MetricsRegistry.registerStaticMetrics(Object, String) is called. |
StaticMetricsProvider
To be implemented by an object that can provide metrics (so has a bunch of
probes).
|
Class and Description |
---|
MetricsRegistry
The MetricsRegistry is a registry of various Hazelcast/JVM internal
information to help out with debugging, performance or stability issues.
|
Probe
Annotation that can be placed on a field or a method of an object to indicate
that it should be tracked by the MetricsRegistry when the
MetricsRegistry.registerStaticMetrics(Object, String) is called. |
StaticMetricsProvider
To be implemented by an object that can provide metrics (so has a bunch of
probes).
|
Copyright © 2019 Hazelcast, Inc.. All rights reserved.