Uses of Package
com.amazon.carbonado.qe

Packages that use com.amazon.carbonado.qe
com.amazon.carbonado.qe Support for implementing a Query Engine. 
 

Classes in com.amazon.carbonado.qe used by com.amazon.carbonado.qe
AbstractQuery
          AbstractQuery implements a small set of common Query methods.
AbstractQueryExecutor
          AbstractQueryExecutor implements a small set of common QueryExecutor methods.
BoundaryType
          Describes a value range boundary.
CompositeScore
          Evaluates an index for how well it matches a query's desired filtering and ordering.
FilteringScore
          Evaluates an index for how well it matches a query's desired filtering.
FullScanQueryExecutor.Support
          Provides support for FullScanQueryExecutor.
IndexedQueryAnalyzer.Result
           
IndexedQueryExecutor.Support
          Provides support for IndexedQueryExecutor.
KeyQueryExecutor.Support
          Provides support for KeyQueryExecutor.
OrderingList
          Produces unmodifiable lists of orderings.
OrderingScore
          Evaluates an index for how well it matches a query's desired ordering.
QueryExecutor
          Performs all the actual work of executing a query.
QueryExecutorFactory
          Produces QueryExecutor instances from a query specification.
QueryFactory
          Produces Query instances from a query specification.
QueryHint
          Defines a hint key.
QueryHints
          An immutable map of query hints.
RepositoryAccess
          Provides internal access to a Repository, necessary for query execution.
SortedQueryExecutor.Support
          Provides support for SortedQueryExecutor.
StandardQuery
          Abstract query implementation which uses a QueryExecutor.
StandardQueryFactory
          Builds and caches StandardQuery instances.
StorableIndexSet
          Manages a set of StorableIndex objects, intended for reducing the set such that the minimal amount of physical indexes need to be defined for a specific type of Storable.
StorageAccess
          Provides internal access to a Storage, necessary for query execution.
UnionQueryAnalyzer.Result
           
 



Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.