public final class RegistryCenterFactory extends Object
| Constructor and Description |
|---|
RegistryCenterFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter |
createCoordinatorRegistryCenter(String connectString,
String namespace,
String digest)
Create a
CoordinatorRegistryCenter or return the existing one if there is one set up with the same connectionString, namespace and digest already. |
public static org.apache.shardingsphere.elasticjob.reg.base.CoordinatorRegistryCenter createCoordinatorRegistryCenter(String connectString, String namespace, String digest)
CoordinatorRegistryCenter or return the existing one if there is one set up with the same connectionString, namespace and digest already.connectString - registry center connect stringnamespace - registry center namespacedigest - registry center digestCopyright © 2021 The Apache Software Foundation. All rights reserved.