Uses of Enum Class
org.restheart.mongodb.MongoServiceConfiguration.METRICS_GATHERING_LEVEL
Packages that use MongoServiceConfiguration.METRICS_GATHERING_LEVEL
-
Uses of MongoServiceConfiguration.METRICS_GATHERING_LEVEL in org.restheart.mongodb
Methods in org.restheart.mongodb that return MongoServiceConfiguration.METRICS_GATHERING_LEVELModifier and TypeMethodDescriptionMongoServiceConfiguration.getMetricsGatheringLevel()Deprecated.will be removed in RH v8.0Deprecated.Returns the enum constant of this class with the specified name.MongoServiceConfiguration.METRICS_GATHERING_LEVEL.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.restheart.mongodb with parameters of type MongoServiceConfiguration.METRICS_GATHERING_LEVELModifier and TypeMethodDescriptionbooleanMongoServiceConfiguration.gatheringAboveOrEqualToLevel(MongoServiceConfiguration.METRICS_GATHERING_LEVEL level) Deprecated.will be removed in RH v8.0 decides whether metrics are gathered at the given log level or not