public class BehindWrite<T extends BehindWrite<T>> extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BehindWrite() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
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
|
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.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Integer modificationQueueSize()
public T modificationQueueSize(Integer value)
public Integer threadPoolSize()
Copyright © 2017 JBoss by Red Hat. All rights reserved.