Uses of Class
com.hazelcast.spi.annotation.PrivateApi
Package | Description |
---|---|
com.hazelcast.client.config |
Contains classes related to config for com.hazelcast.client
|
com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
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. |
-
Uses of PrivateApi in com.hazelcast.client.config
Constructors in com.hazelcast.client.config with annotations of type PrivateApi Constructor Description XmlClientConfigBuilder(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.config
Classes in com.hazelcast.config with annotations of type PrivateApi Modifier and Type Class Description class
CacheConfigAccessor
Accessor for CacheConfig fieldsclass
ConfigAccessor
Private API for accessing configuration at runtimeclass
NearCacheConfigAccessor
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 Modifier and Type Method Description String
AbstractXmlConfigHelper. getReleaseVersion()
protected com.hazelcast.internal.config.ServicesConfig
Config. getServicesConfig()
Returns the configuration for the user services managed by this hazelcast instance.EndpointConfig
EndpointConfig. setProtocolType(ProtocolType protocolType)
ServerSocketEndpointConfig
ServerSocketEndpointConfig. setProtocolType(ProtocolType protocolType)
Constructors in com.hazelcast.config with annotations of type PrivateApi Constructor Description XmlConfigBuilder(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.logging
Classes in com.hazelcast.logging with annotations of type PrivateApi Modifier and Type Class Description static class
Log4j2Factory.Log4j2Logger