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-14.html | 283 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 283 insertions(+) create mode 100644 apidocs/index-files/index-14.html (limited to 'apidocs/index-files/index-14.html') diff --git a/apidocs/index-files/index-14.html b/apidocs/index-files/index-14.html new file mode 100644 index 0000000..50d4579 --- /dev/null +++ b/apidocs/index-files/index-14.html @@ -0,0 +1,283 @@ + + + + + + +N-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  + + +

N

+
+
Name - Annotation Type in com.amazon.carbonado
+
+
Overrides the primary name of a Storable property.
+
+
nanos(long) - Static method in class com.amazon.carbonado.Query.Timeout
+
+
Return a new Timeout in nanoseconds.
+
+
newCache(int) - Static method in class com.amazon.carbonado.util.SoftValuedCache
+
+
Deprecated.
+
newInstance() - Method in class com.amazon.carbonado.gen.DetachedStorableFactory
+
 
+
newInstance(FilterValues<S>, OrderingList<S>, QueryHints) - Method in class com.amazon.carbonado.qe.StandardQuery
+
+
Return a new or cached instance of StandardQuery implementation, using + new filter values.
+
+
newline(Appendable) - Method in class com.amazon.carbonado.qe.AbstractQueryExecutor
+
+
Appends a newline character.
+
+
newRepository() - Static method in class com.amazon.carbonado.repo.map.MapRepositoryBuilder
+
+
Convenience method to build a new MapRepository.
+
+
next() - Method in class com.amazon.carbonado.cursor.ControllerCursor
+
 
+
next() - Method in class com.amazon.carbonado.cursor.DifferenceCursor
+
 
+
next() - Method in class com.amazon.carbonado.cursor.EmptyCursor
+
+
Always throws NoSuchElementException.
+
+
next() - Method in class com.amazon.carbonado.cursor.FetchAheadCursor
+
 
+
next() - Method in class com.amazon.carbonado.cursor.FilteredCursor
+
 
+
next() - Method in class com.amazon.carbonado.cursor.GroupedCursor
+
 
+
next() - Method in class com.amazon.carbonado.cursor.IntersectionCursor
+
 
+
next() - Method in class com.amazon.carbonado.cursor.IteratorCursor
+
 
+
next() - Method in class com.amazon.carbonado.cursor.LimitCursor
+
 
+
next() - Method in class com.amazon.carbonado.cursor.MultiTransformedCursor
+
 
+
next() - Method in interface com.amazon.carbonado.Cursor
+
+
Returns the next element from this cursor.
+
+
next() - Method in class com.amazon.carbonado.cursor.SingletonCursor
+
 
+
next() - Method in class com.amazon.carbonado.cursor.SkipCursor
+
 
+
next() - Method in class com.amazon.carbonado.cursor.SortedCursor
+
 
+
next() - Method in class com.amazon.carbonado.cursor.SymmetricDifferenceCursor
+
 
+
next() - Method in class com.amazon.carbonado.cursor.ThrottledCursor
+
 
+
next() - Method in class com.amazon.carbonado.cursor.TransformedCursor
+
 
+
next() - Method in class com.amazon.carbonado.cursor.UnionCursor
+
 
+
next() - Method in class com.amazon.carbonado.raw.RawCursor
+
 
+
nextDecimalValue() - Method in class com.amazon.carbonado.sequence.AbstractSequenceValueProducer
+
 
+
nextDecimalValue() - Method in interface com.amazon.carbonado.sequence.SequenceValueProducer
+
+
Returns the next decimal string value from the sequence, which remains + positive.
+
+
nextGeneration() - Method in class com.amazon.carbonado.layout.Layout
+
+
Returns the next known generation of the storable's layout, or null + if none.
+
+
nextIntValue() - Method in class com.amazon.carbonado.sequence.AbstractSequenceValueProducer
+
 
+
nextIntValue() - Method in class com.amazon.carbonado.sequence.SequenceValueGenerator
+
+
Returns the next value from the sequence, which may wrap negative if all + positive values are exhausted.
+
+
nextIntValue() - Method in interface com.amazon.carbonado.sequence.SequenceValueProducer
+
+
Returns the next value from the sequence, which may wrap negative if all + positive values are exhausted.
+
+
nextLongValue() - Method in class com.amazon.carbonado.sequence.SequenceValueGenerator
+
+
Returns the next value from the sequence, which may wrap negative if all + positive values are exhausted.
+
+
nextLongValue() - Method in interface com.amazon.carbonado.sequence.SequenceValueProducer
+
+
Returns the next value from the sequence, which may wrap negative if all + positive values are exhausted.
+
+
nextNumericalValue(int, int) - Method in class com.amazon.carbonado.sequence.AbstractSequenceValueProducer
+
 
+
nextNumericalValue(int, int) - Method in interface com.amazon.carbonado.sequence.SequenceValueProducer
+
+
Returns the next numerical string value from the sequence, which remains + positive.
+
+
NonDurableCommitException - Exception in com.amazon.carbonado
+
+
Thrown during a transaction commit if durability guarantees cannot be met.
+
+
NonDurableCommitException() - Constructor for exception com.amazon.carbonado.NonDurableCommitException
+
 
+
NonDurableCommitException(String) - Constructor for exception com.amazon.carbonado.NonDurableCommitException
+
 
+
NonDurableCommitException(String, Throwable) - Constructor for exception com.amazon.carbonado.NonDurableCommitException
+
 
+
NonDurableCommitException(Throwable) - Constructor for exception com.amazon.carbonado.NonDurableCommitException
+
 
+
not() - Method in class com.amazon.carbonado.filter.AndFilter
+
 
+
not() - Method in class com.amazon.carbonado.filter.ClosedFilter
+
 
+
not() - Method in class com.amazon.carbonado.filter.ExistsFilter
+
 
+
not() - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns the logical negation of this filter.
+
+
not() - Method in class com.amazon.carbonado.filter.OpenFilter
+
 
+
not() - Method in class com.amazon.carbonado.filter.OrFilter
+
 
+
not() - Method in class com.amazon.carbonado.filter.PropertyFilter
+
 
+
not() - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Returns a query that fetches everything, possibly in a specified order.
+
+
not() - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
not() - Method in interface com.amazon.carbonado.Query
+
+
Returns a new query which produces all the results not supplied in this + query.
+
+
notJoinedFrom(String) - Method in class com.amazon.carbonado.filter.Filter
+
+
Removes a join property prefix from all applicable properties of this + filter.
+
+
notJoinedFrom(ChainedProperty<S>) - Method in class com.amazon.carbonado.filter.Filter
+
+
Removes a join property prefix from all applicable properties of this + filter.
+
+
Nullable - Annotation Type in com.amazon.carbonado
+
+
Identifies that a Storable property can have a null value.
+
+
+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