Package | Description |
---|---|
org.infinispan.commons.configuration.attributes | |
org.infinispan.persistence |
Persistence API.
|
Modifier and Type | Method and Description |
---|---|
<T> Attribute<T> |
AttributeSet.attribute(AttributeDefinition<T> def)
Returns the attribute identified by the supplied
AttributeDefinition |
<T> Attribute<T> |
AttributeSet.attribute(String name)
Returns the named attribute
|
protected Attribute<T> |
Attribute.clone() |
Attribute<T> |
Attribute.protect() |
Attribute<T> |
AttributeDefinition.toAttribute() |
Modifier and Type | Method and Description |
---|---|
Collection<Attribute<?>> |
AttributeSet.attributes() |
Modifier and Type | Method and Description |
---|---|
void |
AttributeSet.attributeChanged(Attribute<Object> attribute,
Object oldValue) |
void |
AttributeListener.attributeChanged(Attribute<T> attribute,
T oldValue) |
String |
AttributeSerializer.getSerializationName(Attribute<T> attribute,
U configurationElement) |
String |
DefaultSerializer.getSerializationName(Attribute<T> attribute,
U configurationElement) |
Object |
NullAttributeSerializer.getSerializationValue(Attribute<Object> attribute,
ConfigurationInfo configurationElement) |
Object |
AttributeSerializer.getSerializationValue(Attribute<T> attribute,
U configurationElement) |
boolean |
Attribute.matches(Attribute<?> other)
Compares this attribute to another attribute taking into account the
AttributeDefinition.isGlobal() flag. |
void |
Attribute.read(Attribute<T> other) |
Modifier and Type | Method and Description |
---|---|
static void |
PersistenceUtil.validateGlobalStateStoreLocation(GlobalConfiguration globalConfiguration,
String storeType,
Attribute<?>... attributes) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.