| Package | Description |
|---|---|
| org.wildfly.clustering.ee.cache.function |
| Class and Description |
|---|
| AbstractFunction
Function that operates on an operable object.
|
| AbstractFunctionExternalizer
Externalizer for an
AbstractFunction. |
| CollectionAddFunction
Function that adds an item to a collection.
|
| CollectionFunction
Function that operates on a collection.
|
| CollectionRemoveFunction
Function that removes an item from a collection.
|
| ConcurrentMapPutFunction
Function that puts an entry into a map within a non-transactional cache.
|
| ConcurrentMapRemoveFunction
Function that removes an entry from a map within a non-transactional cache.
|
| ConcurrentSetAddFunction
Function that adds an item to a set within a non-transactional cache.
|
| ConcurrentSetRemoveFunction
Function that removes an item from a set within a non-transactional cache.
|
| CopyOnWriteMapPutFunction
Function that puts an entry into a map within a transactional cache.
|
| CopyOnWriteMapRemoveFunction
Function that removes an entry from a map within a transactional cache.
|
| CopyOnWriteSetAddFunction
Function that adds an item to a set within a transactional cache.
|
| CopyOnWriteSetRemoveFunction
Function that removes an item from a set within a transactional cache.
|
| MapFunction
Function that operates on a map.
|
| MapPutFunction
Function that puts an entry into a map.
|
| MapRemoveFunction
Function that removes an entry from a map.
|
| Operations
Defines operations for creating and copying an operable object.
|
| SetAddFunction
Function that adds an item to a set.
|
| SetRemoveFunction
Function that removes an item from a set.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.