Uses of Interface
com.hazelcast.logging.ILogger
Packages that use ILogger
Package
Description
Provides interfaces/classes for Hazelcast AWS.
Provides interfaces/classes for Hazelcast Azure Discovery Provider
Provides interfaces/classes for Hazelcast GCP.
Jet's Core API.
Utilities for writing tests of Core API Processors.
Provides interfaces/classes for Hazelcast Kubernetes Discovery Plugin
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.
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.
This package contains the public SPI for vendors and users to implement their
custom node / IP discovery strategy.
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
DiscoveryStrategy
lookup strategy like OSGi).Contains the hazelcast multicast plugin classes
-
Uses of ILogger in com.hazelcast.aws
Methods in com.hazelcast.aws with parameters of type ILoggerModifier and TypeMethodDescriptionAwsDiscoveryStrategyFactory.newDiscoveryStrategy
(DiscoveryNode discoveryNode, ILogger logger, Map<String, Comparable> properties) -
Uses of ILogger in com.hazelcast.azure
Methods in com.hazelcast.azure with parameters of type ILoggerModifier and TypeMethodDescriptionAzureDiscoveryStrategyFactory.newDiscoveryStrategy
(DiscoveryNode node, ILogger logger, Map<String, Comparable> properties) -
Uses of ILogger in com.hazelcast.gcp
Methods in com.hazelcast.gcp with parameters of type ILoggerModifier and TypeMethodDescriptionGcpDiscoveryStrategyFactory.newDiscoveryStrategy
(DiscoveryNode discoveryNode, ILogger logger, Map<String, Comparable> properties) -
Uses of ILogger in com.hazelcast.jet.core
Methods in com.hazelcast.jet.core that return ILoggerModifier and TypeMethodDescriptionprotected final ILogger
AbstractProcessor.getLogger()
Returns the logger associated with this processor instance.Processor.Context.logger()
Return a logger for the processorProcessorMetaSupplier.Context.logger()
Returns a logger for the associatedProcessorMetaSupplier
.ProcessorSupplier.Context.logger()
Returns a logger for the associatedProcessorSupplier
. -
Uses of ILogger in com.hazelcast.jet.core.test
Fields in com.hazelcast.jet.core.test declared as ILoggerMethods in com.hazelcast.jet.core.test that return ILoggerMethods in com.hazelcast.jet.core.test with parameters of type ILoggerModifier and TypeMethodDescriptionSets the logger. -
Uses of ILogger in com.hazelcast.kubernetes
Methods in com.hazelcast.kubernetes with parameters of type ILoggerModifier and TypeMethodDescriptionHazelcastKubernetesDiscoveryStrategyFactory.newDiscoveryStrategy
(DiscoveryNode discoveryNode, ILogger logger, Map<String, Comparable> properties) -
Uses of ILogger in com.hazelcast.logging
Classes in com.hazelcast.logging that implement ILoggerModifier and TypeClassDescriptionclass
AbstractILogger
implementation that provides implementations for convenience methods like finest, info, warning and severe.static class
Methods in com.hazelcast.logging that return ILoggerModifier and TypeMethodDescriptionprotected ILogger
Log4j2Factory.createLogger
(String name) protected ILogger
Log4jFactory.createLogger
(String name) protected abstract ILogger
LoggerFactorySupport.createLogger
(String name) protected ILogger
Slf4jFactory.createLogger
(String name) protected ILogger
StandardLoggerFactory.createLogger
(String name) static ILogger
Obtains alogger
for the givenclazz
.static ILogger
Obtains alogger
of the givenname
.final ILogger
static ILogger
Logger.noLogger()
-
Uses of ILogger in com.hazelcast.spi.discovery
Methods in com.hazelcast.spi.discovery that return ILoggerModifier and TypeMethodDescriptionprotected ILogger
AbstractDiscoveryStrategy.getLogger()
Returns aILogger
instance bound to the current class.Methods in com.hazelcast.spi.discovery with parameters of type ILoggerModifier and TypeMethodDescriptionDiscoveryStrategyFactory.newDiscoveryStrategy
(DiscoveryNode discoveryNode, ILogger logger, Map<String, Comparable> properties) Instantiates a new instance of theDiscoveryStrategy
with the given configuration properties.Constructors in com.hazelcast.spi.discovery with parameters of type ILoggerModifierConstructorDescriptionAbstractDiscoveryStrategy
(ILogger logger, Map<String, Comparable> properties) -
Uses of ILogger in com.hazelcast.spi.discovery.integration
Methods in com.hazelcast.spi.discovery.integration that return ILoggerMethods in com.hazelcast.spi.discovery.integration with parameters of type ILoggerModifier and TypeMethodDescription -
Uses of ILogger in com.hazelcast.spi.discovery.multicast
Methods in com.hazelcast.spi.discovery.multicast with parameters of type ILoggerModifier and TypeMethodDescriptionMulticastDiscoveryStrategyFactory.newDiscoveryStrategy
(DiscoveryNode discoveryNode, ILogger logger, Map<String, Comparable> prop) Constructors in com.hazelcast.spi.discovery.multicast with parameters of type ILoggerModifierConstructorDescriptionMulticastDiscoveryStrategy
(DiscoveryNode discoveryNode, ILogger logger, Map<String, Comparable> properties)