Package com.odiago.flumebase.exec.local

Examples of com.odiago.flumebase.exec.local.LocalContext


    mOutputQueue.put(out);
  }

  @Override
  public void takeEvent(EventWrapper e) throws IOException, InterruptedException {
    LocalContext context = (LocalContext) getContext();
    List<UserSession> subscribers = new LinkedList<UserSession>(
        context.getFlowData().getSubscribers());

    if (mOutputQueue != null) {
      emitToFlume(e);
    }
View Full Code Here

TOP

Related Classes of com.odiago.flumebase.exec.local.LocalContext

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.