public interface RequestTracingServiceConfiguration extends org.jvnet.hk2.config.ConfigBeanProxy, ConfigExtension
| Modifier and Type | Interface and Description |
|---|---|
static class |
RequestTracingServiceConfiguration.Duck |
| Modifier and Type | Method and Description |
|---|---|
void |
enabled(String value) |
String |
getEnabled() |
String |
getHistoricalTraceEnabled() |
String |
getHistoricalTraceStoreSize() |
String |
getHistoricalTraceStoreTimeout() |
<T extends Notifier> |
getNotifierByType(Class type) |
List<Notifier> |
getNotifierList() |
String |
getThresholdUnit() |
String |
getThresholdValue() |
void |
setHistoricalTraceEnabled(String value) |
void |
setHistoricalTraceStoreSize(String value) |
void |
setHistoricalTraceStoreTimeout(String value) |
void |
setThresholdUnit(String value) |
void |
setThresholdValue(String value) |
String getEnabled()
void enabled(String value) throws PropertyVetoException
PropertyVetoException@Min(value=0L) String getThresholdValue()
void setThresholdValue(String value) throws PropertyVetoException
PropertyVetoExceptionString getThresholdUnit()
void setThresholdUnit(String value) throws PropertyVetoException
PropertyVetoExceptionString getHistoricalTraceEnabled()
void setHistoricalTraceEnabled(String value) throws PropertyVetoException
PropertyVetoException@Min(value=0L) String getHistoricalTraceStoreSize()
void setHistoricalTraceStoreSize(String value) throws PropertyVetoException
PropertyVetoExceptionString getHistoricalTraceStoreTimeout()
void setHistoricalTraceStoreTimeout(String value) throws PropertyVetoException
PropertyVetoExceptionCopyright © 2017. All rights reserved.