public class ShenyuServiceInstanceLists
extends java.lang.Object
| 构造器和说明 |
|---|
ShenyuServiceInstanceLists()
Instantiates a new Shenyu service instance lists.
|
ShenyuServiceInstanceLists(java.util.concurrent.CopyOnWriteArrayList<ShenyuServiceInstance> shenyuServiceInstances,
java.lang.String appName)
Instantiates a new Shenyu service instance lists.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getAppName()
Gets app name.
|
java.util.List<ShenyuServiceInstance> |
getCopyInstances()
Get instance copy.
|
java.util.concurrent.CopyOnWriteArrayList<ShenyuServiceInstance> |
getShenyuServiceInstances()
Gets shenyu service instances.
|
void |
setAppName(java.lang.String appName)
Sets app name.
|
void |
setShenyuServiceInstances(java.util.concurrent.CopyOnWriteArrayList<ShenyuServiceInstance> shenyuServiceInstances)
Sets shenyu service instances.
|
public ShenyuServiceInstanceLists()
public ShenyuServiceInstanceLists(java.util.concurrent.CopyOnWriteArrayList<ShenyuServiceInstance> shenyuServiceInstances, java.lang.String appName)
shenyuServiceInstances - the shenyu service instancesappName - the app namepublic java.util.concurrent.CopyOnWriteArrayList<ShenyuServiceInstance> getShenyuServiceInstances()
public void setShenyuServiceInstances(java.util.concurrent.CopyOnWriteArrayList<ShenyuServiceInstance> shenyuServiceInstances)
shenyuServiceInstances - the shenyu service instancespublic java.lang.String getAppName()
public void setAppName(java.lang.String appName)
appName - the app namepublic java.util.List<ShenyuServiceInstance> getCopyInstances()
Copyright © 2021 The Apache Software Foundation. All rights reserved.