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-22.html | 481 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 481 insertions(+) create mode 100644 apidocs/index-files/index-22.html (limited to 'apidocs/index-files/index-22.html') diff --git a/apidocs/index-files/index-22.html b/apidocs/index-files/index-22.html new file mode 100644 index 0000000..9a2bad7 --- /dev/null +++ b/apidocs/index-files/index-22.html @@ -0,0 +1,481 @@ + + + + + + +V-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  + + +

V

+
+
valueOf(String) - Static method in enum com.amazon.carbonado.filter.RelOp
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum com.amazon.carbonado.gen.MasterFeature
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum com.amazon.carbonado.info.Direction
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum com.amazon.carbonado.IsolationLevel
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum com.amazon.carbonado.qe.BoundaryType
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum com.amazon.carbonado.qe.QueryHint
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum com.amazon.carbonado.raw.CompressionType
+
+
Returns the enum constant of this type with the specified name.
+
+
valueOf(String) - Static method in enum com.amazon.carbonado.repo.sleepycat.BDBProduct
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum com.amazon.carbonado.filter.RelOp
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum com.amazon.carbonado.gen.MasterFeature
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Method in class com.amazon.carbonado.gen.StorablePropertyMap
+
 
+
values() - Static method in enum com.amazon.carbonado.info.Direction
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum com.amazon.carbonado.IsolationLevel
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum com.amazon.carbonado.qe.BoundaryType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum com.amazon.carbonado.qe.QueryHint
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum com.amazon.carbonado.raw.CompressionType
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Static method in enum com.amazon.carbonado.repo.sleepycat.BDBProduct
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
values() - Method in class com.amazon.carbonado.util.AbstractPool
+
+
Returns the pool values, which may be concurrently modified.
+
+
verify(PrintStream) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Opens the BDB environment, checks if it is corrupt, and then closes it.
+
+
VERSION - Static variable in class com.amazon.carbonado.layout.LayoutFactory
+
 
+
Version - Annotation Type in com.amazon.carbonado
+
+
Designates a Storable property as being the authoritative version + number for the entire Storable instance.
+
+
visit(OrFilter<S>, P) - Method in class com.amazon.carbonado.filter.Visitor
+
 
+
visit(AndFilter<S>, P) - Method in class com.amazon.carbonado.filter.Visitor
+
 
+
visit(PropertyFilter<S>, P) - Method in class com.amazon.carbonado.filter.Visitor
+
 
+
visit(ExistsFilter<S>, P) - Method in class com.amazon.carbonado.filter.Visitor
+
 
+
visit(OpenFilter<S>, P) - Method in class com.amazon.carbonado.filter.Visitor
+
 
+
visit(ClosedFilter<S>, P) - Method in class com.amazon.carbonado.filter.Visitor
+
 
+
visit(String, int, Annotation, Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, int, Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, long, Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, float, Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, double, Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, boolean, Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, byte, Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, short, Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, char, Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, String, Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, Class, Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, Enum, Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, Annotation[], Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, int[], Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, long[], Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, float[], Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, double[], Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, boolean[], Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, byte[], Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, short[], Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, char[], Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, String[], Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, Class[], Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(String, int, Enum[], Annotation) - Method in class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
visit(Annotation) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
+
Prints the annotation to the builder passed to the constructor.
+
+
visit(String, int, Annotation, Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, int, Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, long, Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, float, Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, double, Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, boolean, Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, byte, Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, short, Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, char, Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, String, Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, Class, Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, Enum, Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, Annotation[], Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, int[], Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, long[], Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, float[], Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, double[], Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, boolean[], Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, byte[], Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, short[], Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, char[], Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, String[], Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, Class[], Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(String, int, Enum[], Object) - Method in class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
visit(Annotation) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
+
Prints the annotation to the builder passed to the constructor.
+
+
visit(String, int, Annotation, Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, int, Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, long, Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, float, Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, double, Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, boolean, Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, byte, Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, short, Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, char, Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, String, Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, Class, Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, Enum, Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, Annotation[], Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, int[], Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, long[], Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, float[], Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, double[], Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, boolean[], Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, byte[], Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, short[], Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, char[], Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, String[], Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, Class[], Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(String, int, Enum[], Object) - Method in class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
visit(Annotation, P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Visits an annotation by breaking it down into its components and calling + various other visit methods.
+
+
visit(String, int, Annotation, P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Visits an annotation by breaking it down into its components and calling + various other visit methods.
+
+
visit(String, int, int, P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Override to visit ints.
+
+
visit(String, int, long, P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Override to visit longs.
+
+
visit(String, int, float, P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Override to visit floats.
+
+
visit(String, int, double, P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Override to visit doubles.
+
+
visit(String, int, boolean, P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Override to visit booleans.
+
+
visit(String, int, byte, P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Override to visit bytes.
+
+
visit(String, int, short, P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Override to visit shorts.
+
+
visit(String, int, char, P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Override to visit chars.
+
+
visit(String, int, String, P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Override to visit Strings.
+
+
visit(String, int, Class, P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Override to visit Classes.
+
+
visit(String, int, Enum, P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Override to visit Enums.
+
+
visit(String, int, Annotation[], P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Visits each array element.
+
+
visit(String, int, int[], P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Visits each array element.
+
+
visit(String, int, long[], P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Visits each array element.
+
+
visit(String, int, float[], P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Visits each array element.
+
+
visit(String, int, double[], P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Visits each array element.
+
+
visit(String, int, boolean[], P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Visits each array element.
+
+
visit(String, int, byte[], P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Visits each array element.
+
+
visit(String, int, short[], P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Visits each array element.
+
+
visit(String, int, char[], P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Visits each array element.
+
+
visit(String, int, String[], P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Visits each array element.
+
+
visit(String, int, Class[], P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Visits each array element.
+
+
visit(String, int, Enum[], P) - Method in class com.amazon.carbonado.util.AnnotationVisitor
+
+
Visits each array element.
+
+
Visitor<S extends Storable,R,P> - Class in com.amazon.carbonado.filter
+
+
Traverses a filter tree in its canonical order.
+
+
Visitor() - Constructor for class com.amazon.carbonado.filter.Visitor
+
 
+
+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