Package io.druid.segment.realtime

Examples of io.druid.segment.realtime.NoopSegmentPublisher


public class NoopSegmentPublisherProvider implements SegmentPublisherProvider
{
  @Override
  public SegmentPublisher get()
  {
    return new NoopSegmentPublisher();
  }
View Full Code Here

TOP

Related Classes of io.druid.segment.realtime.NoopSegmentPublisher

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.