Package org.voltdb.client

Examples of org.voltdb.client.MockVoltClient


    MockRandomGenerator generator;
    TPCCClient client;
    TPCCConfig config = TPCCConfig.defaultConfig();

    public void setUp() {
        mockClient = new MockVoltClient();
        generator = new MockRandomGenerator();
        client = new TPCCClient(mockClient, generator, new Clock.Mock(),
                ScaleParameters.makeDefault((int) WAREHOUSES), this.config);
        mockClient.nextResult = new VoltTable[0];
        mockClient.resetAfterCall = false;
View Full Code Here

TOP

Related Classes of org.voltdb.client.MockVoltClient

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.