Interface ConfigurationStats
@NoImplement
public interface ConfigurationStats
Usage statistics about a
ConfigurationInstance.
Implementations of this interface are to be thread-safe- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault intintDeprecated.longdefault intDeprecated.UsegetActiveComponents()instead.
-
Method Details
-
getLastUsedMillis
long getLastUsedMillis()- Returns:
- The last time in milliseconds that the referenced configuration was used or referenced
-
getInflightOperations
Deprecated.UsegetActiveComponents()instead.- Returns:
- How many currently executing operations are making use of the referenced configuration
-
getRunningSources
Deprecated.UsegetActiveComponents()instead.- Returns:
- How many currently running sources are making use of the referenced configuration
- Since:
- 1.1.6 1.2.2 1.3.0
-
getActiveComponents
default int getActiveComponents()- Returns:
- How many currently active components are making use of the referenced configuration (could be running sources, in-flight operations, open streams or paging providers, etc.)
- Since:
- 1.2.3 1.3.1 1.4.0
-
getActiveComponents()instead.