org.modeshape.jcr
Interface InfinispanUtil.Combiner<T>
- Type Parameters:
T
-
- All Known Implementing Classes:
- InfinispanUtil.KeyMerger, LocalDocumentStore.DistributedOperation
- Enclosing class:
- InfinispanUtil
public static interface InfinispanUtil.Combiner<T>
The interface that defines how the results should be merged
Method Summary |
T |
combine(T priorResult,
T newResult)
|
combine
T combine(T priorResult,
T newResult)
throws InterruptedException,
ExecutionException
- Throws:
InterruptedException
ExecutionException
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.