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