Uses of Class
net.sf.ehcache.config.Configuration.Monitoring
-
Packages that use Configuration.Monitoring Package Description net.sf.ehcache.config This package contains the cache configuration code. -
-
Uses of Configuration.Monitoring in net.sf.ehcache.config
Fields in net.sf.ehcache.config declared as Configuration.Monitoring Modifier and Type Field Description static Configuration.MonitoringConfiguration. DEFAULT_MONITORINGDefault value for monitoringMethods in net.sf.ehcache.config that return Configuration.Monitoring Modifier and Type Method Description Configuration.MonitoringConfiguration. getMonitoring()Get monitoring type, should not be nullstatic Configuration.MonitoringConfiguration.Monitoring. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Configuration.Monitoring[]Configuration.Monitoring. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.ehcache.config with parameters of type Configuration.Monitoring Modifier and Type Method Description ConfigurationConfiguration. monitoring(Configuration.Monitoring monitoring)Builder to set the monitoring approach
-