|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static Vector |
fileStatsObjectTable
Each object which implements BasicFileStats should add themselves to this vector when they are instantiated and remove themselves when they are closed. |
Method Summary | |
int |
getBlockSize()
return the files block size in byte. |
String |
getFilename()
return the entire filename including path. |
long |
getReadCount()
return total number of reads performed since the last time the stats where reset |
long |
getTotalReadTime()
return total accumulative read time in milli seconds since the last time the stats where reset. |
long |
getTotalWriteTime()
return total accumulative write time in milli seconds since the last time the stats where reset. |
long |
getWriteCount()
return total number of writes performed since the last time the stats where reset |
void |
resetStats()
retset all of the stats |
Field Detail |
public static final Vector fileStatsObjectTable
Method Detail |
public String getFilename()
public long getReadCount()
public long getWriteCount()
public long getTotalReadTime()
public long getTotalWriteTime()
public int getBlockSize()
public void resetStats()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |