public final class ShardingSphereResource extends Object
| Constructor and Description |
|---|
ShardingSphereResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(DataSource dataSource)
Close data source.
|
Collection<DataSource> |
getAllInstanceDataSources()
Get all instance data sources.
|
Collection<String> |
getNotExistedResources(Collection<String> resourceNames)
Get not existed resource name.
|
public Collection<DataSource> getAllInstanceDataSources()
public Collection<String> getNotExistedResources(Collection<String> resourceNames)
resourceNames - resource names to be judgedpublic void close(DataSource dataSource)
dataSource - data source to be closedCopyright © 2022 The Apache Software Foundation. All rights reserved.