public class PersistenceConfiguration extends Object implements Matchable<PersistenceConfiguration>
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Boolean> |
PASSIVATION |
Modifier and Type | Method and Description |
---|---|
AttributeSet |
attributes() |
boolean |
equals(Object obj) |
Boolean |
fetchPersistentState()
Loops through all individual cache loader configs and checks if fetchPersistentState is set on
any of them
|
int |
hashCode() |
boolean |
passivation()
If true, data is only written to the cache store when it is evicted from memory, a phenomenon
known as 'passivation'.
|
Boolean |
preload()
Loops through all individual cache loader configs and checks if preload is set on
any of them
|
List<StoreConfiguration> |
stores() |
String |
toString() |
boolean |
usingAsyncStore() |
boolean |
usingStores() |
public static final AttributeDefinition<Boolean> PASSIVATION
public boolean passivation()
public List<StoreConfiguration> stores()
public Boolean fetchPersistentState()
public Boolean preload()
public boolean usingStores()
public boolean usingAsyncStore()
public AttributeSet attributes()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.