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-21.html | 238 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100644 apidocs/index-files/index-21.html (limited to 'apidocs/index-files/index-21.html') diff --git a/apidocs/index-files/index-21.html b/apidocs/index-files/index-21.html new file mode 100644 index 0000000..819d2b1 --- /dev/null +++ b/apidocs/index-files/index-21.html @@ -0,0 +1,238 @@ + + + + + + +U-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  + + +

U

+
+
unbind() - Method in class com.amazon.carbonado.filter.AndFilter
+
 
+
unbind() - Method in class com.amazon.carbonado.filter.ClosedFilter
+
 
+
unbind() - Method in class com.amazon.carbonado.filter.ExistsFilter
+
 
+
unbind() - Method in class com.amazon.carbonado.filter.Filter
+
+
Undoes the effect of a bind operation.
+
+
unbind() - Method in class com.amazon.carbonado.filter.OpenFilter
+
 
+
unbind() - Method in class com.amazon.carbonado.filter.OrFilter
+
 
+
unbind() - Method in class com.amazon.carbonado.filter.PropertyFilter
+
 
+
uneraseGenericParameter(CodeBuilder, TypeDesc, int) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Generate code to create a local variable containing the specified parameter coerced + to the specified type.
+
+
Unevolvable - Interface in com.amazon.carbonado.layout
+
+
Marker interface for storables that are not allowed to evolve.
+
+
Unindexed - Interface in com.amazon.carbonado.repo.indexed
+
+
Marker interface for storables that are not allowed to have indexes.
+
+
UnionCursor<S> - Class in com.amazon.carbonado.cursor
+
+
Wraps two Cursors and performs a set union operation.
+
+
UnionCursor(Cursor<S>, Cursor<S>, Comparator<S>) - Constructor for class com.amazon.carbonado.cursor.UnionCursor
+
 
+
UnionQueryAnalyzer<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
Analyzes a query specification and determines how it can be executed as a + union of smaller queries.
+
+
UnionQueryAnalyzer(Class<S>, RepositoryAccess) - Constructor for class com.amazon.carbonado.qe.UnionQueryAnalyzer
+
 
+
UnionQueryAnalyzer.Result - Class in com.amazon.carbonado.qe
+
 
+
UnionQueryExecutor<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
QueryExecutor which wraps several others and unions the results.
+
+
UnionQueryExecutor(QueryExecutor<S>...) - Constructor for class com.amazon.carbonado.qe.UnionQueryExecutor
+
 
+
UnionQueryExecutor(List<QueryExecutor<S>>) - Constructor for class com.amazon.carbonado.qe.UnionQueryExecutor
+
 
+
UnionQueryExecutor(List<QueryExecutor<S>>, OrderingList<S>) - Constructor for class com.amazon.carbonado.qe.UnionQueryExecutor
+
 
+
unique(boolean) - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns a StorableIndex instance which is unique or not.
+
+
UniqueConstraintException - Exception in com.amazon.carbonado
+
+
A UniqueConstraintException is thrown if the Repository storage + layer has a unique constraint check defined for a property, and a violation + has been detected.
+
+
UniqueConstraintException() - Constructor for exception com.amazon.carbonado.UniqueConstraintException
+
 
+
UniqueConstraintException(String) - Constructor for exception com.amazon.carbonado.UniqueConstraintException
+
 
+
UniqueConstraintException(String, Throwable) - Constructor for exception com.amazon.carbonado.UniqueConstraintException
+
 
+
UniqueConstraintException(Throwable) - Constructor for exception com.amazon.carbonado.UniqueConstraintException
+
 
+
uniquify(StorableKey<S>) - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns a StorableIndex which is unique, possibly by appending + properties from the given key.
+
+
uniquify(StorableInfo<S>) - Method in class com.amazon.carbonado.qe.StorableIndexSet
+
+
Augment non-unique indexes with primary key properties, thus making them + unique.
+
+
uniquify(StorableKey<S>) - Method in class com.amazon.carbonado.qe.StorableIndexSet
+
+
Augment non-unique indexes with key properties, thus making them unique.
+
+
unlockoutShutdown() - Method in class com.amazon.carbonado.spi.AbstractRepository
+
+
Only call this to release lockoutShutdown.
+
+
unregister(Class<S>, Cursor<S>) - Method in class com.amazon.carbonado.txn.TransactionScope
+
+
Unregisters a previously registered cursor.
+
+
UnsupportedTypeException - Exception in com.amazon.carbonado
+
+
Thrown by a Repository which cannot support a Storable which + is declared as Independent or Authoritative.
+
+
UnsupportedTypeException(String, Class<? extends Storable>) - Constructor for exception com.amazon.carbonado.UnsupportedTypeException
+
 
+
unwrap(Class<T>) - Method in class com.amazon.carbonado.repo.jdbc.LoggingDataSource
+
 
+
unwrap(Class<T>) - Method in class com.amazon.carbonado.repo.jdbc.SimpleDataSource
+
 
+
update() - Method in interface com.amazon.carbonado.Storable
+
+
Updates the persistent value of this object, regardless of whether this + object has actually been loaded or not.
+
+
UPDATE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
updateBlob(Blob, Blob) - Method in interface com.amazon.carbonado.repo.jdbc.JDBCSupport
+
 
+
updateClob(Clob, Clob) - Method in interface com.amazon.carbonado.repo.jdbc.JDBCSupport
+
 
+
+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