Uses of Class
org.restheart.mongodb.MongoServiceConfiguration.METRICS_GATHERING_LEVEL
-
Packages that use MongoServiceConfiguration.METRICS_GATHERING_LEVEL Package Description org.restheart.mongodb Main classes to bootstrap RESTHeart -
-
Uses of MongoServiceConfiguration.METRICS_GATHERING_LEVEL in org.restheart.mongodb
Methods in org.restheart.mongodb that return MongoServiceConfiguration.METRICS_GATHERING_LEVEL Modifier and Type Method Description MongoServiceConfiguration.METRICS_GATHERING_LEVELMongoServiceConfiguration. getMetricsGatheringLevel()static MongoServiceConfiguration.METRICS_GATHERING_LEVELMongoServiceConfiguration.METRICS_GATHERING_LEVEL. valueOf(String name)Returns the enum constant of this type with the specified name.static MongoServiceConfiguration.METRICS_GATHERING_LEVEL[]MongoServiceConfiguration.METRICS_GATHERING_LEVEL. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.restheart.mongodb with parameters of type MongoServiceConfiguration.METRICS_GATHERING_LEVEL Modifier and Type Method Description booleanMongoServiceConfiguration. gatheringAboveOrEqualToLevel(MongoServiceConfiguration.METRICS_GATHERING_LEVEL level)decides whether metrics are gathered at the given log level or not
-