public class BehindWrite<T extends BehindWrite<T>> extends Object
Constructor and Description |
---|
BehindWrite() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Long |
flushLockTimeout()
Timeout to acquire the lock which guards the state to be flushed to the
cache store periodically.
|
T |
flushLockTimeout(Long value)
Timeout to acquire the lock which guards the state to be flushed to the
cache store periodically.
|
String |
getKey() |
Integer |
modificationQueueSize()
Maximum number of entries in the asynchronous queue.
|
T |
modificationQueueSize(Integer value)
Maximum number of entries in the asynchronous queue.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
Long |
shutdownTimeout()
Timeout in milliseconds to stop the cache store.
|
T |
shutdownTimeout(Long value)
Timeout in milliseconds to stop the cache store.
|
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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Long flushLockTimeout()
public T flushLockTimeout(Long value)
public Integer modificationQueueSize()
public T modificationQueueSize(Integer value)
public Long shutdownTimeout()
public T shutdownTimeout(Long value)
public Integer threadPoolSize()
Copyright © 2019 JBoss by Red Hat. All rights reserved.