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 configuration classes
for the
CPSubsystem
Hazelcast Jet is a distributed computation engine running on top of
Hazelcast IMDG technology.
Jet's configuration data objects.
Jet's Core API.
Jet's Job Metric API.
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.
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).This package contains the SQL API.
-
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
Accessor for package-private methods ofCacheConfig
.final class
An accessor for the package-private fields of theCompactSerializationConfig
.final class
Private API for accessing configuration at runtimefinal class
Validates an instance ofDataConnectionConfig
.final class
Accessor for theEvictionConfig
of aNearCacheConfig
to initialize the old default max size, if no size was configured by the user.Modifier and TypeMethodDescriptionAbstractXmlConfigHelper.getReleaseVersion()
protected com.hazelcast.internal.config.ServicesConfig
Config.getServicesConfig()
Returns the configuration for the user services managed by this hazelcast instance.boolean
MerkleTreeConfig.isEnabledSet()
Method introduced for client protocol compatibility.Config.setNamespacesConfig
(UserCodeNamespacesConfig userCodeNamespacesConfig) Sets the namespaces configuration.EndpointConfig.setProtocolType
(com.hazelcast.instance.ProtocolType protocolType) ServerSocketEndpointConfig.setProtocolType
(com.hazelcast.instance.ProtocolType protocolType) static void
DataConnectionConfigValidator.validate
(DataConnectionConfig conf) Checks if this configuration object is in coherent state - has all required properties set.ModifierConstructorDescriptionXmlConfigBuilder
(com.hazelcast.internal.config.XmlConfigLocator locator) Constructs aXmlConfigBuilder
that loads the configuration with the providedXmlConfigLocator
.YamlConfigBuilder
(com.hazelcast.internal.config.YamlConfigLocator locator) Constructs aYamlConfigBuilder
that loads the configuration with the providedYamlConfigLocator
. -
Uses of PrivateApi in com.hazelcast.config.cp
Modifier and TypeMethodDescriptionCPSubsystemConfig.setCpMapConfigs
(Map<String, CPMapConfig> cpMapConfigs) CPSubsystemConfig.setMapLimit
(int cpMapLimit) -
Uses of PrivateApi in com.hazelcast.jet
ModifierConstructorDescriptionJobStateSnapshot
(HazelcastInstance instance, String name, com.hazelcast.jet.impl.SnapshotValidationRecord record) This constructor is a private API, useJetService.getJobStateSnapshot(String)
instead. -
Uses of PrivateApi in com.hazelcast.jet.config
Modifier and TypeClassDescriptionfinal class
Hazelcast serializer hooks for the classes in thecom.hazelcast.jet.config
package.class
Describes a single resource to deploy to the Jet cluster.enum
Represents the type of the resource to be uploaded.Modifier and TypeMethodDescriptionint
DeltaJobConfig.getClassId()
int
DeltaJobConfig.getFactoryId()
JobConfig.getResourceConfigs()
Returns all the registered resource configurations.JobConfig.getSerializerConfigs()
Returns all the registered serializer configurations.void
JobConfig.lock()
Used to prevent further mutations the config after submitting it with a job execution.void
DeltaJobConfig.readData
(ObjectDataInput in) void
DeltaJobConfig.writeData
(ObjectDataOutput out) -
Uses of PrivateApi in com.hazelcast.jet.core
Modifier and TypeClassDescriptionfinal class
A Java Service Provider hook for Hazelcast's Identified Data Serializable mechanism.Modifier and TypeMethodDescriptionvoid
DAG.lock()
Used to prevent further mutations to the DAG after submitting it for execution. -
Uses of PrivateApi in com.hazelcast.jet.core.metrics
Modifier and TypeClassDescriptionclass
A Java Service Provider hook for Hazelcast's Identified Data Serializable mechanism.Modifier and TypeMethodDescriptionstatic JobMetrics
JobMetrics.empty()
Returns an emptyJobMetrics
object.static JobMetrics
JobMetrics.of
(Map<String, List<Measurement>> metrics) Builds aJobMetrics
object based on a map ofMeasurement
s. -
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. -
Uses of PrivateApi in com.hazelcast.spi.discovery.integration
Modifier and TypeMethodDescriptionDiscoveryService.getUnhealthyEndpoints()
Fetches a set ofAddress
marked as unhealthy by the underlyingDiscoveryStrategy
.default void
DiscoveryService.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. -
Uses of PrivateApi in com.hazelcast.sql
Modifier and TypeMethodDescriptionint
HazelcastSqlException.getCode()
Gets the internal error code associated with the exception.int
SqlStatement.getPartitionArgumentIndex()
Get the partition argument index valueHazelcastSqlException.getSuggestion()
Gets the suggested SQL statement to remediate experienced errorvoid
SqlStatement.setPartitionArgumentIndex
(int partitionArgumentIndex) Set the partition argument index.ModifierConstructorDescriptionHazelcastSqlException
(UUID originatingMemberId, int code, String message, Throwable cause, String suggestion) SqlColumnMetadata
(String name, SqlColumnType type, boolean nullable) SqlRowMetadata
(List<SqlColumnMetadata> columns)