Class Configuration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<Configuration>
org.infinispan.configuration.cache.Configuration
- All Implemented Interfaces:
org.infinispan.commons.configuration.attributes.Matchable<Configuration>
,org.infinispan.commons.configuration.attributes.Updatable<Configuration>
,BasicConfiguration
public class Configuration
extends org.infinispan.commons.configuration.attributes.ConfigurationElement<Configuration>
implements BasicConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.infinispan.commons.configuration.attributes.AttributeDefinition<Boolean>
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.infinispan.commons.configuration.attributes.AttributeSet
Deprecated.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptorsencoding()
boolean
int
hashCode()
indexing()
boolean
Deprecated.since 10.1.3 usestatistics()
instead.locking()
boolean
matches
(Configuration other) memory()
<T> T
modules()
security()
boolean
sites()
toString()
toXMLString
(String name) Converts this configuration to its XML representation.unsafe()
Methods inherited from interface org.infinispan.commons.configuration.BasicConfiguration
toXMLString
-
Field Details
-
SIMPLE_CACHE
public static final org.infinispan.commons.configuration.attributes.AttributeDefinition<Boolean> SIMPLE_CACHE
-
-
Method Details
-
attributeDefinitionSet
public static org.infinispan.commons.configuration.attributes.AttributeSet attributeDefinitionSet() -
simpleCache
public boolean simpleCache() -
clustering
-
customInterceptors
Deprecated.Since 10.0, custom interceptors support will be removed and only modules will be able to define interceptors -
encoding
-
expiration
-
indexing
-
invocationBatching
-
statistics
-
jmxStatistics
Deprecated.since 10.1.3 usestatistics()
instead. This will be removed in next major version. -
persistence
-
locking
-
memory
-
module
-
modules
-
transaction
-
unsafe
-
security
-
sites
-
isTemplate
public boolean isTemplate() -
toString
-
hashCode
public int hashCode() -
equals
-
matches
-
toXMLString
Description copied from interface:BasicConfiguration
Converts this configuration to its XML representation. The name of the configuration in the XML will be the one supplied in the argument.- Specified by:
toXMLString
in interfaceBasicConfiguration
- Returns:
- a String containing the XML representation of an Infinispan configuration using the Infinispan schema.
-