| Package | Description |
|---|---|
| org.wildfly.clustering.ee.cache.function |
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentMapPutFunction<K,V>
Function that puts an entry into a map within a non-transactional cache.
|
class |
ConcurrentMapRemoveFunction<K,V>
Function that removes an entry from a map within a non-transactional cache.
|
class |
CopyOnWriteMapPutFunction<K,V>
Function that puts an entry into a map within a transactional cache.
|
class |
CopyOnWriteMapRemoveFunction<K,V>
Function that removes an entry from a map within a transactional cache.
|
class |
MapPutFunction<K,V>
Function that puts an entry into a map.
|
class |
MapRemoveFunction<K,V>
Function that removes an entry from a map.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.