| Package | Description |
|---|---|
| org.apache.shardingsphere.spi.singleton | |
| org.apache.shardingsphere.spi.typed |
| Modifier and Type | Class and Description |
|---|---|
class |
TypedSingletonSPIHolder<T extends TypedSPI & SingletonSPI>
Typed singleton SPI holder.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends TypedSPI & SingletonSPI> |
SingletonSPIRegistry.getTypedSingletonInstancesMap(Class<T> singletonSPIClass)
Get typed singleton instances map.
|
| Modifier and Type | Method and Description |
|---|---|
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,
String type,
Properties props)
Get registered service.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.