|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Plot
A plot interface that allows us to plot the SpaceUsage in different formats.
| Field Summary | |
|---|---|
static String |
VERSION
The version of this API |
| Method Summary | |
|---|---|
void |
initialize(String directory,
String basename,
boolean useStatInfo)
Initializer method. |
List |
plot(SpaceUsage su,
char u,
String timeUnits)
Plot out the space usage. |
| Field Detail |
|---|
static final String VERSION
| Method Detail |
|---|
void initialize(String directory,
String basename,
boolean useStatInfo)
directory - the directory where the plots need to be generated.basename - the basename for the files that are generated.useStatInfo - boolean indicating whether to use stat info or not.
List plot(SpaceUsage su,
char u,
String timeUnits)
throws IOException
su - the SpaceUsage.u - the size unit.timeUnits - the time unit.
IOException - in case of unable to write to the file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||