ehcache

Uses of Class
net.sf.ehcache.config.Configuration.Monitoring

Packages that use Configuration.Monitoring
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
static Configuration.Monitoring Configuration.DEFAULT_MONITORING
          Default value for monitoring
 

Methods in net.sf.ehcache.config that return Configuration.Monitoring
 Configuration.Monitoring Configuration.getMonitoring()
          Get monitoring type, should not be null
static Configuration.Monitoring Configuration.Monitoring.valueOf(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
 Configuration Configuration.monitoring(Configuration.Monitoring monitoring)
          Builder to set the monitoring approach
 


ehcache

Copyright 2001-2014, Terracotta, Inc.