Hazelcast.Config Namespace |
Class | Description | |
---|---|---|
AbstractXmlConfigHelper | ||
ClientConfig |
Main configuration to setup a Hazelcast Client.
| |
ClientNetworkConfig |
Contains configuration parameters for client network related behavior
| |
ConfigurationException |
A
HazelcastException
that is thrown when something is wrong with the server or client configuration.
| |
GlobalSerializerConfig |
Contains the configuration for global serializer.
| |
GroupConfig | Contains the configuration for Hazelcast groups. | |
ListenerConfig |
Contains the configuration for an
IEventListener
. The configuration contains either the classname
of the IEventListener implementation, or the actual IEventListener instance.
| |
NearCacheConfig |
Contains the configuration for a Near Cache.
| |
NearCacheConfigReadOnly |
Readonly version of NearCacheConfig | |
ProxyFactoryConfig |
This class is related to SPI; it is used to register custom services to client.
| |
SerializationConfig |
Contains the serialization configuration
| |
SerializerConfig |
Contains the serialization configuration for a particular class.
| |
SocketInterceptorConfig |
Contains the configuration for interceptor socket.
| |
SocketOptions |
TCP Socket options
| |
SSLConfig |
COnfiguration for client to server secure communication via SSL
| |
XmlClientConfigBuilder |
Loads the ClientConfig using XML.
|
Interface | Description | |
---|---|---|
IConfigPatternMatcher | The IConfigPatternMatcher provides a strategy to match an item name to a configuration pattern. |
Enumeration | Description | |
---|---|---|
InMemoryFormat | Storage format type of values stored in cluster |