Package | Description |
---|---|
org.modeshape.jcr |
Modifier and Type | Method and Description |
---|---|
static InfinispanUtil.Location |
InfinispanUtil.Location.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfinispanUtil.Location[] |
InfinispanUtil.Location.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <K,V,T> T |
InfinispanUtil.execute(org.infinispan.Cache<K,V> cache,
InfinispanUtil.Location location,
org.infinispan.distexec.DistributedCallable<K,V,T> callable,
InfinispanUtil.Combiner<T> combiner)
Utility to run the supplied callable in all the processes where the cache is being run.
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.