public interface MutableConfigurationStats
extends org.mule.runtime.extension.api.runtime.config.ConfigurationStats
ConfigurationStats which adds behavior to mutate the state of this instance| Modifier and Type | Method and Description |
|---|---|
int |
addActiveComponent()
Increments the return value of
ConfigurationStats.getActiveComponents() by one |
int |
addInflightOperation()
Deprecated.
Use
addActiveComponent() instead. |
int |
addRunningSource()
Deprecated.
Use
addActiveComponent() instead. |
int |
discountActiveComponent()
Decrements the return value of
ConfigurationStats.getActiveComponents() by one |
int |
discountInflightOperation()
Deprecated.
Use
discountActiveComponent() instead. |
int |
discountRunningSource()
Deprecated.
Use
discountActiveComponent() instead. |
long |
updateLastUsed()
Updates the value of
ConfigurationStats.getLastUsedMillis() |
long updateLastUsed()
ConfigurationStats.getLastUsedMillis()@Deprecated int addInflightOperation()
addActiveComponent() instead.ConfigurationStats.getInflightOperations() by one@Deprecated int discountInflightOperation()
discountActiveComponent() instead.ConfigurationStats.getInflightOperations() by one@Deprecated int addRunningSource()
addActiveComponent() instead.ConfigurationStats.getRunningSources() by one@Deprecated int discountRunningSource()
discountActiveComponent() instead.ConfigurationStats.getRunningSources() by oneint addActiveComponent()
ConfigurationStats.getActiveComponents() by oneint discountActiveComponent()
ConfigurationStats.getActiveComponents() by oneCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.