Package mondrian.rolap.agg

Examples of mondrian.rolap.agg.SegmentCacheManager.execute()


                "Execution.unregisterSegmentRequests",
                "cleaning up segment registrations");
        final SegmentCacheManager mgr =
            locus.getServer()
                .getAggregationManager().cacheMgr;
        mgr.execute(
            new SegmentCacheManager.Command<Void>() {
                public Void call() throws Exception {
                    mgr.getIndexRegistry()
                        .cancelExecutionSegments(Execution.this);
                    return null;
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.