Package org.honu.datacollection.collector.streaming

Examples of org.honu.datacollection.collector.streaming.ThriftCollectorLockFreeImpl


import org.apache.thrift.server.TServlet;
import org.honu.datacollection.collector.streaming.ThriftCollectorLockFreeImpl;

public class ThriftServletCollector  extends TServlet
  public ThriftServletCollector() throws Exception {
    super(new HonuCollector.Processor(new ThriftCollectorLockFreeImpl()));
  }
View Full Code Here

TOP

Related Classes of org.honu.datacollection.collector.streaming.ThriftCollectorLockFreeImpl

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.