|
||||||||||
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
Deprecated. |
Methods in org.infinispan.config that return Configuration.CacheMode | |
---|---|
Configuration.CacheMode |
Configuration.getCacheMode()
Deprecated. |
Configuration.CacheMode |
Configuration.CacheMode.toAsync()
Deprecated. |
Configuration.CacheMode |
Configuration.CacheMode.toSync()
Deprecated. |
static Configuration.CacheMode |
Configuration.CacheMode.valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static Configuration.CacheMode[] |
Configuration.CacheMode.values()
Deprecated. 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 | |
---|---|
FluentConfiguration.ClusteringConfig |
FluentConfiguration.ClusteringConfig.mode(Configuration.CacheMode mode)
Deprecated. Cache mode. |
FluentConfiguration.ClusteringConfig |
Configuration.ClusteringType.mode(Configuration.CacheMode mode)
Deprecated. |
void |
Configuration.setCacheMode(Configuration.CacheMode cacheModeInt)
Deprecated. Use FluentConfiguration.ClusteringConfig.mode(org.infinispan.config.Configuration.CacheMode) instead |
void |
Configuration.ClusteringType.setMode(Configuration.CacheMode mode)
Deprecated. The visibility of this will be reduced, use #mode(CacheMode) |
Constructors in org.infinispan.config with parameters of type Configuration.CacheMode | |
---|---|
Configuration.ClusteringType(Configuration.CacheMode mode)
Deprecated. |
|
--> |