Constructor and Description |
---|
PerfTools.JobRepresentation(String description,
int total) |
Modifier and Type | Method and Description |
---|---|
Long |
getCompleted() |
int |
getCount() |
String |
getDescription() |
String |
getError() |
Long |
getStarted() |
int |
getTotal() |
void |
increment() |
void |
setError(String error) |
void |
start() |
public PerfTools.JobRepresentation(String description, int total)
public Long getStarted()
public Long getCompleted()
public String getDescription()
public int getTotal()
public int getCount()
public void start()
public void increment()
public String getError()
public void setError(String error)
Copyright © 2015. All rights reserved.