|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--seda.sandStorm.lib.aDisk.AFileRequest
Abstract base class of I/O requests which can be posted to the AFile enqueue() methods.
AFileReadRequest,
AFileWriteRequest,
AFileSeekRequest,
AFileFlushRequest,
AFileCloseRequest| Field Summary | |
(package private) AFile |
afile
|
(package private) SinkIF |
compQ
|
| Constructor Summary | |
protected |
AFileRequest(AFile afile,
SinkIF compQ)
|
protected |
AFileRequest(SinkIF compQ)
|
| Method Summary | |
(package private) void |
complete(QueueElementIF comp)
|
(package private) SinkIF |
getCompQ()
|
(package private) AFile |
getFile()
|
(package private) AFileImpl |
getImpl()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
AFile afile
SinkIF compQ
| Constructor Detail |
protected AFileRequest(SinkIF compQ)
protected AFileRequest(AFile afile,
SinkIF compQ)
| Method Detail |
AFile getFile()
AFileImpl getImpl()
SinkIF getCompQ()
void complete(QueueElementIF comp)
|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||