Package com.hazelcast.dataconnection
Class DataConnectionResource
java.lang.Object
com.hazelcast.dataconnection.DataConnectionResource
DataConnection Resource is an object for which a mapping can be created.
For example, JDBC returns the list of tables and views, Kafka returns the list of topics, and for a filesystem the list of files etc.
- Since:
- 5.3
-
Constructor Summary
ConstructorDescriptionDataConnectionResource
(String type, String name) Create a Resource with given type and nameDataConnectionResource
(String type, String... name) Create a Resource with given type and name -
Method Summary
-
Constructor Details
-
DataConnectionResource
Create a Resource with given type and name -
DataConnectionResource
Create a Resource with given type and name
-
-
Method Details
-
type
Type of the resource, e.g. TABLE for JDBC connector -
name
Name of the resource, e.g. name of the JDBC table, including any namespace prefix such as schema. -
toString
-
equals
-
hashCode
public int hashCode()
-