Uses of Annotation Interface
com.hazelcast.spi.annotation.PrivateApi
Package
Description
Contains classes related to config for com.hazelcast.client
This package contains the cluster functionality.
Provides classes for configuring HazelcastInstance.
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.
Contains interfaces/classes related to serialization,
such as serializer interfaces, input/output streams.
This package contains the public SPI for vendors and users to implement their
custom node / IP discovery strategy.
-
Uses of PrivateApi in com.hazelcast.client.config
ModifierConstructorDescriptionXmlClientConfigBuilder
(com.hazelcast.client.config.impl.XmlClientConfigLocator locator) Constructs aXmlClientConfigBuilder
that loads the configuration with the providedXmlClientConfigLocator
.XmlClientFailoverConfigBuilder
(com.hazelcast.client.config.impl.XmlClientFailoverConfigLocator locator) Constructs aXmlClientFailoverConfigBuilder
that loads the configuration with the providedXmlClientFailoverConfigLocator
.YamlClientConfigBuilder
(com.hazelcast.client.config.impl.YamlClientConfigLocator locator) Constructs aYamlClientConfigBuilder
that loads the configuration with the providedYamlClientConfigLocator
.YamlClientFailoverConfigBuilder
(com.hazelcast.client.config.impl.YamlClientFailoverConfigLocator locator) Constructs aYamlClientFailoverConfigBuilder
that loads the configuration with the providedYamlClientFailoverConfigLocator
. -
Uses of PrivateApi in com.hazelcast.cluster
Modifier and TypeMethodDescriptionstatic Address
Address.createUnresolvedAddress
(String host, int port) Creates an unresolved address. -
Uses of PrivateApi in com.hazelcast.config
Modifier and TypeClassDescriptionfinal class
An accessor for the package-private fields of theCompactSerializationConfig
.final class
Accessor for theEvictionConfig
of aNearCacheConfig
to initialize the old default max size, if no size was configured by the user. -
Uses of PrivateApi in com.hazelcast.logging
-
Uses of PrivateApi in com.hazelcast.nio.serialization
Modifier and TypeMethodDescriptionvoid
ClassDefinitionBuilder.addField
(com.hazelcast.internal.serialization.impl.portable.FieldDefinitionImpl fieldDefinition) Deprecated, for removal: This API element is subject to removal in a future version.void
PortableId.setVersionIfNotSet
(int version) Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of PrivateApi in com.hazelcast.spi.discovery
Modifier and TypeMethodDescriptionDiscoveryStrategy.getUnhealthyEndpoints()
Fetches a set ofAddress
marked as unhealthy by the underlying implementation.default void
DiscoveryStrategy.markEndpointAsUnhealthy
(Address address) Marks the passedAddress
as unhealthy, which prevents it from being offered as a viable endpoint in someDiscoveryStrategy
implementations, usually prompting this endpoint to be periodically probed for liveliness.