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-13.html | 355 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 355 insertions(+) create mode 100644 apidocs/index-files/index-13.html (limited to 'apidocs/index-files/index-13.html') diff --git a/apidocs/index-files/index-13.html b/apidocs/index-files/index-13.html new file mode 100644 index 0000000..2550f5d --- /dev/null +++ b/apidocs/index-files/index-13.html @@ -0,0 +1,355 @@ + + + + + + +M-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  + + +

M

+
+
main(String[]) - Static method in class com.amazon.carbonado.info.StorableIntrospector
+
+
Test program which examines candidate Storable classes.
+
+
main(String[]) - Static method in class com.amazon.carbonado.util.Throttle
+
+
Test program which exercises the CPU in an infinite loop, throttled by + the amount given in args[0].
+
+
makeFetchException(String, Throwable) - Method in exception com.amazon.carbonado.PersistDeadlockException
+
 
+
makeFetchException(String, Throwable) - Method in exception com.amazon.carbonado.PersistInterruptedException
+
 
+
makeFetchException(String, Throwable) - Method in exception com.amazon.carbonado.PersistMultipleException
+
 
+
makeFetchException(String, Throwable) - Method in exception com.amazon.carbonado.PersistNoneException
+
 
+
makeFetchException(String, Throwable) - Method in exception com.amazon.carbonado.PersistTimeoutException
+
 
+
makeFetchException(String, Throwable) - Method in exception com.amazon.carbonado.RepositoryException
+
+
Subclasses can override this to provide a more specialized exception.
+
+
makePersistException(String, Throwable) - Method in exception com.amazon.carbonado.FetchDeadlockException
+
 
+
makePersistException(String, Throwable) - Method in exception com.amazon.carbonado.FetchInterruptedException
+
 
+
makePersistException(String, Throwable) - Method in exception com.amazon.carbonado.FetchMultipleException
+
 
+
makePersistException(String, Throwable) - Method in exception com.amazon.carbonado.FetchNoneException
+
 
+
makePersistException(String, Throwable) - Method in exception com.amazon.carbonado.FetchTimeoutException
+
 
+
makePersistException(String, Throwable) - Method in exception com.amazon.carbonado.RepositoryException
+
+
Subclasses can override this to provide a more specialized exception.
+
+
makePlainDescriptor(Class<? extends Annotation>) - Static method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
+
Returns an annotation descriptor that has no parameters.
+
+
makePlainDescriptor(String) - Static method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
+
Returns an annotation descriptor that has no parameters.
+
+
makeReadMethodName(String, Class) - Static method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
+
Generate a name for a bean "get" method ("is" method, for booleans).
+
+
makeWriteMethodName(String) - Static method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
+
Generate a name for a bean "set" method
+
+
MalformedArgumentException - Exception in com.amazon.carbonado
+
+
A MalformedArgumentException is thrown after detailed analysis on an + argument determined it was not suitable.
+
+
MalformedArgumentException() - Constructor for exception com.amazon.carbonado.MalformedArgumentException
+
 
+
MalformedArgumentException(String) - Constructor for exception com.amazon.carbonado.MalformedArgumentException
+
 
+
MalformedArgumentException(List<String>) - Constructor for exception com.amazon.carbonado.MalformedArgumentException
+
 
+
MalformedFilterException - Exception in com.amazon.carbonado
+
+
A MalformedFilterException indicates that a + query filter is invalid.
+
+
MalformedFilterException(String) - Constructor for exception com.amazon.carbonado.MalformedFilterException
+
 
+
MalformedFilterException(String, int) - Constructor for exception com.amazon.carbonado.MalformedFilterException
+
 
+
MalformedFilterException(String, String) - Constructor for exception com.amazon.carbonado.MalformedFilterException
+
 
+
MalformedFilterException(String, String, int) - Constructor for exception com.amazon.carbonado.MalformedFilterException
+
 
+
MalformedTypeException - Exception in com.amazon.carbonado
+
+
A MalformedTypeException indicates that a Storable is defined in a + way that violates the requirements for Storable objects.
+
+
MalformedTypeException(Class<?>) - Constructor for exception com.amazon.carbonado.MalformedTypeException
+
 
+
MalformedTypeException(Class<?>, String) - Constructor for exception com.amazon.carbonado.MalformedTypeException
+
 
+
MalformedTypeException(Class<?>, List<String>) - Constructor for exception com.amazon.carbonado.MalformedTypeException
+
 
+
MapRepositoryBuilder - Class in com.amazon.carbonado.repo.map
+
+
Volatile repository implementation backed by a concurrent map.
+
+
MapRepositoryBuilder() - Constructor for class com.amazon.carbonado.repo.map.MapRepositoryBuilder
+
 
+
MARK_ALL_PROPERTIES_CLEAN - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
MARK_ALL_PROPERTIES_DIRTY - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
MARK_PROPERTIES_CLEAN - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
MARK_PROPERTIES_DIRTY - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
markAllPropertiesClean() - Method in interface com.amazon.carbonado.Storable
+
+
Marks all properties as clean, including uninitialized properties.
+
+
markAllPropertiesDirty() - Method in interface com.amazon.carbonado.Storable
+
+
Marks all properties as dirty, including uninitialized properties.
+
+
markClustered(boolean) - Method in class com.amazon.carbonado.qe.StorableIndexSet
+
+
Marks all indexes as clustered or non-clustered.
+
+
markPropertiesClean() - Method in interface com.amazon.carbonado.Storable
+
+
Marks all dirty properties as clean.
+
+
markPropertiesDirty() - Method in interface com.amazon.carbonado.Storable
+
+
Marks all clean properties as dirty.
+
+
MasterFeature - Enum in com.amazon.carbonado.gen
+
+
Master feature to enable when using MasterStorableGenerator.
+
+
MasterStorableGenerator<S extends Storable> - Class in com.amazon.carbonado.gen
+
+
Generates and caches abstract implementations of Storable types + suitable for use by master repositories.
+
+
MasterSupport<S extends Storable> - Interface in com.amazon.carbonado.gen
+
+
Provides runtime support for Storable classes generated by MasterStorableGenerator.
+
+
mClassFile - Variable in class com.amazon.carbonado.synthetic.ClassFileBuilder
+
+
Partially hydrogenated class operators
+
+
mergeRemainder(IndexedQueryAnalyzer<S>.Result) - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Merges the remainder filter and orderings of this result with the + one given, returning a new result.
+
+
mergeRemainderFilter(CompositeScore<S>) - Method in class com.amazon.carbonado.qe.CompositeScore
+
+
Merges the remainder filter of this score with the one given using an + 'or' operation.
+
+
mergeRemainderFilter(FilteringScore<S>) - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Merges the remainder filter of this score with the one given using an + 'or' operation.
+
+
mergeRemainderFilter(Filter<S>) - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Merges the remainder filter of this result with the given filter, + returning a new result.
+
+
mergeRemainderOrdering(CompositeScore<S>) - Method in class com.amazon.carbonado.qe.CompositeScore
+
+
Merges the remainder orderings of this score with the one given.
+
+
mergeRemainderOrdering(OrderingScore<S>) - Method in class com.amazon.carbonado.qe.OrderingScore
+
+
Merges the remainder orderings of this score with the one given.
+
+
MergeSortBuffer<S extends Storable> - Class in com.amazon.carbonado.cursor
+
+
Sort buffer implemented via a merge sort algorithm.
+
+
MergeSortBuffer() - Constructor for class com.amazon.carbonado.cursor.MergeSortBuffer
+
 
+
MergeSortBuffer(Query.Controller) - Constructor for class com.amazon.carbonado.cursor.MergeSortBuffer
+
 
+
MergeSortBuffer(Storage<S>) - Constructor for class com.amazon.carbonado.cursor.MergeSortBuffer
+
 
+
MergeSortBuffer(Storage<S>, Query.Controller) - Constructor for class com.amazon.carbonado.cursor.MergeSortBuffer
+
 
+
MergeSortBuffer(Storage<S>, String) - Constructor for class com.amazon.carbonado.cursor.MergeSortBuffer
+
 
+
MergeSortBuffer(Storage<S>, String, int) - Constructor for class com.amazon.carbonado.cursor.MergeSortBuffer
+
 
+
MergeSortBuffer(Storage<S>, String, int, Query.Controller) - Constructor for class com.amazon.carbonado.cursor.MergeSortBuffer
+
 
+
micros(long) - Static method in class com.amazon.carbonado.Query.Timeout
+
+
Return a new Timeout in microseconds.
+
+
millis(long) - Static method in class com.amazon.carbonado.Query.Timeout
+
+
Return a new Timeout in milliseconds.
+
+
mInjector - Variable in class com.amazon.carbonado.synthetic.ClassFileBuilder
+
 
+
minutes(long) - Static method in class com.amazon.carbonado.Query.Timeout
+
+
Return a new Timeout in minutes.
+
+
MismatchException - Exception in com.amazon.carbonado
+
+
Indicates that a Storable doesn't exactly match up with an external + schema.
+
+
MismatchException() - Constructor for exception com.amazon.carbonado.MismatchException
+
 
+
MismatchException(String) - Constructor for exception com.amazon.carbonado.MismatchException
+
 
+
MismatchException(List<String>) - Constructor for exception com.amazon.carbonado.MismatchException
+
 
+
MismatchException(Class<?>) - Constructor for exception com.amazon.carbonado.MismatchException
+
 
+
MismatchException(Class<?>, String) - Constructor for exception com.amazon.carbonado.MismatchException
+
 
+
MismatchException(Class<?>, List<String>) - Constructor for exception com.amazon.carbonado.MismatchException
+
 
+
mLock - Variable in class com.amazon.carbonado.raw.RawCursor
+
+
Lock object, as passed into the constructor
+
+
MultiTransformedCursor<S,T> - Class in com.amazon.carbonado.cursor
+
+
Abstract cursor which wraps another cursor and transforms each storable + result into a set of target storables.
+
+
MultiTransformedCursor(Cursor<S>) - Constructor for class com.amazon.carbonado.cursor.MultiTransformedCursor
+
 
+
+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