| Package | Description |
|---|---|
| org.apache.shardingsphere.infra.aware | |
| org.apache.shardingsphere.infra.config.algorithm | |
| org.apache.shardingsphere.infra.spi.typed |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataSourceNameAware
Data source name aware.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ShardingSphereAlgorithm
ShardingSphere algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends TypedSPI> |
TypedSPIRegistry.findRegisteredService(Class<T> typedSPIClass)
Find registered service.
|
static <T extends TypedSPI> |
TypedSPIRegistry.findRegisteredService(Class<T> typedSPIClass,
String type,
Properties props)
Find registered service.
|
static <T extends TypedSPI> |
TypedSPIRegistry.getRegisteredService(Class<T> typedSPIClass)
Get registered service.
|
static <T extends TypedSPI> |
TypedSPIRegistry.getRegisteredService(Class<T> typedSPIClass,
String type,
Properties props)
Get registered service.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.