@Join
public class EtcdInstanceRegisterRepository
extends java.lang.Object
implements org.apache.shenyu.registry.api.ShenyuInstanceRegisterRepository
| Constructor and Description |
|---|
EtcdInstanceRegisterRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
init(org.apache.shenyu.registry.api.config.RegisterConfig config) |
void |
persistInstance(org.apache.shenyu.registry.api.entity.InstanceEntity instance) |
java.util.List<org.apache.shenyu.registry.api.entity.InstanceEntity> |
selectInstances(java.lang.String selectKey) |
public void init(org.apache.shenyu.registry.api.config.RegisterConfig config)
init in interface org.apache.shenyu.registry.api.ShenyuInstanceRegisterRepositorypublic void persistInstance(org.apache.shenyu.registry.api.entity.InstanceEntity instance)
persistInstance in interface org.apache.shenyu.registry.api.ShenyuInstanceRegisterRepositorypublic java.util.List<org.apache.shenyu.registry.api.entity.InstanceEntity> selectInstances(java.lang.String selectKey)
selectInstances in interface org.apache.shenyu.registry.api.ShenyuInstanceRegisterRepositorypublic void close()
close in interface org.apache.shenyu.registry.api.ShenyuInstanceRegisterRepositoryCopyright © 2024 The Apache Software Foundation. All rights reserved.