|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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()
|
Tuple |
getTuple(java.lang.Object index)
|
TupleCollection |
getTupleCollection(java.lang.Object index)
Returns the tuple collection positionned on the tuple identified by index. |
boolean |
isClosed()
|
void |
setTupleCollection(TupleCollection tc)
Associates 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 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
public Tuple getTuple(java.lang.Object index) throws MedorException
getTuple
in interface PrefetchBuffer
MedorException
public TupleCollection getTupleCollection(java.lang.Object index) throws MedorException
PrefetchBuffer
getTupleCollection
in interface PrefetchBuffer
MedorException
public void close() throws MedorException
close
in interface PrefetchBuffer
MedorException
public boolean isClosed()
isClosed
in interface PrefetchBuffer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |