ModeShape Distribution 3.5.0.Final

Uses of Class
org.modeshape.jcr.cache.document.LocalDocumentStore.DocumentOperationResults

Packages that use LocalDocumentStore.DocumentOperationResults
org.modeshape.jcr.cache   
org.modeshape.jcr.cache.document   
 

Uses of LocalDocumentStore.DocumentOperationResults in org.modeshape.jcr.cache
 

Methods in org.modeshape.jcr.cache that return LocalDocumentStore.DocumentOperationResults
 LocalDocumentStore.DocumentOperationResults RepositoryCache.optimizeChildren(int targetCountPerBlock, int tolerance)
          Optimize the children in the supplied node document Note that this method changes the underlying db as well as the given document, so *it must* be called either from a transactional context or it must be followed by a session.save call, otherwise there might be inconsistencies between what a session sees as "persisted" state and the reality.
 

Uses of LocalDocumentStore.DocumentOperationResults in org.modeshape.jcr.cache.document
 

Methods in org.modeshape.jcr.cache.document that return LocalDocumentStore.DocumentOperationResults
 LocalDocumentStore.DocumentOperationResults LocalDocumentStore.DistributedOperation.call()
           
protected  LocalDocumentStore.DocumentOperationResults LocalDocumentStore.DocumentOperationResults.combine(LocalDocumentStore.DocumentOperationResults other)
           
 LocalDocumentStore.DocumentOperationResults LocalDocumentStore.DistributedOperation.combine(LocalDocumentStore.DocumentOperationResults priorResult, LocalDocumentStore.DocumentOperationResults newResult)
           
 LocalDocumentStore.DocumentOperationResults LocalDocumentStore.performOnEachDocument(LocalDocumentStore.DocumentOperation operation)
          Perform the supplied operation on each stored document that is accessible within this process.
 

Methods in org.modeshape.jcr.cache.document with parameters of type LocalDocumentStore.DocumentOperationResults
protected  LocalDocumentStore.DocumentOperationResults LocalDocumentStore.DocumentOperationResults.combine(LocalDocumentStore.DocumentOperationResults other)
           
 LocalDocumentStore.DocumentOperationResults LocalDocumentStore.DistributedOperation.combine(LocalDocumentStore.DocumentOperationResults priorResult, LocalDocumentStore.DocumentOperationResults newResult)
           
 


ModeShape Distribution 3.5.0.Final

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