public class UnsafeConfiguration extends Object implements Matchable<UnsafeConfiguration>, ConfigurationInfo
UnsafeConfigurationBuilder
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Boolean> |
UNRELIABLE_RETURN_VALUES |
Modifier and Type | Method and Description |
---|---|
AttributeSet |
attributes() |
boolean |
equals(Object o) |
ElementDefinition |
getElementDefinition() |
int |
hashCode() |
String |
toString() |
boolean |
unreliableReturnValues()
Specifies whether Infinispan is allowed to disregard the
Map contract when providing
return values for BasicCache.put(Object, Object) and
BasicCache.remove(Object) methods. |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
subElements
public static final AttributeDefinition<Boolean> UNRELIABLE_RETURN_VALUES
public ElementDefinition getElementDefinition()
getElementDefinition
in interface BaseConfigurationInfo
ElementDefinition
of the configuration.public boolean unreliableReturnValues()
Map
contract when providing
return values for BasicCache.put(Object, Object)
and
BasicCache.remove(Object)
methods.public AttributeSet attributes()
attributes
in interface BaseConfigurationInfo
AttributeSet
declared by the configuration.Copyright © 2021 JBoss by Red Hat. All rights reserved.