| Package | Description | 
|---|---|
| com.hazelcast.aws | Provides interfaces/classes for Hazelcast AWS. | 
| com.hazelcast.azure | Provides interfaces/classes for Hazelcast Azure Discovery Provider | 
| com.hazelcast.gcp | Provides interfaces/classes for Hazelcast GCP. | 
| com.hazelcast.jet.core | Jet's Core API. | 
| com.hazelcast.jet.core.test | Utilities for writing tests of Core API Processors. | 
| com.hazelcast.kubernetes | Provides interfaces/classes for Hazelcast Kubernetes Discovery Plugin | 
| com.hazelcast.logging | This package contains logging functionality for Hazelcast. Since Hazelcast has a zero dependency policy, Hazelcast provides a logging abstraction like commons logging, so that different logging frameworks like log4j, can be hooked in. | 
| com.hazelcast.spi.discovery | This package contains the public SPI for vendors and users to implement their
 custom node / IP discovery strategy. | 
| com.hazelcast.spi.discovery.integration | This package contains the public part of the integrators SPI and is meant for
 people that integrate Hazelcast into their own systems or frameworks and cannot
 use the default discovery service implementation (for example using a different
  DiscoveryStrategylookup strategy like OSGi). | 
| com.hazelcast.spi.discovery.multicast | Contains the hazelcast multicast plugin classes | 
| Modifier and Type | Method and Description | 
|---|---|
| DiscoveryStrategy | AwsDiscoveryStrategyFactory. newDiscoveryStrategy(DiscoveryNode discoveryNode,
                    ILogger logger,
                    Map<String,Comparable> properties) | 
| Modifier and Type | Method and Description | 
|---|---|
| DiscoveryStrategy | AzureDiscoveryStrategyFactory. newDiscoveryStrategy(DiscoveryNode node,
                    ILogger logger,
                    Map<String,Comparable> properties) | 
| Modifier and Type | Method and Description | 
|---|---|
| DiscoveryStrategy | GcpDiscoveryStrategyFactory. newDiscoveryStrategy(DiscoveryNode discoveryNode,
                    ILogger logger,
                    Map<String,Comparable> properties) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ILogger | AbstractProcessor. getLogger()Returns the logger associated with this processor instance. | 
| ILogger | ProcessorMetaSupplier.Context. logger()Returns a logger for the associated  ProcessorMetaSupplier. | 
| ILogger | ProcessorSupplier.Context. logger()Returns a logger for the associated  ProcessorSupplier. | 
| ILogger | Processor.Context. logger()Return a logger for the processor | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ILogger | TestProcessorMetaSupplierContext. logger | 
| Modifier and Type | Method and Description | 
|---|---|
| ILogger | TestProcessorMetaSupplierContext. logger() | 
| Modifier and Type | Method and Description | 
|---|---|
| TestProcessorMetaSupplierContext | TestProcessorMetaSupplierContext. setLogger(ILogger logger)Sets the logger. | 
| TestProcessorSupplierContext | TestProcessorSupplierContext. setLogger(ILogger logger) | 
| TestProcessorContext | TestProcessorContext. setLogger(ILogger logger) | 
| Modifier and Type | Method and Description | 
|---|---|
| DiscoveryStrategy | HazelcastKubernetesDiscoveryStrategyFactory. newDiscoveryStrategy(DiscoveryNode discoveryNode,
                    ILogger logger,
                    Map<String,Comparable> properties) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractLoggerAbstract  ILoggerimplementation that provides implementations for convenience methods like
 finest, info, warning and severe. | 
| static class  | Log4j2Factory.Log4j2Logger | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ILogger | Log4j2Factory. createLogger(String name) | 
| protected ILogger | StandardLoggerFactory. createLogger(String name) | 
| protected abstract ILogger | LoggerFactorySupport. createLogger(String name) | 
| protected ILogger | Slf4jFactory. createLogger(String name) | 
| protected ILogger | Log4jFactory. createLogger(String name) | 
| ILogger | LoggingService. getLogger(Class type) | 
| static ILogger | Logger. getLogger(Class clazz)Obtains a  loggerfor the givenclazz. | 
| ILogger | LoggerFactory. getLogger(String name) | 
| ILogger | LoggingService. getLogger(String name) | 
| ILogger | NoLogFactory. getLogger(String name) | 
| ILogger | LoggerFactorySupport. getLogger(String name) | 
| static ILogger | Logger. getLogger(String name)Obtains a  loggerof the givenname. | 
| static ILogger | Logger. noLogger() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ILogger | AbstractDiscoveryStrategy. getLogger()Returns a  ILoggerinstance bound to the current class. | 
| Modifier and Type | Method and Description | 
|---|---|
| DiscoveryStrategy | DiscoveryStrategyFactory. newDiscoveryStrategy(DiscoveryNode discoveryNode,
                    ILogger logger,
                    Map<String,Comparable> properties)Instantiates a new instance of the  DiscoveryStrategywith the given configuration
 properties. | 
| Constructor and Description | 
|---|
| AbstractDiscoveryStrategy(ILogger logger,
                         Map<String,Comparable> properties) | 
| Modifier and Type | Method and Description | 
|---|---|
| ILogger | DiscoveryServiceSettings. getLogger() | 
| Modifier and Type | Method and Description | 
|---|---|
| DiscoveryServiceSettings | DiscoveryServiceSettings. setLogger(ILogger logger) | 
| Modifier and Type | Method and Description | 
|---|---|
| DiscoveryStrategy | MulticastDiscoveryStrategyFactory. newDiscoveryStrategy(DiscoveryNode discoveryNode,
                    ILogger logger,
                    Map<String,Comparable> prop) | 
| Constructor and Description | 
|---|
| MulticastDiscoveryStrategy(DiscoveryNode discoveryNode,
                          ILogger logger,
                          Map<String,Comparable> properties) | 
Copyright © 2021 Hazelcast, Inc.. All rights reserved.