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 |
addInflightOperation()
Increments the return value of
ConfigurationStats.getInflightOperations() by one |
int |
addRunningSource()
Increments the return value of
ConfigurationStats.getRunningSources() by one |
int |
discountInflightOperation()
Decrements the return value of
ConfigurationStats.getInflightOperations() by one |
int |
discountRunningSource()
Decrements the return value of
ConfigurationStats.getRunningSources() by one |
long |
updateLastUsed()
Updates the value of
ConfigurationStats.getLastUsedMillis() |
long updateLastUsed()
ConfigurationStats.getLastUsedMillis()int addInflightOperation()
ConfigurationStats.getInflightOperations() by oneint discountInflightOperation()
ConfigurationStats.getInflightOperations() by oneint addRunningSource()
ConfigurationStats.getRunningSources() by oneint discountRunningSource()
ConfigurationStats.getRunningSources() by oneCopyright © 2003–2020 MuleSoft, Inc.. All rights reserved.