@Addresses(value={"/subsystem=infinispan/cache-container=*/invalidation-cache=*/store=custom/write=behind","/subsystem=infinispan/cache-container=*/invalidation-cache=*/store=hotrod/write=behind","/subsystem=infinispan/cache-container=*/invalidation-cache=*/store=binary-jdbc/write=behind","/subsystem=infinispan/cache-container=*/invalidation-cache=*/store=file/write=behind","/subsystem=infinispan/cache-container=*/invalidation-cache=*/store=jdbc/write=behind","/subsystem=infinispan/cache-container=*/invalidation-cache=*/store=mixed-jdbc/write=behind","/subsystem=infinispan/cache-container=*/invalidation-cache=*/store=remote/write=behind","/subsystem=infinispan/cache-container=*/local-cache=*/store=custom/write=behind","/subsystem=infinispan/cache-container=*/local-cache=*/store=hotrod/write=behind","/subsystem=infinispan/cache-container=*/local-cache=*/store=binary-jdbc/write=behind","/subsystem=infinispan/cache-container=*/local-cache=*/store=file/write=behind","/subsystem=infinispan/cache-container=*/local-cache=*/store=jdbc/write=behind","/subsystem=infinispan/cache-container=*/local-cache=*/store=mixed-jdbc/write=behind","/subsystem=infinispan/cache-container=*/local-cache=*/store=remote/write=behind","/subsystem=infinispan/cache-container=*/replicated-cache=*/store=custom/write=behind","/subsystem=infinispan/cache-container=*/replicated-cache=*/store=hotrod/write=behind","/subsystem=infinispan/cache-container=*/replicated-cache=*/store=binary-jdbc/write=behind","/subsystem=infinispan/cache-container=*/replicated-cache=*/store=file/write=behind","/subsystem=infinispan/cache-container=*/replicated-cache=*/store=jdbc/write=behind","/subsystem=infinispan/cache-container=*/replicated-cache=*/store=mixed-jdbc/write=behind","/subsystem=infinispan/cache-container=*/replicated-cache=*/store=remote/write=behind","/subsystem=infinispan/cache-container=*/distributed-cache=*/store=custom/write=behind","/subsystem=infinispan/cache-container=*/distributed-cache=*/store=hotrod/write=behind","/subsystem=infinispan/cache-container=*/distributed-cache=*/store=binary-jdbc/write=behind","/subsystem=infinispan/cache-container=*/distributed-cache=*/store=file/write=behind","/subsystem=infinispan/cache-container=*/distributed-cache=*/store=jdbc/write=behind","/subsystem=infinispan/cache-container=*/distributed-cache=*/store=mixed-jdbc/write=behind","/subsystem=infinispan/cache-container=*/distributed-cache=*/store=remote/write=behind","/subsystem=infinispan/cache-container=*/scattered-cache=*/store=custom/write=behind","/subsystem=infinispan/cache-container=*/scattered-cache=*/store=hotrod/write=behind","/subsystem=infinispan/cache-container=*/scattered-cache=*/store=binary-jdbc/write=behind","/subsystem=infinispan/cache-container=*/scattered-cache=*/store=file/write=behind","/subsystem=infinispan/cache-container=*/scattered-cache=*/store=jdbc/write=behind","/subsystem=infinispan/cache-container=*/scattered-cache=*/store=mixed-jdbc/write=behind","/subsystem=infinispan/cache-container=*/scattered-cache=*/store=remote/write=behind"}) @Implicit public class BehindWrite<T extends BehindWrite<T>> extends Object implements Keyed
| 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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@ModelNodeBinding(detypedName="flush-lock-timeout") public Long flushLockTimeout()
public T flushLockTimeout(Long value)
@ModelNodeBinding(detypedName="modification-queue-size") public Integer modificationQueueSize()
public T modificationQueueSize(Integer value)
@ModelNodeBinding(detypedName="shutdown-timeout") public Long shutdownTimeout()
public T shutdownTimeout(Long value)
@ModelNodeBinding(detypedName="thread-pool-size") public Integer threadPoolSize()
Copyright © 2019 JBoss by Red Hat. All rights reserved.