|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.medor.eval.prefetch.lib.PrefetchBufferImpl
Method Summary | |
void |
addPrefetchTuple()
Adds to this cache a prefetched tuple that is the one which currently traversed within the associated tuple collection. |
void |
close()
|
boolean |
isClosed()
|
void |
setTupleCollection(TupleCollection tc)
Asscoiates a tuple collection to this PrefetchBuffer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void close() throws MedorException
close
in interface PrefetchBuffer
MedorException
public boolean isClosed()
isClosed
in interface PrefetchBuffer
public void addPrefetchTuple() throws MedorException
PrefetchBuffer
addPrefetchTuple
in interface PrefetchBuffer
MedorException
public void setTupleCollection(TupleCollection tc) throws MedorException
PrefetchBuffer
setTupleCollection
in interface PrefetchBuffer
tc
- The associated tuple collection.
MedorException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |