| Package | Description |
|---|---|
| org.apache.shardingsphere.spi.singleton |
| Modifier and Type | Class and Description |
|---|---|
class |
TypedSingletonSPIHolder<T extends TypedSPI & SingletonSPI>
Typed singleton SPI holder.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,T extends SingletonSPI> |
SingletonSPIRegistry.getSingletonInstancesMap(Class<T> singletonSPIClass,
Function<? super T,? extends K> keyMapper)
Get singleton instances map.
|
static <T extends TypedSPI & SingletonSPI> |
SingletonSPIRegistry.getTypedSingletonInstancesMap(Class<T> singletonSPIClass)
Get typed singleton instances map.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.