public class WriteBehind<T extends WriteBehind> extends Object
| Constructor and Description |
|---|
WriteBehind() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
Integer |
modificationQueueSize()
Maximum number of entries in the asynchronous queue.
|
T |
modificationQueueSize(Integer value)
Maximum number of entries in the asynchronous queue.
|
Integer |
threadPoolSize()
Size of the thread pool whose threads are responsible for applying the modifications to the cache store.
|
T |
threadPoolSize(Integer value)
Size of the thread pool whose threads are responsible for applying the modifications to the cache store.
|
public String getKey()
public Integer modificationQueueSize()
public T modificationQueueSize(Integer value)
public Integer threadPoolSize()
Copyright © 2015 JBoss by Red Hat. All rights reserved.