public class BatchCacheInvoker extends Object implements CacheInvoker
CacheInvoker.Operation<K,V,R>| Constructor and Description |
|---|
BatchCacheInvoker() |
BatchCacheInvoker(CacheInvoker invoker) |
| Modifier and Type | Method and Description |
|---|---|
<K,V,R> R |
invoke(org.infinispan.Cache<K,V> cache,
CacheInvoker.Operation<K,V,R> operation,
org.infinispan.context.Flag... flags)
Invokes the specified operation on the specified cache.
|
public BatchCacheInvoker(CacheInvoker invoker)
public BatchCacheInvoker()
public <K,V,R> R invoke(org.infinispan.Cache<K,V> cache,
CacheInvoker.Operation<K,V,R> operation,
org.infinispan.context.Flag... flags)
CacheInvokerinvoke in interface CacheInvokerR - the type of the cache operation resultcache - an infinispan cacheoperation - a cache operationflags - an optional set of invocation flagsCopyright © 2014 JBoss by Red Hat. All rights reserved.