|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration.CacheMode | |
---|---|
org.infinispan.config | Cache configuration beans and parsers. |
Uses of Configuration.CacheMode in org.infinispan.config |
---|
Fields in org.infinispan.config declared as Configuration.CacheMode | |
---|---|
protected Configuration.CacheMode |
Configuration.ClusteringType.mode
|
Methods in org.infinispan.config that return Configuration.CacheMode | |
---|---|
Configuration.CacheMode |
Configuration.getCacheMode()
|
Configuration.CacheMode |
Configuration.CacheMode.toAsync()
|
Configuration.CacheMode |
Configuration.CacheMode.toSync()
|
static Configuration.CacheMode |
Configuration.CacheMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Configuration.CacheMode[] |
Configuration.CacheMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.infinispan.config with parameters of type Configuration.CacheMode | |
---|---|
void |
Configuration.setCacheMode(Configuration.CacheMode cacheModeInt)
Cache mode. |
void |
Configuration.ClusteringType.setMode(Configuration.CacheMode mode)
|
Constructors in org.infinispan.config with parameters of type Configuration.CacheMode | |
---|---|
Configuration.ClusteringType(Configuration.CacheMode mode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |