public class ClusterFlowConfig extends Object
| Constructor and Description |
|---|
ClusterFlowConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Long |
getFlowId() |
int |
getSampleCount() |
int |
getStrategy() |
int |
getThresholdType() |
int |
getWindowIntervalMs() |
int |
hashCode() |
boolean |
isFallbackToLocalWhenFail() |
ClusterFlowConfig |
setFallbackToLocalWhenFail(boolean fallbackToLocalWhenFail) |
ClusterFlowConfig |
setFlowId(Long flowId) |
ClusterFlowConfig |
setSampleCount(int sampleCount) |
ClusterFlowConfig |
setStrategy(int strategy) |
ClusterFlowConfig |
setThresholdType(int thresholdType) |
ClusterFlowConfig |
setWindowIntervalMs(int windowIntervalMs) |
String |
toString() |
public Long getFlowId()
public ClusterFlowConfig setFlowId(Long flowId)
public int getThresholdType()
public ClusterFlowConfig setThresholdType(int thresholdType)
public int getStrategy()
public ClusterFlowConfig setStrategy(int strategy)
public boolean isFallbackToLocalWhenFail()
public ClusterFlowConfig setFallbackToLocalWhenFail(boolean fallbackToLocalWhenFail)
public int getSampleCount()
public ClusterFlowConfig setSampleCount(int sampleCount)
public int getWindowIntervalMs()
public ClusterFlowConfig setWindowIntervalMs(int windowIntervalMs)
Copyright © 2019 Alibaba Group. All rights reserved.