public class RequestTracingExecutionOptions extends Object
| Constructor and Description |
|---|
RequestTracingExecutionOptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNotifierExecutionOption(NotifierExecutionOptions notifierExecutionOptions) |
Integer |
getHistoricalTraceStoreSize() |
Long |
getHistoricalTraceTimeout() |
Map<NotifierType,NotifierExecutionOptions> |
getNotifierExecutionOptionsList() |
TimeUnit |
getThresholdUnit() |
Long |
getThresholdValue() |
boolean |
isEnabled() |
boolean |
isHistoricalTraceEnabled() |
void |
removeNotifierExecutionOption(NotifierExecutionOptions notifierExecutionOptions) |
void |
resetNotifierExecutionOptions() |
void |
setEnabled(boolean enabled) |
void |
setHistoricalTraceEnabled(boolean historicalTraceEnabled) |
void |
setHistoricalTraceStoreSize(Integer historicalTraceStoreSize) |
void |
setHistoricalTraceTimeout(Long historicalTraceTimeout) |
void |
setThresholdUnit(TimeUnit thresholdUnit) |
void |
setThresholdValue(Long thresholdValue) |
String |
toString() |
public void addNotifierExecutionOption(NotifierExecutionOptions notifierExecutionOptions)
public void removeNotifierExecutionOption(NotifierExecutionOptions notifierExecutionOptions)
public void resetNotifierExecutionOptions()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public Long getThresholdValue()
public void setThresholdValue(Long thresholdValue)
public TimeUnit getThresholdUnit()
public void setThresholdUnit(TimeUnit thresholdUnit)
public boolean isHistoricalTraceEnabled()
public void setHistoricalTraceEnabled(boolean historicalTraceEnabled)
public Integer getHistoricalTraceStoreSize()
public void setHistoricalTraceStoreSize(Integer historicalTraceStoreSize)
public Long getHistoricalTraceTimeout()
public void setHistoricalTraceTimeout(Long historicalTraceTimeout)
public Map<NotifierType,NotifierExecutionOptions> getNotifierExecutionOptionsList()
Copyright © 2017. All rights reserved.