Uses of Annotation Interface
com.hazelcast.spi.annotation.PrivateApi
Packages that use 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
Constructors in com.hazelcast.client.config with annotations of type PrivateApiModifierConstructorDescriptionXmlClientConfigBuilder
(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
Methods in com.hazelcast.cluster with annotations of type PrivateApiModifier and TypeMethodDescriptionstatic Address
Address.createUnresolvedAddress
(String host, int port) Creates an unresolved address. -
Uses of PrivateApi in com.hazelcast.config
Classes in com.hazelcast.config with annotations of type PrivateApiModifier 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.Methods in com.hazelcast.config with annotations of type PrivateApi -
Uses of PrivateApi in com.hazelcast.logging
Classes in com.hazelcast.logging with annotations of type PrivateApi -
Uses of PrivateApi in com.hazelcast.nio.serialization
Methods in com.hazelcast.nio.serialization with annotations of type PrivateApiModifier 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.Constructors in com.hazelcast.nio.serialization with annotations of type PrivateApiModifierConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of PrivateApi in com.hazelcast.spi.discovery
Methods in com.hazelcast.spi.discovery with annotations of type PrivateApiModifier 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.