Examples of CellRegion


Examples of mondrian.olap.CacheControl.CellRegion

            testContext.getConnection()
                .getSchema().lookupCube("Sales", true);
        Hierarchy hier =
            cube.getDimensions()[2].getHierarchies()[0];
        Member hierMember = hier.getAllMember();
        CellRegion measuresRegion = cacheControl.createMeasuresRegion(cube);
        CellRegion hierRegion =
            cacheControl.createMemberRegion(hierMember, true);
        CellRegion flushRegion =
            cacheControl.createCrossjoinRegion(measuresRegion, hierRegion);
        cacheControl.flush(flushRegion);
    }
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.