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)
CacheInvoker
invoke
in interface CacheInvoker
R
- the type of the cache operation resultcache
- an infinispan cacheoperation
- a cache operationflags
- an optional set of invocation flagsCopyright © 2013 JBoss by Red Hat. All rights reserved.