Package org.modeshape.jcr.cache.document.LocalDocumentStore

Examples of org.modeshape.jcr.cache.document.LocalDocumentStore.DocumentOperationResults


        Stopwatch sw = new Stopwatch();
        logger.info(JcrI18n.beginChildrenOptimization, getName());
        sw.start();

        try {
            DocumentOperationResults results = documentStore().localStore().performOnEachDocument(new DocumentOperation() {
                private static final long serialVersionUID = 1L;

                private DocumentOptimizer optimizer;

                @Override
View Full Code Here

TOP

Related Classes of org.modeshape.jcr.cache.document.LocalDocumentStore.DocumentOperationResults

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.