Uses of Interface org.objectweb.medor.eval.prefetch.api.PrefetchBuffer

Uses in package org.objectweb.medor.eval.prefetch.lib

Classes implementing org.objectweb.medor.eval.prefetch.api.PrefetchBuffer

class
This class represents dummy PrefetchBuffers in the case the transactional context is null.
class

Methods with return type org.objectweb.medor.eval.prefetch.api.PrefetchBuffer

PrefetchBuffer
PrefetchBufferFactoryImpl.createPrefetchBuffer(int indexpos, boolean multithread, Logger logger)
PrefetchBuffer
PrefetchCacheImpl.createPrefetchBuffer(PrefetchBufferFactory pbf, Object cat, Object ctxt, int indexpos)
Allocates a prefetched buffer for the object category and the connection context in order to register prefetched tuples.
PrefetchBuffer
PrefetchCacheImpl.createPrefetchBuffer(PrefetchBufferFactory pbf, Object cat, Object ctxt, int indexpos, boolean multithread)
Allocates a prefetched buffer for the object category and the connection context in order to register prefetched tuples.

Uses in package org.objectweb.medor.eval.api

Methods with parameter type org.objectweb.medor.eval.prefetch.api.PrefetchBuffer

TupleCollection
QueryEvaluator.evaluate(ParameterOperand[] parameters, ConnectionResources ressources, PrefetchBuffer pb, Map evalMDMap)
Launch the evaluation of a query.
void
Associates a PrefetchBuffer to be filled by the collection computed by this evaluator.

Uses in package org.objectweb.medor.eval.lib

Constructors with parameter type org.objectweb.medor.eval.prefetch.api.PrefetchBuffer

ProjectEvaluatedTC.ProjectEvaluatedTC(QueryNode query, NodeEvaluator subNodeEvaluator, ParameterOperand[] parameters, PrefetchBuffer pb)
SelProjEvaluatedTC.SelProjEvaluatedTC(QueryNode query, NodeEvaluator subNodeEvaluator, ParameterOperand[] parameters, PrefetchBuffer pb)

Methods with parameter type org.objectweb.medor.eval.prefetch.api.PrefetchBuffer

TupleCollection
MedorEvaluator.evaluate(ParameterOperand[] parameters, ConnectionResources resources, PrefetchBuffer prefetchBuffer, Map evalMDMap)
void
Associates a PrefetchBuffer to be filled by the collection computed by this evaluator.
void
Associates a PrefetchBuffer to be filled by the collection computed by this evaluator.
void
Associates a PrefetchBuffer to be filled by the collection computed by this evaluator.

Uses in package org.objectweb.medor.eval.prefetch.api

Methods with return type org.objectweb.medor.eval.prefetch.api.PrefetchBuffer

PrefetchBuffer
PrefetchBufferFactory.createPrefetchBuffer(int indexpos, boolean multithread, Logger logger)
Creates a PrefetchBuffer object.
PrefetchBuffer
PrefetchCache.createPrefetchBuffer(PrefetchBufferFactory pbf, Object cat, Object ctxt, int indexpos)
Allocates a prefetched buffer for the object category and the connection context in order to register prefetched tuples.
PrefetchBuffer
PrefetchCache.createPrefetchBuffer(PrefetchBufferFactory pbf, Object cat, Object ctxt, int indexpos, boolean multithread)
Allocates a prefetched buffer for the object category and the connection context in order to register prefetched tuples.