From d479253768d296a40b4f699e1de9b03c7146a97a Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 3 Dec 2013 14:03:28 -0800 Subject: Adding javadocs and Carbonado User Guide --- apidocs/index-files/index-17.html | 230 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 230 insertions(+) create mode 100644 apidocs/index-files/index-17.html (limited to 'apidocs/index-files/index-17.html') diff --git a/apidocs/index-files/index-17.html b/apidocs/index-files/index-17.html new file mode 100644 index 0000000..51b5a60 --- /dev/null +++ b/apidocs/index-files/index-17.html @@ -0,0 +1,230 @@ + + + + + + +Q-Index (Carbonado 1.2.3 API) + + + + + + + +
+ + + + + +
+ + +
A B C D E F G H I J K L M N O P Q R S T U V W Y  + + +

Q

+
+
query(Filter<S>, FilterValues<S>, OrderingList<S>, QueryHints) - Method in interface com.amazon.carbonado.qe.QueryFactory
+
+
Returns a query that handles the given query specification.
+
+
query() - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Returns a new or cached query that fetches everything.
+
+
query(String) - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Returns a new or cached query for the given filter.
+
+
query(Filter<S>) - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Returns a new or cached query for the given filter.
+
+
query(Filter<S>, OrderingList<S>) - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Returns a new or cached query for the given query specification.
+
+
query(Filter<S>, OrderingList<S>, QueryHints) - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Returns a new or cached query for the given query specification.
+
+
query(Filter<S>, FilterValues<S>, OrderingList<S>) - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Returns a new or cached query for the given query specification.
+
+
query(Filter<S>, FilterValues<S>, OrderingList<S>, QueryHints) - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Returns a new or cached query for the given query specification.
+
+
Query<S extends Storable> - Interface in com.amazon.carbonado
+
+
Supports complex retrieval and deletion of Storable objects.
+
+
query() - Method in interface com.amazon.carbonado.Storage
+
+
Query for all Storable instances in this Storage.
+
+
query(String) - Method in interface com.amazon.carbonado.Storage
+
+
Query for Storable instances against a filter expression.
+
+
query(Filter<S>) - Method in interface com.amazon.carbonado.Storage
+
+
Query for Storable instances against an explicitly constructed filter + object.
+
+
Query.Controller - Interface in com.amazon.carbonado
+
+
Controller instance can be used to abort query operations.
+
+
Query.Timeout - Class in com.amazon.carbonado
+
+
Timeout controller, for aborting long running queries.
+
+
Query.Timeout(long, TimeUnit) - Constructor for class com.amazon.carbonado.Query.Timeout
+
 
+
QUERY_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storage API method name
+
+
QueryEngine<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
Complete rule-based query engine implementation.
+
+
QueryEngine(Class<S>, RepositoryAccess) - Constructor for class com.amazon.carbonado.qe.QueryEngine
+
 
+
QueryExecutor<S extends Storable> - Interface in com.amazon.carbonado.qe
+
+
Performs all the actual work of executing a query.
+
+
QueryExecutorCache<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
QueryExecutors should be cached since expensive analysis is often required to build + them.
+
+
QueryExecutorCache(QueryExecutorFactory<S>) - Constructor for class com.amazon.carbonado.qe.QueryExecutorCache
+
 
+
QueryExecutorFactory<S extends Storable> - Interface in com.amazon.carbonado.qe
+
+
Produces QueryExecutor instances from a query specification.
+
+
QueryFactory<S extends Storable> - Interface in com.amazon.carbonado.qe
+
+
Produces Query instances from a query specification.
+
+
queryFactory() - Method in class com.amazon.carbonado.qe.StandardQuery
+
+
Return a QueryFactory which is used to form new queries from this one.
+
+
QueryHint - Enum in com.amazon.carbonado.qe
+
+
Defines a hint key.
+
+
QueryHints - Class in com.amazon.carbonado.qe
+
+
An immutable map of query hints.
+
+
QuickConstructorGenerator - Class in com.amazon.carbonado.util
+
+
Deprecated. +
use QuickConstructorGenerator
+
+
+
QuickConstructorGenerator() - Constructor for class com.amazon.carbonado.util.QuickConstructorGenerator
+
+
Deprecated.
+
+A B C D E F G H I J K L M N O P Q R S T U V W Y 
+ +
+ + + + + +
+ + +

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

+ + -- cgit v1.2.3