Skip to content

Commit

Permalink
查询整条trace完成
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbully committed Apr 18, 2013
1 parent d44eed2 commit 95bac26
Show file tree
Hide file tree
Showing 5 changed files with 311 additions and 76 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.jd.bdp.hydra.hbase.service;

import com.alibaba.fastjson.JSONArray;
import com.alibaba.fastjson.JSONObject;

/**
* User: yfliuyu
Expand All @@ -25,5 +25,5 @@
*/
public interface QueryService {

JSONArray getTraceInfo(Long traceId);
JSONObject getTraceInfo(Long traceId);
}
Loading

0 comments on commit 95bac26

Please sign in to comment.