Skip to content

Commit

Permalink
fix for code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fjy committed May 16, 2014
1 parent 09ad32c commit 389319d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ public interface Plumber
*/
public void startJob();

/**
* @param row - the row to insert
* @return - indicating how many rows were added, -1 means that an error occurred
*/
public int add(InputRow row);
public Sink getSink(long timestamp);
public <T> QueryRunner<T> getQueryRunner(Query<T> query);

/**
Expand Down

0 comments on commit 389319d

Please sign in to comment.