Interface StatisticsConfigurable
-
- All Known Implementing Classes:
AspectConfiguration
public interface StatisticsConfigurableCapability of configure statistics
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisableStatistics()To disable statisticsvoiddisableTracing()To disable tracingvoidenableStatistics()To enable statisticsvoidenableTracing()To enable tracingIntegergetHashCode()StringgetUniqueId()booleanisStatisticsEnable()Whether statistics has been enabledbooleanisTracingEnabled()Whether Tracing has been enabledvoidsetHashCode(String hashCode)voidsetUniqueId(String uniqueId)
-
-
-
Method Detail
-
isStatisticsEnable
boolean isStatisticsEnable()
Whether statistics has been enabled- Returns:
- True if enable , o.w , false
-
disableStatistics
void disableStatistics()
To disable statistics
-
enableStatistics
void enableStatistics()
To enable statistics
-
isTracingEnabled
boolean isTracingEnabled()
Whether Tracing has been enabled- Returns:
- True if enable , else false
-
disableTracing
void disableTracing()
To disable tracing
-
enableTracing
void enableTracing()
To enable tracing
-
getUniqueId
String getUniqueId()
-
setUniqueId
void setUniqueId(String uniqueId)
-
setHashCode
void setHashCode(String hashCode)
-
getHashCode
Integer getHashCode()
-
-