Skip to content

Commit

Permalink
0002398: Outgoing batches option to clear metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed May 29, 2016
1 parent a058326 commit 5dca565
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -358,6 +358,10 @@ public long getIgnoreCount() {
return ignoreCount;
}

public String getStagedLocation() {
return Batch.getStagedLocation(false, nodeId);
}

@Override
public String toString() {
return Long.toString(batchId);
Expand Down

0 comments on commit 5dca565

Please sign in to comment.