ModeShape Distribution 3.6.0.Final

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)
           
 

Method Detail

combine

T combine(T priorResult,
          T newResult)
          throws InterruptedException,
                 ExecutionException
Throws:
InterruptedException
ExecutionException

ModeShape Distribution 3.6.0.Final

Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.