Package com.hazelcast.jet.pipeline
Class DataConnectionRef
java.lang.Object
com.hazelcast.jet.pipeline.DataConnectionRef
- All Implemented Interfaces:
Serializable
Represents a reference to the data connection, used with
Sources.jdbc(DataConnectionRef, ToResultSetFunction, FunctionEx)
.- Since:
- 5.2
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic DataConnectionRef
dataConnectionRef
(String name) Creates a reference to the configured data connectiongetName()
static DataConnectionRef
If the name parameter is null, this method returns null.toString()
-
Constructor Details
-
DataConnectionRef
-
-
Method Details
-
dataConnectionRef
Creates a reference to the configured data connection- Parameters:
name
- name of the data connection configured inDataConnectionConfig
- Returns:
- the reference to the data connection
-
nullableDataConnectionRef
If the name parameter is null, this method returns null. Otherwise, it behaves identically todataConnectionRef(String)
. -
getName
-
toString
-