Uses of Class
org.infinispan.commons.configuration.attributes.Attribute
Package
Description
Persistence API.
-
Uses of Attribute in org.infinispan.commons.configuration.attributes
Modifier and TypeMethodDescriptionAttribute.addListener
(AttributeListener<T> listener) <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.fromString
(String value) Attribute.protect()
Attribute.removeListener
(Predicate<AttributeListener<T>> filter) Attribute.removeListener
(AttributeListener<T> listener) Attribute.reset()
Attribute.setImplied
(T value) AttributeDefinition.toAttribute()
Modifier 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
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
Modifier and TypeMethodDescriptionstatic void
PersistenceUtil.validateGlobalStateStoreLocation
(GlobalConfiguration globalConfiguration, String storeType, Attribute<?>... attributes)