Package io.druid.query.spec

Examples of io.druid.query.spec.SpecificSegmentSpec


                                          }
                                        }
                                    )
                                )
                            ).withWaitMeasuredFromNow(),
                            new SpecificSegmentSpec(
                                new SegmentDescriptor(
                                    holder.getInterval(),
                                    theSink.getSegment().getVersion(),
                                    theSink.getSegment().getShardSpec().getPartitionNum()
                                )
View Full Code Here


      final QueryToolChest<T, Query<T>> toolChest,
      final ReferenceCountingSegment adapter,
      final SegmentDescriptor segmentDescriptor
  )
  {
    SpecificSegmentSpec segmentSpec = new SpecificSegmentSpec(segmentDescriptor);
    return new SpecificSegmentQueryRunner<T>(
        new MetricsEmittingQueryRunner<T>(
            emitter,
            new Function<Query<T>, ServiceMetricEvent.Builder>()
            {
View Full Code Here

TOP

Related Classes of io.druid.query.spec.SpecificSegmentSpec

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.