Package io.druid.indexing.common

Examples of io.druid.indexing.common.TestMergeTask


        new WorkerSetupData(
            0, 2, null, null, null
        )
    );

    testTask = new TestMergeTask(
        "task1",
        "dummyDs",
        Lists.<DataSegment>newArrayList(
            new DataSegment(
                "dummyDs",
View Full Code Here

TOP

Related Classes of io.druid.indexing.common.TestMergeTask

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.