| 限定符和类型 | 类和说明 |
|---|---|
static class |
SentinelProperties.Filter |
static class |
SentinelProperties.Flow |
static class |
SentinelProperties.Log |
static class |
SentinelProperties.Metric |
static class |
SentinelProperties.Servlet |
static class |
SentinelProperties.Transport |
| 构造器和说明 |
|---|
SentinelProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBlockPage() |
Map<String,DataSourcePropertiesConfiguration> |
getDatasource() |
SentinelProperties.Filter |
getFilter() |
SentinelProperties.Flow |
getFlow() |
Boolean |
getHttpMethodSpecify() |
SentinelProperties.Log |
getLog() |
SentinelProperties.Metric |
getMetric() |
SentinelProperties.Servlet |
getServlet() |
SentinelProperties.Transport |
getTransport() |
boolean |
isEager() |
boolean |
isEnabled() |
void |
setBlockPage(String blockPage) |
void |
setDatasource(Map<String,DataSourcePropertiesConfiguration> datasource) |
void |
setEager(boolean eager) |
void |
setEnabled(boolean enabled) |
void |
setFilter(SentinelProperties.Filter filter) |
void |
setFlow(SentinelProperties.Flow flow) |
void |
setHttpMethodSpecify(Boolean httpMethodSpecify) |
void |
setLog(SentinelProperties.Log log) |
void |
setMetric(SentinelProperties.Metric metric) |
void |
setServlet(SentinelProperties.Servlet servlet) |
void |
setTransport(SentinelProperties.Transport transport) |
public boolean isEager()
public void setEager(boolean eager)
public SentinelProperties.Flow getFlow()
public void setFlow(SentinelProperties.Flow flow)
public SentinelProperties.Transport getTransport()
public void setTransport(SentinelProperties.Transport transport)
public SentinelProperties.Metric getMetric()
public void setMetric(SentinelProperties.Metric metric)
public SentinelProperties.Servlet getServlet()
public void setServlet(SentinelProperties.Servlet servlet)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public SentinelProperties.Filter getFilter()
public void setFilter(SentinelProperties.Filter filter)
public Map<String,DataSourcePropertiesConfiguration> getDatasource()
public void setDatasource(Map<String,DataSourcePropertiesConfiguration> datasource)
public SentinelProperties.Log getLog()
public void setLog(SentinelProperties.Log log)
public Boolean getHttpMethodSpecify()
public void setHttpMethodSpecify(Boolean httpMethodSpecify)
public String getBlockPage()
public void setBlockPage(String blockPage)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.