Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
Modifier and Type | Field and Description |
---|---|
static Configuration.Monitoring |
Configuration.DEFAULT_MONITORING
Default value for monitoring
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.monitoring(Configuration.Monitoring monitoring)
Builder to set the monitoring approach
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.