| Package | Description |
|---|---|
| org.wildfly.clustering.ee.cache.function |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionAddFunction<V,C extends Collection<V>>
Function that adds an item to a collection.
|
class |
CollectionRemoveFunction<V,C extends Collection<V>>
Function that removes an item from a collection.
|
class |
ConcurrentSetAddFunction<V>
Function that adds an item to a set within a non-transactional cache.
|
class |
ConcurrentSetRemoveFunction<V>
Function that removes an item from a set within a non-transactional cache.
|
class |
CopyOnWriteSetAddFunction<V>
Function that adds an item to a set within a transactional cache.
|
class |
CopyOnWriteSetRemoveFunction<V>
Function that removes an item from a set within a transactional cache.
|
class |
SetAddFunction<V>
Function that adds an item to a set.
|
class |
SetRemoveFunction<V>
Function that removes an item from a set.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.