Uses of Class
com.hazelcast.config.DataConnectionConfig
Package
Description
Provides classes for configuring HazelcastInstance.
This package contains code handling data connections.
Apache Kafka reader/writer support for Hazelcast Jet.
Contains classes related to Mongo DB Data Connection.
-
Uses of DataConnectionConfig in com.hazelcast.config
Modifier and TypeMethodDescriptionConfig.findDataConnectionConfig
(String name) Returns a read-onlyDataConnectionConfig
configuration for the given name.Config.getDataConnectionConfig
(String name) Returns the data connection configuration for the given name, creating one if necessary and adding it to the collection of known configurations.Sets the name of this data connection, the name must be unique.DataConnectionConfig.setProperties
(Properties properties) Sets the properties of a data connection.DataConnectionConfig.setProperty
(String key, String value) Sets a single property.DataConnectionConfig.setShared
(boolean shared) true
if an instance of the data connection will be reused.Sets the type of theDataConnection
Modifier and TypeMethodDescriptionConfig.getDataConnectionConfigs()
Returns the map of data connection configurations, mapped by config name.Modifier and TypeMethodDescriptionConfig.addDataConnectionConfig
(DataConnectionConfig dataConnectionConfig) Adds a data connection configuration.static void
DataConnectionConfigValidator.validate
(DataConnectionConfig conf) Checks if this configuration object is in coherent state - has all required properties set.Modifier and TypeMethodDescriptionConfig.setDataConnectionConfigs
(Map<String, DataConnectionConfig> dataConnectionConfigs) Sets the map of data connection configurations, mapped by config name. -
Uses of DataConnectionConfig in com.hazelcast.dataconnection
Modifier and TypeMethodDescriptionDataConnection.getConfig()
Returns the configuration of this DataConnection.final DataConnectionConfig
DataConnectionBase.getConfig()
ModifierConstructorDescriptionprotected
HazelcastDataConnection
(DataConnectionConfig dataConnectionConfig) -
Uses of DataConnectionConfig in com.hazelcast.jet.kafka
-
Uses of DataConnectionConfig in com.hazelcast.jet.mongodb.dataconnection
Modifier and TypeMethodDescriptionstatic DataConnectionConfig
MongoDataConnection.mongoDataConnectionConf
(String name, String connectionString) Helper method to create newMongoDataConnection
with given name and connection string.ModifierConstructorDescriptionCreates a new data connection based on given config.