Package com.odiago.flumebase.flume

Examples of com.odiago.flumebase.flume.SinkContext


  @Override
  public void open() throws IOException, InterruptedException {
    super.open();
    LOG.debug("Opening Flume node element; binding sink context id=" + mFlowSourceId);
    SinkContextBindings.get().bindContext(mFlowSourceId,
        new SinkContext(getContext(), mOutputSchema, mFieldTypes, mStreamSym));
    mFlumeConfig.addFlowToForeignNode(mUpstreamNode, mFlowSourceId);
  }
View Full Code Here

TOP

Related Classes of com.odiago.flumebase.flume.SinkContext

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.