Package com.odiago.flumebase.thrift

Examples of com.odiago.flumebase.thrift.TQuerySubmitResponse


    return mFlowId;
  }

  public TQuerySubmitResponse toThrift() {
    TFlowId tId = mFlowId == null ? null : mFlowId.toThrift();
    TQuerySubmitResponse qsr = new TQuerySubmitResponse();
    qsr.setMsg(mMsg);
    qsr.setFlowId(tId);
    return qsr;
  }
View Full Code Here

TOP

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

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.