public class ContextInputCache extends Object
Input cache to be injected into Callables from
DistributedExecutorService and Mapper from MapReduceTask using CDI
mechanism. The cache injected will be the cache used to construct
DistributedExecutorService and/or MapReduceTaskInfinispanExtension#registerInputCacheCustomBean(javax.enterprise.inject.spi.AfterBeanDiscovery,
javax.enterprise.inject.spi.BeanManager)| Constructor and Description |
|---|
ContextInputCache() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clean() |
static <K,V> Cache<K,V> |
get() |
static <K,V> void |
set(Cache<K,V> input) |
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.