Uses of Interface org.objectweb.medor.eval.api.ConnectionResources

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

Methods with parameter type org.objectweb.medor.eval.api.ConnectionResources

TupleCollection
QueryEvaluator.evaluate(ParameterOperand[] parameters, ConnectionResources ressources, Map evalMDMap)
Launch the evaluation of a query.
TupleCollection
QueryEvaluator.evaluate(ParameterOperand[] parameters, ConnectionResources ressources, PrefetchBuffer pb, Map evalMDMap)
Launch the evaluation of a query.

Methods with return type org.objectweb.medor.eval.api.ConnectionResources

ConnectionResources

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

Classes implementing org.objectweb.medor.eval.api.ConnectionResources

class
MEDOR: Middleware Enabling Distributed Object Requests Copyright (C) 2001-2003 France Telecom R&D Contact: alexandre.lefebvre@rd.francetelecom.com This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

Methods with parameter type org.objectweb.medor.eval.api.ConnectionResources

TupleCollection
MedorEvaluator.evaluate(ParameterOperand[] parameters, ConnectionResources resources, Map evaluationMDMap)
First, it allocates a tree of Evaluator (Wrapper or NodeEvaluator) for the query tree associated to this evaluator.
TupleCollection
MedorEvaluator.evaluate(ParameterOperand[] parameters, ConnectionResources resources, PrefetchBuffer prefetchBuffer, Map evalMDMap)

Methods with return type org.objectweb.medor.eval.api.ConnectionResources

ConnectionResources