@InjectProperties(prefix="servicecomb") public class OperationConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
CONSUMER_OP_ANY_PRIORITY |
static List<String> |
CONSUMER_OP_PRIORITY |
static List<String> |
PRODUCER_OP_ANY_PRIORITY |
static List<String> |
PRODUCER_OP_PRIORITY |
| Constructor and Description |
|---|
OperationConfig() |
public boolean isSlowInvocationEnabled()
public void setSlowInvocationEnabled(boolean slowInvocationEnabled)
public long getMsSlowInvocation()
public void setMsSlowInvocation(long msSlowInvocation)
public long getNanoSlowInvocation()
public long getMsRequestTimeout()
public void setMsRequestTimeout(long msRequestTimeout)
public long getNanoRequestWaitInPoolTimeout(String transport)
public void registerRequestWaitInPoolTimeout(String transport, long msTimeout)
public long getMsDefaultRequestWaitInPoolTimeout()
public void setMsDefaultRequestWaitInPoolTimeout(long msDefaultRequestWaitInPoolTimeout)
public long getNanoDefaultRequestWaitInPoolTimeout()
public long getMsHighwayRequestWaitInPoolTimeout()
public void setMsHighwayRequestWaitInPoolTimeout(long msHighwayRequestWaitInPoolTimeout)
public long getNanoHighwayRequestWaitInPoolTimeout()
public long getMsRestRequestWaitInPoolTimeout()
public void setMsRestRequestWaitInPoolTimeout(long msRestRequestWaitInPoolTimeout)
public long getNanoRestRequestWaitInPoolTimeout()
public long getMsInvocationTimeout()
public void setMsInvocationTimeout(long msInvocationTimeout)
public String getGovernanceMatchType()
public void setGovernanceMatchType(String governanceMatchType)
public long getNanoInvocationTimeout()
public boolean isClientRequestHeaderFilterEnabled()
public void setClientRequestHeaderFilterEnabled(boolean clientRequestHeaderFilterEnabled)
public String getTransport()
public void setTransport(String transport)
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.