Package org.imemex.resourceviewmanager

Interface Summary
IdentifiableResourceView Represents a resource view which may be identified in the system either by an OID (warehousing case) or by a data source id + plugin assigned id combination (mediation case).
IdentifiableResourceViewConstants  
ResourceViewManager TODO: fix comments Initial version
 

Class Summary
AbstractIdentifiableResourceView Base abstract implementation for an identifiable resource view, i.e., a resource view which is known to the system either by OID (warehousing) or by dataSourceId+pluginAssignedId (mediation).
Activator Activator for the Resource View Manager plugin.
DefaultIdentifiableResourceView  
IndexedIdentifiableResourceView A lazy identifiable resource view extension that may profit from having obtained already some of its components via index access.
InMemoryGeneratedOIDOnlyPullOperator A pull operator which generates its RVs.
InMemoryGeneratedOIDOnlyPullOperatorTest This test asserts, that instances of InMemoryGeneratedOIDOnlyPullOperator having different parameters behave as they should.
JoinResultResourceView  
LazyIdentifiableResourceView A resource view that obtains its components lazily, by either accessing the available indexes and replicas or by querying the underlying data source.
OIDOnlyIdentifiableRV A resource view which has only an OID and throws RuntimeException for most other methods.
Result<T> Represents a result obtained during query processing that contains both a stale and a fresh version.
ScoreAttributes An instance of this class contains all necessary attributes for scoring of a RV.
SingleElementOperatorsTest This test executes several simple operator trees using the old, single-element-per-operator model and measuring its time.
ThetaJoinOperator<E extends ResourceView>  
URIEnrichedTuple URI enriched tuple.
 

Enum Summary
QueryPlanningModes Specifies the available query planning modes for the resource view manager.
 

Exception Summary
NoGroupComponentReplicaException  
ResourceViewManagerBootException An exception that occurs in the initialization of the resource view manager.