Package com.odiago.flumebase.thrift

Examples of com.odiago.flumebase.thrift.TFlowInfo


    return sb.toString();
  }

  public TFlowInfo toThrift() {
    TFlowInfo out = new TFlowInfo();
    out.setFlowId(flowId.toThrift());
    out.setQuery(query);
    out.setStreamName(streamName);
    return out;
  }
View Full Code Here

TOP

Related Classes of com.odiago.flumebase.thrift.TFlowInfo

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.