Package com.clinia.model.datacatalog
Class V1DataSourcePartitionConfig
java.lang.Object
com.clinia.model.datacatalog.V1DataSourcePartitionConfig
- All Implemented Interfaces:
V1DataPartitionSourceConfig
V1DataSourcePartitionConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.clinia.model.datacatalog.V1DataPartitionSourceConfig
V1DataPartitionSourceConfig.Deserializer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCollections(V1DataSourcePartitionCollectionConnection collectionsItem) addRelationships(String relationshipsItem) booleanThe subset of collections from the target data source to which the data partition is connected, if not specified, the data partition is connected to all collections in the data source.getKey()The key of the target data source.The subset of relationship definitions from the target data source used in the data partition, If the relationships are not specified, the data partition uses all the relationships of the data source that are between two collections in the data partition.getType()Get typeinthashCode()setCollections(List<V1DataSourcePartitionCollectionConnection> collections) setRelationships(List<String> relationships) toString()
-
Constructor Details
-
V1DataSourcePartitionConfig
public V1DataSourcePartitionConfig()
-
-
Method Details
-
setType
-
getType
Get type -
setKey
-
getKey
The key of the target data source. -
setCollections
public V1DataSourcePartitionConfig setCollections(List<V1DataSourcePartitionCollectionConnection> collections) -
addCollections
public V1DataSourcePartitionConfig addCollections(V1DataSourcePartitionCollectionConnection collectionsItem) -
getCollections
The subset of collections from the target data source to which the data partition is connected, if not specified, the data partition is connected to all collections in the data source. -
setRelationships
-
addRelationships
-
getRelationships
The subset of relationship definitions from the target data source used in the data partition, If the relationships are not specified, the data partition uses all the relationships of the data source that are between two collections in the data partition. -
equals
-
hashCode
public int hashCode() -
toString
-