Package com.foundationdb.server.store.statistics

Examples of com.foundationdb.server.store.statistics.IndexStatisticsYamlLoader


        super(schema, properties, new TestKeyCreator(schema), new TestCostModelFactory());
        this.ais = ais;
        if (statsFile == null)
            stats = Collections.<Index,IndexStatistics>emptyMap();
        else
            stats = new IndexStatisticsYamlLoader(ais, OptimizerTestBase.DEFAULT_SCHEMA, new TestKeyCreator(schema))
                .load(statsFile, statsIgnoreMissingIndexes);
    }
View Full Code Here

TOP

Related Classes of com.foundationdb.server.store.statistics.IndexStatisticsYamlLoader

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.