public class AsyncStoreConfiguration extends Object
Modifier and Type | Field and Description |
---|---|
static AttributeDefinition<Boolean> |
ENABLED |
static AttributeDefinition<Integer> |
MODIFICATION_QUEUE_SIZE |
static AttributeDefinition<Integer> |
THREAD_POOL_SIZE |
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) |
long |
flushLockTimeout()
Deprecated.
|
AsyncStoreConfiguration |
flushLockTimeout(long l)
Deprecated.
|
int |
hashCode() |
int |
modificationQueueSize()
Sets the size of the modification queue for the async store.
|
long |
shutdownTimeout()
Deprecated.
|
AsyncStoreConfiguration |
shutdownTimeout(long l)
Deprecated.
|
int |
threadPoolSize()
Size of the thread pool whose threads are responsible for applying the modifications.
|
String |
toString() |
public static final AttributeDefinition<Boolean> ENABLED
public static final AttributeDefinition<Integer> MODIFICATION_QUEUE_SIZE
public static final AttributeDefinition<Integer> THREAD_POOL_SIZE
public boolean enabled()
@Deprecated public long flushLockTimeout()
@Deprecated public AsyncStoreConfiguration flushLockTimeout(long l)
public int modificationQueueSize()
@Deprecated public long shutdownTimeout()
@Deprecated public AsyncStoreConfiguration shutdownTimeout(long l)
public int threadPoolSize()
public AttributeSet attributes()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.