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-8.html | 273 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 273 insertions(+) create mode 100644 apidocs/index-files/index-8.html (limited to 'apidocs/index-files/index-8.html') diff --git a/apidocs/index-files/index-8.html b/apidocs/index-files/index-8.html new file mode 100644 index 0000000..4d4be71 --- /dev/null +++ b/apidocs/index-files/index-8.html @@ -0,0 +1,273 @@ + + + + + + +H-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  + + +

H

+
+
handleNoSuchElement() - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Called right before throwing NoSuchElementException.
+
+
handleRequest(Repository, RemoteProcedure.Request<R, D>) - Method in interface com.amazon.carbonado.capability.RemoteProcedure
+
+
Request handler for remote procedure implementation.
+
+
handlesAnything() - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Returns true if the selected index does anything at all to filter + results or to order them.
+
+
HAS_DIRTY_PROPERTIES - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
hasAnyMatches() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns true if the identity count is greater than zero or if there is a + range match.
+
+
hasDirtyProperties() - Method in interface com.amazon.carbonado.Storable
+
+
Returns true if any non-primary key properties in this object are + dirty.
+
+
hashCode() - Method in class com.amazon.carbonado.filter.Filter
+
 
+
hashCode() - Method in class com.amazon.carbonado.filter.Filter.NotJoined
+
 
+
hashCode() - Method in class com.amazon.carbonado.filter.FilterValues
+
 
+
hashCode() - Method in class com.amazon.carbonado.info.ChainedProperty
+
 
+
hashCode() - Method in class com.amazon.carbonado.info.OrderedProperty
+
 
+
hashCode() - Method in class com.amazon.carbonado.info.StorableIndex
+
 
+
hashCode() - Method in class com.amazon.carbonado.layout.Layout
+
 
+
hashCode() - Method in class com.amazon.carbonado.layout.LayoutProperty
+
 
+
hashCode() - Method in class com.amazon.carbonado.lob.AbstractBlob
+
 
+
hashCode() - Method in class com.amazon.carbonado.lob.AbstractClob
+
 
+
hashCode() - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
hashCode() - Method in class com.amazon.carbonado.qe.EmptyQuery
+
 
+
hashCode() - Method in class com.amazon.carbonado.qe.OrderingList
+
 
+
hashCode() - Method in class com.amazon.carbonado.qe.QueryHints
+
 
+
hashCode() - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
hashCode() - Method in interface com.amazon.carbonado.Query
+
 
+
hashCode() - Method in class com.amazon.carbonado.raw.CompressedEncodingStrategy
+
 
+
hashCode() - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
 
+
hashCode() - Method in interface com.amazon.carbonado.Storable
+
 
+
hashCode() - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
 
+
HASHCODE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
hasLobs(Class<S>) - Static method in class com.amazon.carbonado.spi.LobEngine
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.ControllerCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.DifferenceCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.EmptyCursor
+
+
Always returns false.
+
+
hasNext() - Method in class com.amazon.carbonado.cursor.FetchAheadCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.FilteredCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.GroupedCursor
+
 
+
hasNext() - Method in interface com.amazon.carbonado.Cursor
+
+
Returns true if this cursor has more elements.
+
+
hasNext() - Method in class com.amazon.carbonado.cursor.IntersectionCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.IteratorCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.LimitCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.MultiTransformedCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.SingletonCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.SkipCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.SortedCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.SymmetricDifferenceCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.ThrottledCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.TransformedCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.cursor.UnionCursor
+
 
+
hasNext() - Method in class com.amazon.carbonado.raw.RawCursor
+
 
+
hasProperty(String) - Method in interface com.amazon.carbonado.synthetic.SyntheticBuilder
+
+
Check to see if a particular property has already been added to the list of + properties to generate
+
+
hasProperty(String) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
 
+
hasProperty(String) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
 
+
hasRangeEnd() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns true if any property filter with an operator of RelOp.LT + or RelOp.LE matches an index property.
+
+
hasRangeMatch() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns true if there is both a range start and range end.
+
+
hasRangeStart() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns true if any property filter with an operator of RelOp.GT + or RelOp.GE matches an index property.
+
+
highestCommon(IsolationLevel) - Method in enum com.amazon.carbonado.IsolationLevel
+
+
Returns the highest common isolation level between this and the one + given.
+
+
HotBackupCapability - Interface in com.amazon.carbonado.repo.sleepycat
+
+
Capability for performing a backup of an active BDB environment.
+
+
HotBackupCapability.Backup - Interface in com.amazon.carbonado.repo.sleepycat
+
 
+
hours(long) - Static method in class com.amazon.carbonado.Query.Timeout
+
+
Return a new Timeout in hours.
+
+
+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