Index

A C D E F G I J O U V 
All Classes and Interfaces|All Packages|Serialized Form

A

asBoolean() - Method in enum class org.ehcache.jsr107.config.ConfigurationElementState
 

C

ConfigurationElementState - Enum Class in org.ehcache.jsr107.config
ConfigurationElementState

D

DISABLED - Enum constant in enum class org.ehcache.jsr107.config.ConfigurationElementState
Indicates the configuration disabled the option

E

Eh107Configuration<K,V> - Class in org.ehcache.jsr107
Abstract Configuration implementation that enables building a JSR-107 compatible configuration from a native Ehcache CacheConfiguration.
Eh107Configuration() - Constructor for class org.ehcache.jsr107.Eh107Configuration
 
ENABLED - Enum constant in enum class org.ehcache.jsr107.config.ConfigurationElementState
Indicates the configuration enabled the option

F

fromEhcacheCacheConfiguration(Builder<? extends CacheConfiguration<K, V>>) - Static method in class org.ehcache.jsr107.Eh107Configuration
Creates a new JSR-107 Configuration from the provided CacheConfiguration obtained through a Builder.
fromEhcacheCacheConfiguration(CacheConfiguration<K, V>) - Static method in class org.ehcache.jsr107.Eh107Configuration
Creates a new JSR-107 Configuration from the provided CacheConfiguration.

G

getServiceType() - Method in class org.ehcache.jsr107.config.Jsr107CacheConfiguration
 

I

isManagementEnabled() - Method in class org.ehcache.jsr107.config.Jsr107CacheConfiguration
Indicates if management is to be enabled.
isStatisticsEnabled() - Method in class org.ehcache.jsr107.config.Jsr107CacheConfiguration
Indicates if statistics are to be enabled.

J

Jsr107CacheConfiguration - Class in org.ehcache.jsr107.config
Jsr107CacheConfiguration
Jsr107CacheConfiguration(ConfigurationElementState, ConfigurationElementState) - Constructor for class org.ehcache.jsr107.config.Jsr107CacheConfiguration
 

O

org.ehcache.jsr107 - package org.ehcache.jsr107
 
org.ehcache.jsr107.config - package org.ehcache.jsr107.config
 

U

UNSPECIFIED - Enum constant in enum class org.ehcache.jsr107.config.ConfigurationElementState
Indicates the configuration did not specify a value
unwrap(Class<T>) - Method in class org.ehcache.jsr107.Eh107Configuration
Enables to unwrap the underlying configuration.

V

valueOf(String) - Static method in enum class org.ehcache.jsr107.config.ConfigurationElementState
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.ehcache.jsr107.config.ConfigurationElementState
Returns an array containing the constants of this enum class, in the order they are declared.
A C D E F G I J O U V 
All Classes and Interfaces|All Packages|Serialized Form