Uses of Class
org.infinispan.commons.configuration.attributes.Attribute
Packages that use Attribute
Package
Description
Persistence API.
-
Uses of Attribute in org.infinispan.commons.configuration.attributes
Methods in org.infinispan.commons.configuration.attributes that return AttributeModifier and TypeMethodDescription<T> Attribute
<T> Returns the named attribute<T> Attribute
<T> Returns the named attribute<T> Attribute
<T> AttributeSet.attribute
(AttributeDefinition<T> def) Returns the attribute identified by the suppliedAttributeDefinition
Attribute.clone()
Attribute
<?> ConfigurationElement.findAttribute
(String name) Attribute.protect()
AttributeDefinition.toAttribute()
Methods in org.infinispan.commons.configuration.attributes that return types with arguments of type AttributeMethods in org.infinispan.commons.configuration.attributes with parameters of type AttributeModifier and TypeMethodDescriptionvoid
AttributeListener.attributeChanged
(Attribute<T> attribute, T oldValue) void
AttributeSet.attributeChanged
(Attribute<Object> attribute, Object oldValue) protected static ConfigurationElement
<?> boolean
Compares this attribute to another attribute taking into account theAttributeDefinition.isGlobal()
flag.boolean
void
void
void
Updates this attribute with the value of the other attribute only if the attribute is mutable and the other has been modified from its default valuevoid
Attribute.validateUpdate
(String parentName, Attribute<T> other) -
Uses of Attribute in org.infinispan.persistence
Methods in org.infinispan.persistence with parameters of type AttributeModifier and TypeMethodDescriptionstatic void
PersistenceUtil.validateGlobalStateStoreLocation
(GlobalConfiguration globalConfiguration, String storeType, Attribute<?>... attributes)