Package org.imemex.componentmappings.tuple

Interface Summary
TupleComponentIndex Provides a query interface on tuple components.
TupleComponentReplica Marker interface for a tuple compoent replica.
 

Class Summary
AbstractTupleComponentCrossCheckTestCase Abstract class for all tuple component cross check tests.
AbstractTupleComponentIndex This abstract class provides common functionality for DBMS-based implementations of tuple component indexes.
AbstractTupleComponentIndexTestCase Executes a suite of tests against a TupleComponentIndex supplied as a parameter.
IndexViewFromTuplePullOperator This pull operator takes a pull operator of mappings of Tuple as input and converts it to a pull operator of index view.
TupleComponentMappingWrapper A tuple component mapping wrapper takes an old tuple component index and/or an old tuple component replica and uses it to implement a tuple index and/or replica.
TupleExtractingPullOperator A pull operator which generates mappings of Tuple from a pull operator of index views.