Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cdi
Class ContextInputCache

java.lang.Object
  extended by 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)

Constructor Summary
ContextInputCache()
           
 
Method Summary
static void clean()
           
static
<K,V> Cache<K,V>
get()
           
static
<K,V> void
set(Cache<K,V> input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextInputCache

public ContextInputCache()
Method Detail

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()

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.