Package org.apache.cassandra.stress.generate

Examples of org.apache.cassandra.stress.generate.DistributionFixed


    private final Distribution columnCount;
    private Object cqlCache;

    public PredefinedOperation(Command type, Timer timer, PartitionGenerator generator, StressSettings settings)
    {
        super(timer, generator, settings, new DistributionFixed(1));
        this.type = type;
        this.columnCount = settings.columns.countDistribution.get();
    }
View Full Code Here


    private final Distribution columnCount;
    private Object cqlCache;

    public PredefinedOperation(Command type, Timer timer, PartitionGenerator generator, StressSettings settings)
    {
        super(timer, generator, settings, new DistributionFixed(1));
        this.type = type;
        this.columnCount = settings.columns.countDistribution.get();
    }
View Full Code Here

TOP

Related Classes of org.apache.cassandra.stress.generate.DistributionFixed

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.