org.infinispan.cdi
Class ContextInputCache
java.lang.Object
org.infinispan.cdi.ContextInputCache
public class ContextInputCache
- extends Object
ContextInputCache keeps track of 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 MapReduceTask
- Since:
- 5.2
- Author:
- Vladimir Blagoejvic
- See Also:
InfinispanExtension.registerInputCacheCustomBean(javax.enterprise.inject.spi.AfterBeanDiscovery,
javax.enterprise.inject.spi.BeanManager)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextInputCache
public ContextInputCache()
set
public static <K,V> void set(Cache<K,V> input)
get
public static <K,V> Cache<K,V> get()
clean
public static void clean()
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.