Package io.druid.segment.realtime.firehose

Examples of io.druid.segment.realtime.firehose.LocalFirehoseFactory


            Granularity.DAY
        ),
        new AggregatorFactory[]{new DoubleSumAggregatorFactory("met", "met")},
        QueryGranularity.NONE,
        10000,
        new LocalFirehoseFactory(new File("lol"), "rofl", null),
        -1,
        jsonMapper
    );

    for (final Module jacksonModule : new FirehoseModule().getJacksonModules()) {
View Full Code Here

TOP

Related Classes of io.druid.segment.realtime.firehose.LocalFirehoseFactory

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.