public class BehindWrite extends Object
| Constructor and Description |
|---|
BehindWrite() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
Integer |
modificationQueueSize()
Maximum number of entries in the asynchronous queue.
|
BehindWrite |
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.
|
BehindWrite |
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 BehindWrite modificationQueueSize(Integer value)
public Integer threadPoolSize()
public BehindWrite threadPoolSize(Integer value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.