Uses of Class
com.hazelcast.config.DataConnectionConfig
Packages that use 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
Methods in com.hazelcast.config that return DataConnectionConfigModifier 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
Methods in com.hazelcast.config that return types with arguments of type DataConnectionConfigModifier and TypeMethodDescriptionConfig.getDataConnectionConfigs()
Returns the map of data connection configurations, mapped by config name.Methods in com.hazelcast.config with parameters of type DataConnectionConfigModifier 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.Method parameters in com.hazelcast.config with type arguments of type DataConnectionConfigModifier and TypeMethodDescriptionConfig.setDataConnectionConfigs
(Map<String, DataConnectionConfig> dataConnectionConfigs) Sets the map of data connection configurations, mapped by config name.Constructors in com.hazelcast.config with parameters of type DataConnectionConfig -
Uses of DataConnectionConfig in com.hazelcast.dataconnection
Methods in com.hazelcast.dataconnection that return DataConnectionConfigModifier and TypeMethodDescriptionDataConnection.getConfig()
Returns the configuration of this DataConnection.final DataConnectionConfig
DataConnectionBase.getConfig()
Constructors in com.hazelcast.dataconnection with parameters of type DataConnectionConfigModifierConstructorDescriptionprotected
HazelcastDataConnection
(DataConnectionConfig dataConnectionConfig) -
Uses of DataConnectionConfig in com.hazelcast.jet.kafka
Constructors in com.hazelcast.jet.kafka with parameters of type DataConnectionConfig -
Uses of DataConnectionConfig in com.hazelcast.jet.mongodb.dataconnection
Methods in com.hazelcast.jet.mongodb.dataconnection that return DataConnectionConfigModifier and TypeMethodDescriptionstatic DataConnectionConfig
MongoDataConnection.mongoDataConnectionConf
(String name, String connectionString) Helper method to create newMongoDataConnection
with given name and connection string.Constructors in com.hazelcast.jet.mongodb.dataconnection with parameters of type DataConnectionConfigModifierConstructorDescriptionCreates a new data connection based on given config.