public class ShenyuConfig
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ShenyuConfig.CrossFilterConfig
The Cross Filter Config.
|
static class |
ShenyuConfig.ExcludePath
The type Exclude path.
|
static class |
ShenyuConfig.ExtPlugin
The type Ext plugin.
|
static class |
ShenyuConfig.FileConfig
The type File config.
|
static class |
ShenyuConfig.Scheduler
The type Scheduler.
|
static class |
ShenyuConfig.SwitchConfig
The type Switch config.
|
static class |
ShenyuConfig.UpstreamCheck
The type Upstream check.
|
| 构造器和说明 |
|---|
ShenyuConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
ShenyuConfig.CrossFilterConfig |
getCross()
Gets cross.
|
ShenyuConfig.ExcludePath |
getExclude()
Gets exclude.
|
ShenyuConfig.ExtPlugin |
getExtPlugin()
Gets ext plugin.
|
ShenyuConfig.FileConfig |
getFile()
Gets file.
|
ShenyuConfig.Scheduler |
getScheduler()
Gets scheduler.
|
ShenyuConfig.SwitchConfig |
getSwitchConfig()
Gets switch config.
|
ShenyuConfig.UpstreamCheck |
getUpstreamCheck()
Gets upstream check.
|
void |
setCross(ShenyuConfig.CrossFilterConfig cross)
Sets cross.
|
void |
setExclude(ShenyuConfig.ExcludePath exclude)
Sets exclude.
|
void |
setExtPlugin(ShenyuConfig.ExtPlugin extPlugin)
Sets ext plugin.
|
void |
setFile(ShenyuConfig.FileConfig file)
Sets file.
|
void |
setScheduler(ShenyuConfig.Scheduler scheduler)
Sets scheduler.
|
void |
setSwitchConfig(ShenyuConfig.SwitchConfig switchConfig)
Sets switch config.
|
void |
setUpstreamCheck(ShenyuConfig.UpstreamCheck upstreamCheck)
Sets upstream check.
|
public ShenyuConfig.SwitchConfig getSwitchConfig()
public void setSwitchConfig(ShenyuConfig.SwitchConfig switchConfig)
switchConfig - the switch configpublic ShenyuConfig.Scheduler getScheduler()
public void setScheduler(ShenyuConfig.Scheduler scheduler)
scheduler - the schedulerpublic ShenyuConfig.ExtPlugin getExtPlugin()
public void setExtPlugin(ShenyuConfig.ExtPlugin extPlugin)
extPlugin - the ext pluginpublic ShenyuConfig.FileConfig getFile()
public void setFile(ShenyuConfig.FileConfig file)
file - the filepublic ShenyuConfig.ExcludePath getExclude()
public void setExclude(ShenyuConfig.ExcludePath exclude)
exclude - the excludepublic ShenyuConfig.UpstreamCheck getUpstreamCheck()
public void setUpstreamCheck(ShenyuConfig.UpstreamCheck upstreamCheck)
upstreamCheck - the upstream checkpublic ShenyuConfig.CrossFilterConfig getCross()
public void setCross(ShenyuConfig.CrossFilterConfig cross)
cross - the crossCopyright © 2021 The Apache Software Foundation. All rights reserved.