Skip to content
Snippets Groups Projects
Commit 1dfb11cd authored by Michael Eischer's avatar Michael Eischer
Browse files

Add toString method to probe client

parent ee31ca9d
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,11 @@ public class REFITProbeClient extends REFITClientThread {
private boolean firstRun = true;
private List<REFITProbeData> data = new ArrayList<>();
@Override
public String toString() {
return "PRBC-" + (service.getNodeID() - REFITConfig.TOTAL_NR_OF_REPLICAS);
}
@Override
protected void work() throws Exception {
int clientGroup = REFITReplicaGroups.getClientGroup(service.getNodeID());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment