Package | Description |
---|---|
org.jboss.as.clustering.infinispan.invoker |
Modifier and Type | Class and Description |
---|---|
class |
BatchOperation<K,V,R> |
Modifier and Type | Method and Description |
---|---|
<K,V,R> R |
CacheInvoker.invoke(org.infinispan.Cache<K,V> cache,
CacheInvoker.Operation<K,V,R> operation)
Invokes the specified operation on the specified cache.
|
<K,V,R> R |
RetryingCacheInvoker.invoke(org.infinispan.Cache<K,V> cache,
CacheInvoker.Operation<K,V,R> operation)
Invokes the specified operation on the specified cache.
|
Constructor and Description |
---|
BatchOperation(CacheInvoker.Operation<K,V,R> operation) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.