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