public class AsyncStoreConfiguration extends Object implements ConfigurationInfo
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Boolean> |
ENABLED |
static AttributeDefinition<Boolean> |
FAIL_SILENTLY |
static AttributeDefinition<Integer> |
MODIFICATION_QUEUE_SIZE |
static AttributeDefinition<Integer> |
THREAD_POOL_SIZE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AttributeSet |
attributes() |
boolean |
enabled()
If true, all modifications to this cache store happen asynchronously, on a separate thread.
|
boolean |
equals(Object obj) |
boolean |
failSilently() |
ElementDefinition |
getElementDefinition() |
int |
hashCode() |
int |
modificationQueueSize()
Sets the size of the modification queue for the async store.
|
int |
threadPoolSize()
Deprecated.
since 11.0 with no replacement as the thread pool is no longer used
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
subElements
public static final AttributeDefinition<Boolean> ENABLED
public static final AttributeDefinition<Integer> MODIFICATION_QUEUE_SIZE
@Deprecated public static final AttributeDefinition<Integer> THREAD_POOL_SIZE
public static final AttributeDefinition<Boolean> FAIL_SILENTLY
public ElementDefinition getElementDefinition()
getElementDefinition
in interface BaseConfigurationInfo
ElementDefinition
of the configuration.public boolean enabled()
public int modificationQueueSize()
@Deprecated public int threadPoolSize()
public boolean failSilently()
public AttributeSet attributes()
attributes
in interface BaseConfigurationInfo
AttributeSet
declared by the configuration.Copyright © 2021 JBoss by Red Hat. All rights reserved.