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-1.html | 949 ++++++++++++++++ apidocs/index-files/index-10.html | 167 +++ apidocs/index-files/index-11.html | 152 +++ apidocs/index-files/index-12.html | 341 ++++++ apidocs/index-files/index-13.html | 355 ++++++ apidocs/index-files/index-14.html | 283 +++++ apidocs/index-files/index-15.html | 346 ++++++ apidocs/index-files/index-16.html | 442 ++++++++ apidocs/index-files/index-17.html | 230 ++++ apidocs/index-files/index-18.html | 416 +++++++ apidocs/index-files/index-19.html | 1331 ++++++++++++++++++++++ apidocs/index-files/index-2.html | 415 +++++++ apidocs/index-files/index-20.html | 611 ++++++++++ apidocs/index-files/index-21.html | 238 ++++ apidocs/index-files/index-22.html | 481 ++++++++ apidocs/index-files/index-23.html | 338 ++++++ apidocs/index-files/index-24.html | 136 +++ apidocs/index-files/index-3.html | 1109 ++++++++++++++++++ apidocs/index-files/index-4.html | 622 +++++++++++ apidocs/index-files/index-5.html | 764 +++++++++++++ apidocs/index-files/index-6.html | 588 ++++++++++ apidocs/index-files/index-7.html | 2226 +++++++++++++++++++++++++++++++++++++ apidocs/index-files/index-8.html | 273 +++++ apidocs/index-files/index-9.html | 765 +++++++++++++ 24 files changed, 13578 insertions(+) create mode 100644 apidocs/index-files/index-1.html create mode 100644 apidocs/index-files/index-10.html create mode 100644 apidocs/index-files/index-11.html create mode 100644 apidocs/index-files/index-12.html create mode 100644 apidocs/index-files/index-13.html create mode 100644 apidocs/index-files/index-14.html create mode 100644 apidocs/index-files/index-15.html create mode 100644 apidocs/index-files/index-16.html create mode 100644 apidocs/index-files/index-17.html create mode 100644 apidocs/index-files/index-18.html create mode 100644 apidocs/index-files/index-19.html create mode 100644 apidocs/index-files/index-2.html create mode 100644 apidocs/index-files/index-20.html create mode 100644 apidocs/index-files/index-21.html create mode 100644 apidocs/index-files/index-22.html create mode 100644 apidocs/index-files/index-23.html create mode 100644 apidocs/index-files/index-24.html create mode 100644 apidocs/index-files/index-3.html create mode 100644 apidocs/index-files/index-4.html create mode 100644 apidocs/index-files/index-5.html create mode 100644 apidocs/index-files/index-6.html create mode 100644 apidocs/index-files/index-7.html create mode 100644 apidocs/index-files/index-8.html create mode 100644 apidocs/index-files/index-9.html (limited to 'apidocs/index-files') diff --git a/apidocs/index-files/index-1.html b/apidocs/index-files/index-1.html new file mode 100644 index 0000000..d90d52c --- /dev/null +++ b/apidocs/index-files/index-1.html @@ -0,0 +1,949 @@ + + + + + + +A-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  + + +

A

+
+
abortTry() - Method in class com.amazon.carbonado.Trigger
+
+
Call to quickly abort a "try" operation, returning false to the + caller.
+
+
abortTxn(Txn) - Method in class com.amazon.carbonado.txn.TransactionManager
+
+
Aborts and closes the given internal transaction.
+
+
AbstractBlob - Class in com.amazon.carbonado.lob
+
+
AbstractBlob implements a small set of common Blob methods.
+
+
AbstractBlob() - Constructor for class com.amazon.carbonado.lob.AbstractBlob
+
 
+
AbstractBlob(Repository) - Constructor for class com.amazon.carbonado.lob.AbstractBlob
+
+
Use of this constructor indicates that setValue should operate within a + transaction.
+
+
AbstractClob - Class in com.amazon.carbonado.lob
+
+
AbstractClob implements a small set of common Clob methods.
+
+
AbstractClob() - Constructor for class com.amazon.carbonado.lob.AbstractClob
+
 
+
AbstractClob(Repository) - Constructor for class com.amazon.carbonado.lob.AbstractClob
+
+
Use of this constructor indicates that setValue should operate within a + transaction.
+
+
AbstractCursor<S> - Class in com.amazon.carbonado.cursor
+
+
AbstractCursor implements a small set of common Cursor methods.
+
+
AbstractCursor() - Constructor for class com.amazon.carbonado.cursor.AbstractCursor
+
 
+
AbstractPool<K,V,E extends java.lang.Exception> - Class in com.amazon.carbonado.util
+
+
A concurrent pool of strongly referenced values mapped by key.
+
+
AbstractPool() - Constructor for class com.amazon.carbonado.util.AbstractPool
+
 
+
AbstractQuery<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
AbstractQuery implements a small set of common Query methods.
+
+
AbstractQuery() - Constructor for class com.amazon.carbonado.qe.AbstractQuery
+
 
+
AbstractQueryExecutor<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
AbstractQueryExecutor implements a small set of common QueryExecutor methods.
+
+
AbstractQueryExecutor() - Constructor for class com.amazon.carbonado.qe.AbstractQueryExecutor
+
 
+
AbstractRepository<Txn> - Class in com.amazon.carbonado.spi
+
+
Implements basic functionality required by a core Repository.
+
+
AbstractRepository(String) - Constructor for class com.amazon.carbonado.spi.AbstractRepository
+
 
+
AbstractRepositoryBuilder - Class in com.amazon.carbonado.spi
+
+
Abstract builder class for opening repositories.
+
+
AbstractRepositoryBuilder() - Constructor for class com.amazon.carbonado.spi.AbstractRepositoryBuilder
+
 
+
AbstractSequenceValueProducer - Class in com.amazon.carbonado.sequence
+
 
+
AbstractSequenceValueProducer() - Constructor for class com.amazon.carbonado.sequence.AbstractSequenceValueProducer
+
 
+
accept(Visitor<S, R, P>, P) - Method in class com.amazon.carbonado.filter.AndFilter
+
 
+
accept(Visitor<S, R, P>, P) - Method in class com.amazon.carbonado.filter.ClosedFilter
+
 
+
accept(Visitor<S, R, P>, P) - Method in class com.amazon.carbonado.filter.ExistsFilter
+
 
+
accept(Visitor<S, R, P>, P) - Method in class com.amazon.carbonado.filter.Filter
+
+
Accept the given visitor subclass to traverse the filter tree.
+
+
accept(Visitor<S, R, P>, P) - Method in class com.amazon.carbonado.filter.OpenFilter
+
 
+
accept(Visitor<S, R, P>, P) - Method in class com.amazon.carbonado.filter.OrFilter
+
 
+
accept(Visitor<S, R, P>, P) - Method in class com.amazon.carbonado.filter.PropertyFilter
+
 
+
ADAPTER_FIELD_ELEMENT - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Adapter field names are propertyName + "$adapter$" + number
+
+
AdapterDefinition - Annotation Type in com.amazon.carbonado.adapter
+
+
Allows annotations to be defined for supporting property types which are not + natively supported by the underlying storage layer.
+
+
adaptToBlob(String) - Method in class com.amazon.carbonado.adapter.TextAdapter.Adapter
+
 
+
adaptToBoolean(char) - Method in class com.amazon.carbonado.adapter.TrueFalseAdapter.Adapter
+
+
Adapts a character 'T' or 'F' to true or false.
+
+
adaptToBoolean(Character) - Method in class com.amazon.carbonado.adapter.TrueFalseAdapter.Adapter
+
+
Adapts a character 'T' or 'F' to true or false.
+
+
adaptToBoolean(String) - Method in class com.amazon.carbonado.adapter.TrueFalseAdapter.Adapter
+
+
Adapts a character "T" or "F" to true or false.
+
+
adaptToBoolean(char) - Method in class com.amazon.carbonado.adapter.YesNoAdapter.Adapter
+
+
Adapts a character 'Y' or 'N' to true or false.
+
+
adaptToBoolean(Character) - Method in class com.amazon.carbonado.adapter.YesNoAdapter.Adapter
+
+
Adapts a character 'Y' or 'N' to true or false.
+
+
adaptToBoolean(String) - Method in class com.amazon.carbonado.adapter.YesNoAdapter.Adapter
+
+
Adapts a character "Y" or "N" to true or false.
+
+
adaptToBooleanArray(byte[]) - Method in class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
+
Unpacks a boolean array from a byte array, big-endian fashion.
+
+
adaptToBooleanObj(char) - Method in class com.amazon.carbonado.adapter.TrueFalseAdapter.Adapter
+
+
Adapts a character 'T' or 'F' to true or false.
+
+
adaptToBooleanObj(Character) - Method in class com.amazon.carbonado.adapter.TrueFalseAdapter.Adapter
+
+
Adapts a character 'T' or 'F' to true or false.
+
+
adaptToBooleanObj(String) - Method in class com.amazon.carbonado.adapter.TrueFalseAdapter.Adapter
+
+
Adapts a character "T" or "F" to true or false.
+
+
adaptToBooleanObj(char) - Method in class com.amazon.carbonado.adapter.YesNoAdapter.Adapter
+
+
Adapts a character 'Y' or 'N' to true or false.
+
+
adaptToBooleanObj(Character) - Method in class com.amazon.carbonado.adapter.YesNoAdapter.Adapter
+
+
Adapts a character 'Y' or 'N' to true or false.
+
+
adaptToBooleanObj(String) - Method in class com.amazon.carbonado.adapter.YesNoAdapter.Adapter
+
+
Adapts a character "Y" or "N" to true or false.
+
+
adaptToByteArray(short[]) - Method in class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
 
+
adaptToByteArray(char[]) - Method in class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
 
+
adaptToByteArray(int[]) - Method in class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
 
+
adaptToByteArray(long[]) - Method in class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
 
+
adaptToByteArray(float[]) - Method in class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
 
+
adaptToByteArray(double[]) - Method in class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
 
+
adaptToByteArray(boolean[]) - Method in class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
+
Packs the given boolean array into a byte array, big-endian fashion.
+
+
adaptToChar(boolean) - Method in class com.amazon.carbonado.adapter.TrueFalseAdapter.Adapter
+
+
Adapts a boolean true or false into 'T' or 'F'.
+
+
adaptToChar(Boolean) - Method in class com.amazon.carbonado.adapter.TrueFalseAdapter.Adapter
+
+
Adapts a boolean true into 'T', and anything else to 'F'.
+
+
adaptToChar(boolean) - Method in class com.amazon.carbonado.adapter.YesNoAdapter.Adapter
+
+
Adapts a boolean true or false into 'Y' or 'N'.
+
+
adaptToChar(Boolean) - Method in class com.amazon.carbonado.adapter.YesNoAdapter.Adapter
+
+
Adapts a boolean true into 'Y', and anything else to 'N'.
+
+
adaptToCharacter(boolean) - Method in class com.amazon.carbonado.adapter.TrueFalseAdapter.Adapter
+
+
Adapts a boolean true or false into 'T' or 'F'.
+
+
adaptToCharacter(Boolean) - Method in class com.amazon.carbonado.adapter.TrueFalseAdapter.Adapter
+
+
Adapts a boolean true into 'T', and anything else to 'F'.
+
+
adaptToCharacter(boolean) - Method in class com.amazon.carbonado.adapter.YesNoAdapter.Adapter
+
+
Adapts a boolean true or false into 'Y' or 'N'.
+
+
adaptToCharacter(Boolean) - Method in class com.amazon.carbonado.adapter.YesNoAdapter.Adapter
+
+
Adapts a boolean true into 'Y', and anything else to 'N'.
+
+
adaptToCharArray(byte[]) - Method in class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
 
+
adaptToClob(String) - Method in class com.amazon.carbonado.adapter.TextAdapter.Adapter
+
 
+
adaptToDate(ReadableInstant) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDate(LocalDateTime) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDate(LocalDate) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDate(long) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDate(Long) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDate(String) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDate(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDate(Time) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDate(Timestamp) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDateMidnight(long) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDateMidnight(Long) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDateMidnight(String) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDateMidnight(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDateMidnight(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDateMidnight(Time) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDateMidnight(Timestamp) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDateTime(long) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDateTime(Long) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDateTime(String) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDateTime(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDateTime(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDateTime(Time) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDateTime(Timestamp) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToDoubleArray(byte[]) - Method in class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
 
+
adaptToFloatArray(byte[]) - Method in class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
 
+
adaptToIntArray(byte[]) - Method in class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
 
+
adaptToLocalDate(long) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLocalDate(Long) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLocalDate(String) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLocalDate(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLocalDate(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLocalDate(Time) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLocalDate(Timestamp) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLocalDateTime(long) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLocalDateTime(Long) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLocalDateTime(String) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLocalDateTime(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLocalDateTime(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLocalDateTime(Time) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLocalDateTime(Timestamp) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLong(ReadableInstant) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLong(LocalDateTime) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLong(LocalDate) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLong(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLongArray(byte[]) - Method in class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
 
+
adaptToLongObj(ReadableInstant) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLongObj(LocalDateTime) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLongObj(LocalDate) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToLongObj(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToShortArray(byte[]) - Method in class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
 
+
adaptToSqlDate(ReadableInstant) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToSqlDate(LocalDateTime) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToSqlDate(LocalDate) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToSqlDate(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToSqlTime(ReadableInstant) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToSqlTime(LocalDateTime) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToSqlTime(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToSqlTimestamp(ReadableInstant) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToSqlTimestamp(LocalDateTime) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToSqlTimestamp(LocalDate) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToSqlTimestamp(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToString(ReadableInstant) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToString(LocalDateTime) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToString(LocalDate) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToString(Date) - Method in class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
adaptToString(Clob) - Method in class com.amazon.carbonado.adapter.TextAdapter.Adapter
+
 
+
adaptToString(Blob) - Method in class com.amazon.carbonado.adapter.TextAdapter.Adapter
+
 
+
adaptToString(boolean) - Method in class com.amazon.carbonado.adapter.TrueFalseAdapter.Adapter
+
+
Adapts a boolean true or false into "T" or "F".
+
+
adaptToString(Boolean) - Method in class com.amazon.carbonado.adapter.TrueFalseAdapter.Adapter
+
+
Adapts a boolean true into "T", and anything else to "F".
+
+
adaptToString(boolean) - Method in class com.amazon.carbonado.adapter.YesNoAdapter.Adapter
+
+
Adapts a boolean true or false into "Y" or "N".
+
+
adaptToString(Boolean) - Method in class com.amazon.carbonado.adapter.YesNoAdapter.Adapter
+
+
Adapts a boolean true into "Y", and anything else to "N".
+
+
add(S) - Method in class com.amazon.carbonado.cursor.MergeSortBuffer
+
 
+
addAccessorAnnotationDescriptor(String) - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
+
Add an arbitrary annotation to the property accessor method, as + specified by a descriptor.
+
+
addAlternateKey() - Method in interface com.amazon.carbonado.synthetic.SyntheticBuilder
+
+
Add an alternate key to be built.
+
+
addAlternateKey() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
 
+
addAlternateKey() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
 
+
addAlternateKeys(StorableInfo<S>) - Method in class com.amazon.carbonado.qe.StorableIndexSet
+
+
Adds all of the alternate keys of the given storable as indexes by + calling addKey.
+
+
addEqualsCall(CodeBuilder, String, TypeDesc, boolean, Label, LocalVariable) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Generates code to compare a field in this object against the same one in a + different instance.
+
+
addIndex() - Method in interface com.amazon.carbonado.synthetic.SyntheticBuilder
+
+
Add an index to the set managed by this builder.
+
+
addIndex() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
 
+
addIndex() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
 
+
addIndexes(StorableInfo<S>) - Method in class com.amazon.carbonado.qe.StorableIndexSet
+
+
Adds all the indexes of the given storable.
+
+
addIndexes(StorableInfo<S>, Direction) - Method in class com.amazon.carbonado.qe.StorableIndexSet
+
+
Adds all the indexes of the given storable.
+
+
addInvokeReadMethod(CodeAssembler) - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
addInvokeReadMethod(CodeAssembler, TypeDesc) - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
addInvokeWriteMethod(CodeAssembler) - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
addInvokeWriteMethod(CodeAssembler, TypeDesc) - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
addKey(StorableKey<S>) - Method in class com.amazon.carbonado.qe.StorableIndexSet
+
+
Adds the key as a unique index, preserving the property arrangement.
+
+
addKeyProperty(String, Direction) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
+
Add a property to the primary key which is a member of the Storable type + being referenced by this one.
+
+
addPrimaryKey(StorableInfo<S>) - Method in class com.amazon.carbonado.qe.StorableIndexSet
+
+
Adds the primary key of the given storable as indexes by calling addKey.
+
+
addPrimaryKey() - Method in interface com.amazon.carbonado.synthetic.SyntheticBuilder
+
+
Add a primary key to be built.
+
+
addPrimaryKey() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
 
+
addPrimaryKey() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
 
+
addProperty(StorableProperty<S>, Direction) - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns a StorableIndex with the given property added.
+
+
addProperty(String, Class) - Method in interface com.amazon.carbonado.synthetic.SyntheticBuilder
+
+
Add a property to the set managed by this builder.
+
+
addProperty(SyntheticProperty) - Method in interface com.amazon.carbonado.synthetic.SyntheticBuilder
+
+
Add an externally defined synthetic property to the list
+
+
addProperty(String) - Method in class com.amazon.carbonado.synthetic.SyntheticPropertyList
+
+
Adds a property to this index, with an unspecified direction.
+
+
addProperty(String, Direction) - Method in class com.amazon.carbonado.synthetic.SyntheticPropertyList
+
+
Adds a property to this index, with the specified direction.
+
+
addProperty(String, Class) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
 
+
addProperty(SyntheticProperty) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
 
+
addProperty(String, Class) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
 
+
addProperty(SyntheticProperty) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
 
+
addToGroup(S) - Method in class com.amazon.carbonado.cursor.GroupedCursor
+
+
This method is called when more entries are found for the current + group.
+
+
addTrigger(Trigger<? super S>) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
addTrigger(Trigger<? super S>) - Method in interface com.amazon.carbonado.Storage
+
+
Register a trigger which will be called for overridden methods in the given + trigger implementation.
+
+
addTriggerFactory(TriggerFactory) - Method in interface com.amazon.carbonado.RepositoryBuilder
+
+
Optionally add a TriggerFactory which will be called upon to create an + initial trigger for each Storable type that the Repository supports.
+
+
addTriggerFactory(TriggerFactory) - Method in class com.amazon.carbonado.spi.AbstractRepositoryBuilder
+
 
+
addTriggers(Class<S>, Iterable<TriggerFactory>) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
addValueHashCodeCall(CodeBuilder, TypeDesc, boolean, boolean) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Generates code to compute a hashcode for a value on the stack, consuming + the value.
+
+
addValuesEqualCall(CodeBuilder, TypeDesc, boolean, Label, boolean) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Generates code to compare two values on the stack, and branch to the + provided Label if they are not equal.
+
+
after(T) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
 
+
after(T) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
after(T) - Method in interface com.amazon.carbonado.Query
+
+
Returns a query which fetches results for this query after a given + starting point, which is useful for re-opening a cursor.
+
+
afterDelete(S, Object) - Method in class com.amazon.carbonado.capability.ResyncCapability.Listener
+
+
Called right after a bogus storable has been successfully deleted.
+
+
afterDelete(S, Object) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
afterDelete(S, Object) - Method in class com.amazon.carbonado.Trigger
+
+
Called right after a storable has been successfully deleted.
+
+
afterInsert(S, Object) - Method in class com.amazon.carbonado.capability.ResyncCapability.Listener
+
+
Called right after a sync'd storable has been successfully inserted.
+
+
afterInsert(S, Object) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
afterInsert(S, Object) - Method in class com.amazon.carbonado.Trigger
+
+
Called right after a storable has been successfully inserted.
+
+
afterLoad(S) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
afterLoad(S) - Method in class com.amazon.carbonado.Trigger
+
+
Called right after a storable has been successfully loaded or + fetched.
+
+
afterTryDelete(S, Object) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
afterTryDelete(S, Object) - Method in class com.amazon.carbonado.Trigger
+
+
Called right after a storable has been successfully deleted via + tryDelete.
+
+
afterTryInsert(S, Object) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
afterTryInsert(S, Object) - Method in class com.amazon.carbonado.Trigger
+
+
Called right after a storable has been successfully inserted via + tryInsert.
+
+
afterTryUpdate(S, Object) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
afterTryUpdate(S, Object) - Method in class com.amazon.carbonado.Trigger
+
+
Called right after a storable has been successfully updated via + tryUpdate.
+
+
afterUpdate(S, Object) - Method in class com.amazon.carbonado.capability.ResyncCapability.Listener
+
+
Called right after a sync'd storable has been successfully updated.
+
+
afterUpdate(S, Object) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
afterUpdate(S, Object) - Method in class com.amazon.carbonado.Trigger
+
+
Called right after a storable has been successfully updated.
+
+
Alias - Annotation Type in com.amazon.carbonado
+
+
Identifies alternate names for a Storable or a Storable property.
+
+
allStorage() - Method in class com.amazon.carbonado.spi.AbstractRepository
+
+
Returns all available Storage instances.
+
+
AlternateKeys - Annotation Type in com.amazon.carbonado
+
+
List of alternate keys for a Storable.
+
+
analyze(Filter<S>, OrderingList<S>, QueryHints) - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer
+
 
+
analyze(Filter<S>, OrderingList<S>, QueryHints) - Method in class com.amazon.carbonado.qe.UnionQueryAnalyzer
+
 
+
and(Filter<S>) - Method in class com.amazon.carbonado.filter.ClosedFilter
+
 
+
and(String) - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns a combined filter instance that accepts records which are only + accepted by this filter and the one given.
+
+
and(Filter<S>) - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns a combined filter instance that accepts records which are only + accepted by this filter and the one given.
+
+
and(String, RelOp) - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns a combined filter instance that accepts records which are only + accepted by this filter and the one given.
+
+
and(String, RelOp, Object) - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns a combined filter instance that accepts records which are only + accepted by this filter and the one given.
+
+
and(Filter<S>) - Method in class com.amazon.carbonado.filter.OpenFilter
+
 
+
and(String) - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
and(Filter<S>) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always throws an IllegalStateException.
+
+
and(Filter<S>) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
and(String) - Method in interface com.amazon.carbonado.Query
+
+
Returns a new query which has another filter logically "and"ed to this, potentially reducing the amount of + results.
+
+
and(Filter<S>) - Method in interface com.amazon.carbonado.Query
+
+
Returns a new query which has another filter logically "and"ed to this, potentially reducing the amount of + results.
+
+
AND_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Query API method name
+
+
andExists(String, Filter<?>) - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns a combined filter instance that accepts records which are only + accepted by this filter and the "exists" test applied to a join.
+
+
AndFilter<S extends Storable> - Class in com.amazon.carbonado.filter
+
+
Filter tree node that performs a logical 'and' test.
+
+
andNotExists(String, Filter<?>) - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns a combined filter instance that accepts records which are only + accepted by this filter and the "not exists" test applied to a join.
+
+
AnnotationBuilder - Class in com.amazon.carbonado.util
+
+
Builds all Annotation properties to a Cojen Annotation definition.
+
+
AnnotationBuilder() - Constructor for class com.amazon.carbonado.util.AnnotationBuilder
+
 
+
AnnotationDescParser - Class in com.amazon.carbonado.util
+
+
Parses an annotation descriptor String to a Cojen Annotation definition.
+
+
AnnotationDescParser(String) - Constructor for class com.amazon.carbonado.util.AnnotationDescParser
+
 
+
AnnotationDescPrinter - Class in com.amazon.carbonado.util
+
+
Prints machine readable, self-describing, annotation descriptors.
+
+
AnnotationDescPrinter(boolean, StringBuilder) - Constructor for class com.amazon.carbonado.util.AnnotationDescPrinter
+
 
+
AnnotationPrinter - Class in com.amazon.carbonado.util
+
+
Prints an Annotation into a parseable format, exactly the same as Java + Annotation syntax.
+
+
AnnotationPrinter(boolean, StringBuilder) - Constructor for class com.amazon.carbonado.util.AnnotationPrinter
+
 
+
AnnotationVisitor<R,P> - Class in com.amazon.carbonado.util
+
+
Generic annotation visitor.
+
+
AnnotationVisitor(boolean) - Constructor for class com.amazon.carbonado.util.AnnotationVisitor
+
 
+
append(StorableProperty<?>) - Method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns a new ChainedProperty with another property appended.
+
+
append(StorableProperty<?>, boolean) - Method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns a new ChainedProperty with another property appended.
+
+
append(ChainedProperty<?>) - Method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns a new ChainedProperty with another property appended.
+
+
Appender - Interface in com.amazon.carbonado.util
+
+
Interface that supports an alternate way of providing a string representation + for an object.
+
+
appendTo(Appendable, FilterValues<S>) - Method in class com.amazon.carbonado.filter.AndFilter
+
 
+
appendTo(Appendable, FilterValues<S>) - Method in class com.amazon.carbonado.filter.ClosedFilter
+
 
+
appendTo(Appendable, FilterValues<S>) - Method in class com.amazon.carbonado.filter.ExistsFilter
+
 
+
appendTo(Appendable) - Method in class com.amazon.carbonado.filter.Filter
+
+
Appends the string value of this filter into the given Appendable.
+
+
appendTo(Appendable, FilterValues<S>) - Method in class com.amazon.carbonado.filter.Filter
+
+
Appends the string value of this filter into the given Appendable.
+
+
appendTo(Appendable) - Method in class com.amazon.carbonado.filter.FilterValues
+
 
+
appendTo(Appendable, FilterValues<S>) - Method in class com.amazon.carbonado.filter.OpenFilter
+
 
+
appendTo(Appendable, FilterValues<S>) - Method in class com.amazon.carbonado.filter.OrFilter
+
 
+
appendTo(Appendable, FilterValues<S>) - Method in class com.amazon.carbonado.filter.PropertyFilter
+
 
+
appendTo(Appendable) - Method in class com.amazon.carbonado.info.ChainedProperty
+
+
Appends the chained property formatted as "name.subname.subsubname".
+
+
appendTo(Appendable) - Method in class com.amazon.carbonado.info.OrderedProperty
+
 
+
appendTo(Appendable) - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Appends the same results as toString, but without the "StorableIndex" + prefix.
+
+
appendTo(Appendable) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
 
+
appendTo(Appendable) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
appendTo(Appendable) - Method in interface com.amazon.carbonado.util.Appender
+
+
Append the string representation of this object to the given Appendable.
+
+
apply(Cursor<S>, Query.Controller) - Static method in class com.amazon.carbonado.cursor.ControllerCursor
+
+
Returns a ControllerCursor depending on whether a controller instance is + passed in or not.
+
+
applyFilter(Cursor<S>, Class<S>, String, Object...) - Static method in class com.amazon.carbonado.cursor.FilteredCursor
+
+
Returns a Cursor that is filtered by the given filter expression and values.
+
+
applyFilter(Filter<S>, FilterValues<S>, Cursor<S>) - Static method in class com.amazon.carbonado.cursor.FilteredCursor
+
+
Returns a Cursor that is filtered by the given Filter and FilterValues.
+
+
arrayComparator(Class<T>, boolean) - Static method in class com.amazon.carbonado.util.Comparators
+
+
Returns a comparator which can sort single or multi-dimensional arrays + of primitves or Comparables.
+
+
ArraySortBuffer<S> - Class in com.amazon.carbonado.cursor
+
+
Sort buffer implementation backed by an ArrayList.
+
+
ArraySortBuffer() - Constructor for class com.amazon.carbonado.cursor.ArraySortBuffer
+
 
+
ArraySortBuffer(int) - Constructor for class com.amazon.carbonado.cursor.ArraySortBuffer
+
 
+
asJoinedFrom(Class<T>, String) - Method in class com.amazon.carbonado.filter.Filter
+
+
Prepends a join property to all properties of this filter.
+
+
asJoinedFrom(ChainedProperty<T>) - Method in class com.amazon.carbonado.filter.Filter
+
+
Prepends a join property to all properties of this filter.
+
+
asJoinedFromAny(ChainedProperty<T>) - Method in class com.amazon.carbonado.filter.AndFilter
+
 
+
asJoinedFromAny(ChainedProperty<T>) - Method in class com.amazon.carbonado.filter.ClosedFilter
+
 
+
asJoinedFromAny(ChainedProperty<T>) - Method in class com.amazon.carbonado.filter.ExistsFilter
+
 
+
asJoinedFromAny(ChainedProperty<T>) - Method in class com.amazon.carbonado.filter.Filter
+
+
Allows join from any property type, including one-to-many joins.
+
+
asJoinedFromAny(ChainedProperty<T>) - Method in class com.amazon.carbonado.filter.OpenFilter
+
 
+
asJoinedFromAny(ChainedProperty<T>) - Method in class com.amazon.carbonado.filter.OrFilter
+
 
+
asJoinedFromAny(ChainedProperty<T>) - Method in class com.amazon.carbonado.filter.PropertyFilter
+
 
+
assertParameterNotNull(CodeBuilder, int) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Generate code to throw an exception if a parameter is null
+
+
assertReady() - Method in class com.amazon.carbonado.spi.AbstractRepositoryBuilder
+
+
Throw a configuration exception if the configuration is not filled out + sufficiently and correctly such that a repository could be instantiated + from it.
+
+
asString() - Method in class com.amazon.carbonado.lob.AbstractBlob
+
 
+
asString(String) - Method in class com.amazon.carbonado.lob.AbstractBlob
+
 
+
asString(Charset) - Method in class com.amazon.carbonado.lob.AbstractBlob
+
 
+
asString() - Method in class com.amazon.carbonado.lob.AbstractClob
+
 
+
asString() - Method in interface com.amazon.carbonado.lob.Blob
+
+
Convenience method to capture all the Blob data as a single String, + assuming UTF-8 encoding.
+
+
asString(String) - Method in interface com.amazon.carbonado.lob.Blob
+
+
Convenience method to capture all the Blob data as a single String, + decoded against the given charset.
+
+
asString(Charset) - Method in interface com.amazon.carbonado.lob.Blob
+
+
Convenience method to capture all the Blob data as a single String, + decoded against the given charset.
+
+
asString() - Method in class com.amazon.carbonado.lob.CharArrayClob
+
 
+
asString() - Method in interface com.amazon.carbonado.lob.Clob
+
+
Convenience method to capture all the Clob data as a single String.
+
+
asString() - Method in class com.amazon.carbonado.lob.StringClob
+
 
+
attach() - Method in interface com.amazon.carbonado.Transaction
+
+
Attaches this transaction to the current thread, if it has been + detached.
+
+
attach() - Method in class com.amazon.carbonado.txn.TransactionPair
+
 
+
attach() - Method in class com.amazon.carbonado.txn.TransactionScope
+
+
Attach this scope to the current thread, if it has been detached.
+
+
attachNotification(Txn) - Method in class com.amazon.carbonado.txn.TransactionManager
+
+
Called to notify internal method that transaction is attached.
+
+
Authoritative - Annotation Type in com.amazon.carbonado
+
+
Indicates that all accesses to this Storable must come from an + authoritative source.
+
+
Automatic - Annotation Type in com.amazon.carbonado
+
+
Identifies a Storable property capable of selecting its own value on + insert.
+
+
+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.

+ + diff --git a/apidocs/index-files/index-10.html b/apidocs/index-files/index-10.html new file mode 100644 index 0000000..fa12fdb --- /dev/null +++ b/apidocs/index-files/index-10.html @@ -0,0 +1,167 @@ + + + + + + +J-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  + + +

J

+
+
JDBCBlobLoader - Interface in com.amazon.carbonado.repo.jdbc
+
+
Callback for reloading Blobs outside original transaction.
+
+
JDBCClobLoader - Interface in com.amazon.carbonado.repo.jdbc
+
+
Callback for reloading Clobs outside original transaction.
+
+
JDBCConnectionCapability - Interface in com.amazon.carbonado.repo.jdbc
+
+
Capability to directly access the JDBC connection being used by the current + transaction, which is thread-local.
+
+
JDBCRepositoryBuilder - Class in com.amazon.carbonado.repo.jdbc
+
+
Builds a repository instance backed by a JDBC accessible database.
+
+
JDBCRepositoryBuilder() - Constructor for class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
 
+
JDBCStorableInfo<S extends Storable> - Interface in com.amazon.carbonado.repo.jdbc
+
+
Contains all the metadata describing a specific Storable type as + needed by JDBCRepository.
+
+
JDBCStorableIntrospector - Class in com.amazon.carbonado.repo.jdbc
+
+
Provides additional metadata for a Storable type needed by + JDBCRepository.
+
+
JDBCStorableIntrospector() - Constructor for class com.amazon.carbonado.repo.jdbc.JDBCStorableIntrospector
+
 
+
JDBCStorableProperty<S extends Storable> - Interface in com.amazon.carbonado.repo.jdbc
+
+
Contains all the metadata describing a property of a specific Storable type as needed by JDBCRepository.
+
+
JDBCSupport<S extends Storable> - Interface in com.amazon.carbonado.repo.jdbc
+
 
+
Join - Annotation Type in com.amazon.carbonado
+
+
Identifies a Storable property as defining a join relationship + with another Storable type.
+
+
JoinedQueryExecutor<S extends Storable,T extends Storable> - Class in com.amazon.carbonado.qe
+
+
QueryExecutor which joins a source and target executor, + producing results of target type.
+
+
+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.

+ + diff --git a/apidocs/index-files/index-11.html b/apidocs/index-files/index-11.html new file mode 100644 index 0000000..a6efe45 --- /dev/null +++ b/apidocs/index-files/index-11.html @@ -0,0 +1,152 @@ + + + + + + +K-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  + + +

K

+
+
Key - Annotation Type in com.amazon.carbonado
+
+
Identifies a Storable property as being a member of an alternate + key.
+
+
KeyDecoder - Class in com.amazon.carbonado.raw
+
+
A very low-level class that decodes key components encoded by methods of + KeyEncoder.
+
+
KeyDecoder() - Constructor for class com.amazon.carbonado.raw.KeyDecoder
+
 
+
KeyEncoder - Class in com.amazon.carbonado.raw
+
+
A very low-level class that supports encoding of primitive data into unique, + sortable byte array keys.
+
+
KeyEncoder() - Constructor for class com.amazon.carbonado.raw.KeyEncoder
+
 
+
KeyQueryExecutor<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
QueryExecutor which has a fully specified key, and so cursors produce at + most one result.
+
+
KeyQueryExecutor(KeyQueryExecutor.Support<S>, StorableIndex<S>, FilteringScore<S>) - Constructor for class com.amazon.carbonado.qe.KeyQueryExecutor
+
 
+
KeyQueryExecutor.Support<S extends Storable> - Interface in com.amazon.carbonado.qe
+
+
Provides support for KeyQueryExecutor.
+
+
keySet() - Method in class com.amazon.carbonado.gen.StorablePropertyMap
+
 
+
+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.

+ + diff --git a/apidocs/index-files/index-12.html b/apidocs/index-files/index-12.html new file mode 100644 index 0000000..5685e6f --- /dev/null +++ b/apidocs/index-files/index-12.html @@ -0,0 +1,341 @@ + + + + + + +L-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  + + +

L

+
+
Layout - Class in com.amazon.carbonado.layout
+
+
Describes the layout of a specific generation of a storable.
+
+
LayoutCapability - Interface in com.amazon.carbonado.layout
+
+
Capability to get layout information on any storable generation.
+
+
LayoutFactory - Class in com.amazon.carbonado.layout
+
+
Factory for obtaining references to storable layouts.
+
+
LayoutFactory(Repository) - Constructor for class com.amazon.carbonado.layout.LayoutFactory
+
 
+
layoutFor(Class<? extends Storable>) - Method in interface com.amazon.carbonado.layout.LayoutCapability
+
+
Returns the layout matching the current definition of the given type.
+
+
layoutFor(Class<? extends Storable>, int) - Method in interface com.amazon.carbonado.layout.LayoutCapability
+
+
Returns the layout for a particular generation of the given type.
+
+
layoutFor(Class<? extends Storable>) - Method in class com.amazon.carbonado.layout.LayoutFactory
+
+
Returns the layout matching the current definition of the given type.
+
+
layoutFor(Class<? extends Storable>, LayoutOptions) - Method in class com.amazon.carbonado.layout.LayoutFactory
+
+
Returns the layout matching the current definition of the given type.
+
+
layoutFor(boolean, Class<? extends Storable>, LayoutOptions) - Method in class com.amazon.carbonado.layout.LayoutFactory
+
+
Returns the layout matching the current definition of the given type.
+
+
layoutFor(Class<? extends Storable>, int) - Method in class com.amazon.carbonado.layout.LayoutFactory
+
+
Returns the layout for a particular generation of the given type.
+
+
LayoutOptions - Class in com.amazon.carbonado.layout
+
+
Extra options encoded with a Storable layout.
+
+
LayoutOptions() - Constructor for class com.amazon.carbonado.layout.LayoutOptions
+
 
+
LayoutProperty - Class in com.amazon.carbonado.layout
+
+
Describes how a property is defined in a specific generation of a storable.
+
+
LayoutSync - Class in com.amazon.carbonado.layout
+
+
Synchronizes layout metadata between two repositories.
+
+
LayoutSync(Repository, Repository) - Constructor for class com.amazon.carbonado.layout.LayoutSync
+
 
+
LengthConstraint - Annotation Type in com.amazon.carbonado.constraint
+
+
Limits the value of a property to lie within a specific length range.
+
+
LengthConstraint.Constraint - Class in com.amazon.carbonado.constraint
+
+
Constraint implementation for LengthConstraint.
+
+
LengthConstraint.Constraint(Class<?>, String, LengthConstraint) - Constructor for class com.amazon.carbonado.constraint.LengthConstraint.Constraint
+
 
+
LengthConstraint.Constraint(Class<?>, String, int, int) - Constructor for class com.amazon.carbonado.constraint.LengthConstraint.Constraint
+
 
+
LimitCursor<S> - Class in com.amazon.carbonado.cursor
+
+
Wraps another cursor to limit the amount of elements.
+
+
LimitCursor(Cursor<S>, long) - Constructor for class com.amazon.carbonado.cursor.LimitCursor
+
 
+
load(JDBCConnectionCapability) - Method in interface com.amazon.carbonado.repo.jdbc.JDBCBlobLoader
+
 
+
load(JDBCConnectionCapability) - Method in interface com.amazon.carbonado.repo.jdbc.JDBCClobLoader
+
 
+
load() - Method in interface com.amazon.carbonado.Storable
+
+
Loads or reloads this object from the storage layer by a primary or + alternate key.
+
+
LOAD_COMPLETED_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Name of protected method which must be called after load to identify all + properties as valid and to fire any load triggers.
+
+
LOAD_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
LOAD_ONE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Query API method name
+
+
loadOne() - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
loadOne(Query.Controller) - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
loadOne() - Method in interface com.amazon.carbonado.Query
+
+
Attempts to load exactly one matching object.
+
+
loadOne(Query.Controller) - Method in interface com.amazon.carbonado.Query
+
+
Attempts to load exactly one matching object.
+
+
loadPropertyValue(LocalVariable[], Boolean[], CodeAssembler, StorablePropertyInfo, int, boolean, LocalVariable, Class<?>, LocalVariable) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Generates code to load a property value onto the operand stack.
+
+
loadPropertyValue(CodeAssembler, StorablePropertyInfo, int, boolean, LocalVariable, Class<?>, LocalVariable) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Generates code to load a property value onto the operand stack.
+
+
Lob - Interface in com.amazon.carbonado.lob
+
+
Marker interface for Blobs and Clobs.
+
+
LobEngine - Class in com.amazon.carbonado.spi
+
+
Complete Lob support for repositories, although repository is responsible + for binding Lob properties to this engine.
+
+
LobEngine(Repository, Repository) - Constructor for class com.amazon.carbonado.spi.LobEngine
+
 
+
LobEngine(Repository, SequenceValueProducer) - Constructor for class com.amazon.carbonado.spi.LobEngine
+
 
+
localForeignComparator() - Static method in class com.amazon.carbonado.qe.CompositeScore
+
+
Returns a partial comparator suited for comparing local indexes to + foreign indexes.
+
+
localForeignComparator(QueryHints) - Static method in class com.amazon.carbonado.qe.CompositeScore
+
+
Returns a partial comparator suited for comparing local indexes to + foreign indexes.
+
+
locallyDisableDelete() - Method in class com.amazon.carbonado.spi.TriggerManager
+
+
Disables execution of all managed delete triggers for the current + thread.
+
+
locallyDisableInsert() - Method in class com.amazon.carbonado.spi.TriggerManager
+
+
Disables execution of all managed insert triggers for the current + thread.
+
+
locallyDisableLoad() - Method in class com.amazon.carbonado.spi.TriggerManager
+
+
Disables execution of all managed load triggers for the current + thread.
+
+
locallyDisableLoadTrigger() - Method in interface com.amazon.carbonado.gen.TriggerSupport
+
+
Disables execution of load trigger for the current thread.
+
+
locallyDisableUpdate() - Method in class com.amazon.carbonado.spi.TriggerManager
+
+
Disables execution of all managed update triggers for the current + thread.
+
+
locallyEnableDelete() - Method in class com.amazon.carbonado.spi.TriggerManager
+
+
Enables execution of all managed delete triggers for the current thread, + if they had been disabled before.
+
+
locallyEnableInsert() - Method in class com.amazon.carbonado.spi.TriggerManager
+
+
Enables execution of all managed insert triggers for the current thread, + if they had been disabled before.
+
+
locallyEnableLoad() - Method in class com.amazon.carbonado.spi.TriggerManager
+
+
Enables execution of all managed load triggers for the current thread, + if they had been disabled before.
+
+
locallyEnableLoadTrigger() - Method in interface com.amazon.carbonado.gen.TriggerSupport
+
+
Enables execution of load trigger for the current thread, if they it + been disabled before.
+
+
locallyEnableUpdate() - Method in class com.amazon.carbonado.spi.TriggerManager
+
+
Enables execution of all managed update triggers for the current thread, + if they had been disabled before.
+
+
localScope() - Method in class com.amazon.carbonado.txn.TransactionManager
+
+
Returns the thread-local TransactionScope, creating it if needed.
+
+
localTransactionScope() - Method in class com.amazon.carbonado.spi.AbstractRepository
+
+
Returns the thread-local TransactionScope, creating it if needed.
+
+
lockoutShutdown() - Method in class com.amazon.carbonado.spi.AbstractRepository
+
+
Call to prevent shutdown hook from running.
+
+
Log - Interface in com.amazon.carbonado.repo.logging
+
+
Very simple Log interface.
+
+
LogAccessCapability - Interface in com.amazon.carbonado.repo.logging
+
+
Provides access to the Log.
+
+
LoggingDataSource - Class in com.amazon.carbonado.repo.jdbc
+
+
Wraps another DataSource such that all SQL statements are logged as debug.
+
+
LoggingRepositoryBuilder - Class in com.amazon.carbonado.repo.logging
+
+
Repository implementation which logs activity against it.
+
+
LoggingRepositoryBuilder() - Constructor for class com.amazon.carbonado.repo.logging.LoggingRepositoryBuilder
+
 
+
lowestCommon(IsolationLevel) - Method in enum com.amazon.carbonado.IsolationLevel
+
+
Returns the lowest common isolation level between this and the one + given.
+
+
+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.

+ + 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.

+ + 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.

+ + diff --git a/apidocs/index-files/index-15.html b/apidocs/index-files/index-15.html new file mode 100644 index 0000000..90b3094 --- /dev/null +++ b/apidocs/index-files/index-15.html @@ -0,0 +1,346 @@ + + + + + + +O-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  + + +

O

+
+
onPanic(Object, Exception) - Method in interface com.amazon.carbonado.repo.sleepycat.BDBPanicHandler
+
+
Called when an Environment panics or an EnvironmentFailureException is thrown.
+
+
OpenFilter<S extends Storable> - Class in com.amazon.carbonado.filter
+
+
Filter which lets all results pass through.
+
+
openInputStream() - Method in interface com.amazon.carbonado.lob.Blob
+
+
Returns an InputStream for reading Blob data positioned at the + start.
+
+
openInputStream(long) - Method in interface com.amazon.carbonado.lob.Blob
+
+
Returns an InputStream for reading Blob data.
+
+
openInputStream(long, int) - Method in interface com.amazon.carbonado.lob.Blob
+
+
Returns an InputStream for reading Blob data.
+
+
openInputStream() - Method in class com.amazon.carbonado.lob.ByteArrayBlob
+
 
+
openInputStream(long) - Method in class com.amazon.carbonado.lob.ByteArrayBlob
+
 
+
openInputStream(long, int) - Method in class com.amazon.carbonado.lob.ByteArrayBlob
+
 
+
openInputStream() - Method in class com.amazon.carbonado.lob.FileBlob
+
 
+
openInputStream(long) - Method in class com.amazon.carbonado.lob.FileBlob
+
 
+
openInputStream(long, int) - Method in class com.amazon.carbonado.lob.FileBlob
+
 
+
openOutputStream() - Method in interface com.amazon.carbonado.lob.Blob
+
+
Returns an OutputStream for writing Blob data, positioned at the + start.
+
+
openOutputStream(long) - Method in interface com.amazon.carbonado.lob.Blob
+
+
Returns an OutputStream for writing Blob data.
+
+
openOutputStream(long, int) - Method in interface com.amazon.carbonado.lob.Blob
+
+
Returns an OutputStream for writing Blob data.
+
+
openOutputStream() - Method in class com.amazon.carbonado.lob.ByteArrayBlob
+
 
+
openOutputStream(long) - Method in class com.amazon.carbonado.lob.ByteArrayBlob
+
 
+
openOutputStream(long, int) - Method in class com.amazon.carbonado.lob.ByteArrayBlob
+
 
+
openOutputStream() - Method in class com.amazon.carbonado.lob.FileBlob
+
 
+
openOutputStream(long) - Method in class com.amazon.carbonado.lob.FileBlob
+
 
+
openOutputStream(long, int) - Method in class com.amazon.carbonado.lob.FileBlob
+
 
+
openReader() - Method in class com.amazon.carbonado.lob.BlobClob
+
 
+
openReader(long) - Method in class com.amazon.carbonado.lob.BlobClob
+
 
+
openReader(long, int) - Method in class com.amazon.carbonado.lob.BlobClob
+
 
+
openReader() - Method in class com.amazon.carbonado.lob.CharArrayClob
+
 
+
openReader(long) - Method in class com.amazon.carbonado.lob.CharArrayClob
+
 
+
openReader(long, int) - Method in class com.amazon.carbonado.lob.CharArrayClob
+
 
+
openReader() - Method in interface com.amazon.carbonado.lob.Clob
+
+
Returns a Reader for reading Clob data, positioned at the start.
+
+
openReader(long) - Method in interface com.amazon.carbonado.lob.Clob
+
+
Returns a Reader for reading Clob data.
+
+
openReader(long, int) - Method in interface com.amazon.carbonado.lob.Clob
+
+
Returns a Reader for reading Clob data.
+
+
openReader() - Method in class com.amazon.carbonado.lob.StringClob
+
 
+
openReader(long) - Method in class com.amazon.carbonado.lob.StringClob
+
 
+
openReader(long, int) - Method in class com.amazon.carbonado.lob.StringClob
+
 
+
openWriter() - Method in class com.amazon.carbonado.lob.BlobClob
+
 
+
openWriter(long) - Method in class com.amazon.carbonado.lob.BlobClob
+
 
+
openWriter(long, int) - Method in class com.amazon.carbonado.lob.BlobClob
+
 
+
openWriter() - Method in class com.amazon.carbonado.lob.CharArrayClob
+
 
+
openWriter(long) - Method in class com.amazon.carbonado.lob.CharArrayClob
+
 
+
openWriter(long, int) - Method in class com.amazon.carbonado.lob.CharArrayClob
+
 
+
openWriter() - Method in interface com.amazon.carbonado.lob.Clob
+
+
Returns a Writer for writing Clob data, positioned at the start.
+
+
openWriter(long) - Method in interface com.amazon.carbonado.lob.Clob
+
+
Returns a Writer for writing Clob data.
+
+
openWriter(long, int) - Method in interface com.amazon.carbonado.lob.Clob
+
+
Returns a Writer for writing Clob data.
+
+
openWriter() - Method in class com.amazon.carbonado.lob.StringClob
+
 
+
openWriter(long) - Method in class com.amazon.carbonado.lob.StringClob
+
 
+
openWriter(long, int) - Method in class com.amazon.carbonado.lob.StringClob
+
 
+
OptimisticLockException - Exception in com.amazon.carbonado
+
+
An OptimisticLockException is thrown if the Repository is using + optimistic locking for concurrency control, and lock aquisition failed.
+
+
OptimisticLockException() - Constructor for exception com.amazon.carbonado.OptimisticLockException
+
 
+
OptimisticLockException(String) - Constructor for exception com.amazon.carbonado.OptimisticLockException
+
 
+
OptimisticLockException(String, Throwable) - Constructor for exception com.amazon.carbonado.OptimisticLockException
+
 
+
OptimisticLockException(Throwable) - Constructor for exception com.amazon.carbonado.OptimisticLockException
+
 
+
OptimisticLockException(long) - Constructor for exception com.amazon.carbonado.OptimisticLockException
+
 
+
OptimisticLockException(Object) - Constructor for exception com.amazon.carbonado.OptimisticLockException
+
 
+
OptimisticLockException(Object, Object) - Constructor for exception com.amazon.carbonado.OptimisticLockException
+
 
+
OptimisticLockException(Object, Object, Storable) - Constructor for exception com.amazon.carbonado.OptimisticLockException
+
 
+
OptimisticLockException(Object, Storable, Object) - Constructor for exception com.amazon.carbonado.OptimisticLockException
+
+
Construct exception for when new version was expected to have increased.
+
+
or(Filter<S>) - Method in class com.amazon.carbonado.filter.ClosedFilter
+
 
+
or(String) - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns a combined filter instance that accepts records which are + accepted either by this filter or the one given.
+
+
or(Filter<S>) - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns a combined filter instance that accepts records which are + accepted either by this filter or the one given.
+
+
or(String, RelOp) - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns a combined filter instance that accepts records which are + accepted either by this filter or the one given.
+
+
or(String, RelOp, Object) - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns a combined filter instance that accepts records which are + accepted either by this filter or the one given.
+
+
or(Filter<S>) - Method in class com.amazon.carbonado.filter.OpenFilter
+
 
+
or(String) - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
or(Filter<S>) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
 
+
or(Filter<S>) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
or(String) - Method in interface com.amazon.carbonado.Query
+
+
Returns a new query which has another filter logically "or"ed to this, potentially increasing the amount of + results.
+
+
or(Filter<S>) - Method in interface com.amazon.carbonado.Query
+
+
Returns a new query which has another filter logically "or"ed to this, potentially increasing the amount of + results.
+
+
orderBy(String) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
 
+
orderBy(String...) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
 
+
orderBy(String) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
orderBy(String...) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
orderBy(String) - Method in interface com.amazon.carbonado.Query
+
+
Returns a copy of this query ordered by a specific property value.
+
+
orderBy(String...) - Method in interface com.amazon.carbonado.Query
+
+
Returns a copy of this query ordered by specific property values.
+
+
OrderedProperty<S extends Storable> - Class in com.amazon.carbonado.info
+
+
Represents a property paired with a preferred ordering direction.
+
+
OrderingList<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
Produces unmodifiable lists of orderings.
+
+
OrderingScore<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
Evaluates an index for how well it matches a query's desired ordering.
+
+
orExists(String, Filter<?>) - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns a combined filter instance that accepts records which are + accepted either by this filter or the "exists" test applied to a join.
+
+
OrFilter<S extends Storable> - Class in com.amazon.carbonado.filter
+
+
Filter tree node that performs a logical 'or' test.
+
+
orNotExists(String, Filter<?>) - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns a combined filter instance that accepts records which are + accepted either by this filter or the "not exists" test applied to a + join.
+
+
+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.

+ + diff --git a/apidocs/index-files/index-16.html b/apidocs/index-files/index-16.html new file mode 100644 index 0000000..2966c25 --- /dev/null +++ b/apidocs/index-files/index-16.html @@ -0,0 +1,442 @@ + + + + + + +P-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  + + +

P

+
+
parse(StorableInfo<S>, String) - Static method in class com.amazon.carbonado.info.ChainedProperty
+
+
Parses a chained property.
+
+
parse(StorableInfo<S>, String) - Static method in class com.amazon.carbonado.info.OrderedProperty
+
+
Parses an ordering property, which may start with a '+' or '-' to + indicate direction.
+
+
parse(StorableInfo<S>, String, Direction) - Static method in class com.amazon.carbonado.info.OrderedProperty
+
+
Parses an ordering property, which may start with a '+' or '-' to + indicate direction.
+
+
parse(Annotation) - Method in class com.amazon.carbonado.util.AnnotationDescParser
+
+
Parses the given annotation, returning the root annotation that received + the results.
+
+
parseNameDescriptor(String, StorableInfo<S>) - Static method in class com.amazon.carbonado.info.StorableIndex
+
+
Parses an index descriptor and returns an index object.
+
+
PartitionKey - Annotation Type in com.amazon.carbonado
+
+
Identifies a Storable property as being a member of the partition key.
+
+
PersistDeadlockException - Exception in com.amazon.carbonado
+
+
Thrown if a persist operation fails because it was selected to resolve a + deadlock.
+
+
PersistDeadlockException() - Constructor for exception com.amazon.carbonado.PersistDeadlockException
+
 
+
PersistDeadlockException(String) - Constructor for exception com.amazon.carbonado.PersistDeadlockException
+
 
+
PersistDeadlockException(String, Throwable) - Constructor for exception com.amazon.carbonado.PersistDeadlockException
+
 
+
PersistDeadlockException(Throwable) - Constructor for exception com.amazon.carbonado.PersistDeadlockException
+
 
+
PersistDeniedException - Exception in com.amazon.carbonado
+
+
Thrown when a persist operation was denied either because the repository is + in read-only mode, or the connection does not have permission.
+
+
PersistDeniedException() - Constructor for exception com.amazon.carbonado.PersistDeniedException
+
 
+
PersistDeniedException(String) - Constructor for exception com.amazon.carbonado.PersistDeniedException
+
 
+
PersistDeniedException(String, Throwable) - Constructor for exception com.amazon.carbonado.PersistDeniedException
+
 
+
PersistDeniedException(Throwable) - Constructor for exception com.amazon.carbonado.PersistDeniedException
+
 
+
PersistException - Exception in com.amazon.carbonado
+
+
A PersistException is caused by a failure when inserting, updating, or + deleting records from a Repository.
+
+
PersistException() - Constructor for exception com.amazon.carbonado.PersistException
+
 
+
PersistException(String) - Constructor for exception com.amazon.carbonado.PersistException
+
 
+
PersistException(String, Throwable) - Constructor for exception com.amazon.carbonado.PersistException
+
 
+
PersistException(Throwable) - Constructor for exception com.amazon.carbonado.PersistException
+
 
+
PersistInterruptedException - Exception in com.amazon.carbonado
+
+
Thrown from a persist operation that was canceled.
+
+
PersistInterruptedException() - Constructor for exception com.amazon.carbonado.PersistInterruptedException
+
 
+
PersistInterruptedException(String) - Constructor for exception com.amazon.carbonado.PersistInterruptedException
+
 
+
PersistInterruptedException(String, Throwable) - Constructor for exception com.amazon.carbonado.PersistInterruptedException
+
 
+
PersistInterruptedException(Throwable) - Constructor for exception com.amazon.carbonado.PersistInterruptedException
+
 
+
PersistMultipleException - Exception in com.amazon.carbonado
+
+
A PersistMultipleException is thrown when a persist operation would have + applied to more than one record when at most one was expected.
+
+
PersistMultipleException() - Constructor for exception com.amazon.carbonado.PersistMultipleException
+
 
+
PersistMultipleException(String) - Constructor for exception com.amazon.carbonado.PersistMultipleException
+
 
+
PersistMultipleException(String, Throwable) - Constructor for exception com.amazon.carbonado.PersistMultipleException
+
 
+
PersistMultipleException(Throwable) - Constructor for exception com.amazon.carbonado.PersistMultipleException
+
 
+
PersistNoneException - Exception in com.amazon.carbonado
+
+
A PersistNoneException is thrown when a persist operation applied to no + records when at least one was expected.
+
+
PersistNoneException() - Constructor for exception com.amazon.carbonado.PersistNoneException
+
 
+
PersistNoneException(String) - Constructor for exception com.amazon.carbonado.PersistNoneException
+
 
+
PersistNoneException(String, Throwable) - Constructor for exception com.amazon.carbonado.PersistNoneException
+
 
+
PersistNoneException(Throwable) - Constructor for exception com.amazon.carbonado.PersistNoneException
+
 
+
PersistTimeoutException - Exception in com.amazon.carbonado
+
+
Thrown if a persist operation fails because lock acquisition timed out.
+
+
PersistTimeoutException() - Constructor for exception com.amazon.carbonado.PersistTimeoutException
+
 
+
PersistTimeoutException(String) - Constructor for exception com.amazon.carbonado.PersistTimeoutException
+
 
+
PersistTimeoutException(String, Throwable) - Constructor for exception com.amazon.carbonado.PersistTimeoutException
+
 
+
PersistTimeoutException(Throwable) - Constructor for exception com.amazon.carbonado.PersistTimeoutException
+
 
+
preCommit() - Method in interface com.amazon.carbonado.Transaction
+
+
Calling this method commits all nested child transactions, closes all + scoped cursors, and locks out some interactions from other threads.
+
+
preCommit() - Method in class com.amazon.carbonado.txn.TransactionPair
+
 
+
prepare(Comparator<S>) - Method in class com.amazon.carbonado.cursor.ArraySortBuffer
+
 
+
prepare(Comparator<S>) - Method in class com.amazon.carbonado.cursor.MergeSortBuffer
+
 
+
prepare(Comparator<S>) - Method in interface com.amazon.carbonado.cursor.SortBuffer
+
+
Clears buffer and assigns a comparator for sorting.
+
+
prepare() - Method in interface com.amazon.carbonado.Storable
+
+
Prepares a new object for loading, inserting, updating, or deleting.
+
+
prepare() - Method in interface com.amazon.carbonado.Storage
+
+
Prepares a new object for loading, inserting, updating, or deleting.
+
+
prepare() - Method in interface com.amazon.carbonado.synthetic.SyntheticBuilder
+
 
+
prepare() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
 
+
prepare() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
 
+
PREPARE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storage API method name
+
+
prepareForOpening(Object) - Method in interface com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder.DatabaseHook
+
+
Called right before database is opened.
+
+
previousGeneration() - Method in class com.amazon.carbonado.layout.Layout
+
+
Returns the previous known generation of the storable's layout, or null + if none.
+
+
PrimaryKey - Annotation Type in com.amazon.carbonado
+
+
Identifies a Storable property as being a member of the primary + key.
+
+
PrimitiveArrayAdapter - Annotation Type in com.amazon.carbonado.adapter
+
+
Allows arrays of primitive types to be encoded (big-endian) as byte arrays.
+
+
PrimitiveArrayAdapter.Adapter - Class in com.amazon.carbonado.adapter
+
+
Adapter implementation for PrimitiveArrayAdapter.
+
+
PrimitiveArrayAdapter.Adapter(Class<?>, String, PrimitiveArrayAdapter) - Constructor for class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
 
+
PrimitiveArrayAdapter.Adapter() - Constructor for class com.amazon.carbonado.adapter.PrimitiveArrayAdapter.Adapter
+
 
+
printNative() - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
printNative(Appendable) - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
printNative(Appendable, int, FilterValues<S>) - Method in class com.amazon.carbonado.qe.AbstractQueryExecutor
+
+
Does nothing and returns false.
+
+
printNative(Appendable, int, FilterValues<S>) - Method in class com.amazon.carbonado.qe.DelegatedQueryExecutor
+
 
+
printNative(Appendable, int) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns false.
+
+
printNative(Appendable, int, FilterValues<S>) - Method in class com.amazon.carbonado.qe.FilteredQueryExecutor
+
+
Prints native query of the wrapped executor.
+
+
printNative(Appendable, int, FilterValues<S>) - Method in interface com.amazon.carbonado.qe.QueryExecutor
+
+
Prints the native query to any appendable, if applicable.
+
+
printNative(Appendable, int, FilterValues<S>) - Method in class com.amazon.carbonado.qe.SortedQueryExecutor
+
+
Prints native query of the wrapped executor.
+
+
printNative(Appendable, int) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
printNative(Appendable, int, FilterValues<S>) - Method in class com.amazon.carbonado.qe.UnionQueryExecutor
+
+
Prints native queries of the wrapped executors.
+
+
printNative() - Method in interface com.amazon.carbonado.Query
+
+
Print the native query to standard out, which is useful for performance + analysis.
+
+
printNative(Appendable) - Method in interface com.amazon.carbonado.Query
+
+
Prints the native query to any appendable, which is useful for + performance analysis.
+
+
printNative(Appendable, int) - Method in interface com.amazon.carbonado.Query
+
+
Prints the native query to any appendable, which is useful for + performance analysis.
+
+
printPlan() - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
printPlan(Appendable) - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
printPlan(Appendable, int, FilterValues<S>) - Method in class com.amazon.carbonado.qe.DelegatedQueryExecutor
+
 
+
printPlan(Appendable, int) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns false.
+
+
printPlan(Appendable, int, FilterValues<S>) - Method in class com.amazon.carbonado.qe.FilteredQueryExecutor
+
 
+
printPlan(Appendable, int, FilterValues<S>) - Method in class com.amazon.carbonado.qe.FullScanQueryExecutor
+
 
+
printPlan(Appendable, int, FilterValues<S>) - Method in class com.amazon.carbonado.qe.IndexedQueryExecutor
+
 
+
printPlan(Appendable, int, FilterValues<S>) - Method in class com.amazon.carbonado.qe.IterableQueryExecutor
+
 
+
printPlan(Appendable, int, FilterValues<T>) - Method in class com.amazon.carbonado.qe.JoinedQueryExecutor
+
 
+
printPlan(Appendable, int, FilterValues<S>) - Method in class com.amazon.carbonado.qe.KeyQueryExecutor
+
 
+
printPlan(Appendable, int, FilterValues<S>) - Method in interface com.amazon.carbonado.qe.QueryExecutor
+
+
Prints the query plan to any appendable, if applicable.
+
+
printPlan(Appendable, int, FilterValues<S>) - Method in class com.amazon.carbonado.qe.SortedQueryExecutor
+
 
+
printPlan(Appendable, int) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
printPlan(Appendable, int, FilterValues<S>) - Method in class com.amazon.carbonado.qe.UnionQueryExecutor
+
 
+
printPlan() - Method in interface com.amazon.carbonado.Query
+
+
Prints the query excecution plan to standard out, which is useful for + performance analysis.
+
+
printPlan(Appendable) - Method in interface com.amazon.carbonado.Query
+
+
Prints the query excecution plan to any appendable, which is useful for + performance analysis.
+
+
printPlan(Appendable, int) - Method in interface com.amazon.carbonado.Query
+
+
Prints the query excecution plan to any appendable, which is useful for + performance analysis.
+
+
PROPERTY_MAP - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
PROPERTY_STATE_CLEAN - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Property state indicating that property value reflects a clean value
+
+
PROPERTY_STATE_DIRTY - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Property state indicating that property has been set, but not saved
+
+
PROPERTY_STATE_FIELD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Prefix of protected field in generated storable that holds property + states.
+
+
PROPERTY_STATE_MASK - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Property state mask is 3, to cover the two bits used by a property state
+
+
PROPERTY_STATE_UNINITIALIZED - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Property state indicating that property has never been set, loaded, or saved
+
+
PropertyFilter<S extends Storable> - Class in com.amazon.carbonado.filter
+
+
Filter tree node that performs a relational test against a specific property + value.
+
+
propertyMap() - Method in interface com.amazon.carbonado.Storable
+
+
Returns a fixed-size map view of this Storable's properties.
+
+
pushDecodingInstanceVar(CodeAssembler, int, LocalVariable) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Push decoding instanceVar to stack in preparation to calling + storePropertyValue.
+
+
pushRawSupport(CodeAssembler, LocalVariable) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Generates code to push RawSupport instance to the stack.
+
+
put(String, Object) - Method in class com.amazon.carbonado.gen.StorablePropertyMap
+
 
+
put(K, V) - Method in class com.amazon.carbonado.util.SoftValuedCache
+
+
Deprecated.
+
putIfAbsent(K, V) - Method in class com.amazon.carbonado.util.SoftValuedCache
+
+
Deprecated.
+
+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.

+ + diff --git a/apidocs/index-files/index-17.html b/apidocs/index-files/index-17.html new file mode 100644 index 0000000..51b5a60 --- /dev/null +++ b/apidocs/index-files/index-17.html @@ -0,0 +1,230 @@ + + + + + + +Q-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  + + +

Q

+
+
query(Filter<S>, FilterValues<S>, OrderingList<S>, QueryHints) - Method in interface com.amazon.carbonado.qe.QueryFactory
+
+
Returns a query that handles the given query specification.
+
+
query() - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Returns a new or cached query that fetches everything.
+
+
query(String) - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Returns a new or cached query for the given filter.
+
+
query(Filter<S>) - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Returns a new or cached query for the given filter.
+
+
query(Filter<S>, OrderingList<S>) - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Returns a new or cached query for the given query specification.
+
+
query(Filter<S>, OrderingList<S>, QueryHints) - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Returns a new or cached query for the given query specification.
+
+
query(Filter<S>, FilterValues<S>, OrderingList<S>) - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Returns a new or cached query for the given query specification.
+
+
query(Filter<S>, FilterValues<S>, OrderingList<S>, QueryHints) - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Returns a new or cached query for the given query specification.
+
+
Query<S extends Storable> - Interface in com.amazon.carbonado
+
+
Supports complex retrieval and deletion of Storable objects.
+
+
query() - Method in interface com.amazon.carbonado.Storage
+
+
Query for all Storable instances in this Storage.
+
+
query(String) - Method in interface com.amazon.carbonado.Storage
+
+
Query for Storable instances against a filter expression.
+
+
query(Filter<S>) - Method in interface com.amazon.carbonado.Storage
+
+
Query for Storable instances against an explicitly constructed filter + object.
+
+
Query.Controller - Interface in com.amazon.carbonado
+
+
Controller instance can be used to abort query operations.
+
+
Query.Timeout - Class in com.amazon.carbonado
+
+
Timeout controller, for aborting long running queries.
+
+
Query.Timeout(long, TimeUnit) - Constructor for class com.amazon.carbonado.Query.Timeout
+
 
+
QUERY_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storage API method name
+
+
QueryEngine<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
Complete rule-based query engine implementation.
+
+
QueryEngine(Class<S>, RepositoryAccess) - Constructor for class com.amazon.carbonado.qe.QueryEngine
+
 
+
QueryExecutor<S extends Storable> - Interface in com.amazon.carbonado.qe
+
+
Performs all the actual work of executing a query.
+
+
QueryExecutorCache<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
QueryExecutors should be cached since expensive analysis is often required to build + them.
+
+
QueryExecutorCache(QueryExecutorFactory<S>) - Constructor for class com.amazon.carbonado.qe.QueryExecutorCache
+
 
+
QueryExecutorFactory<S extends Storable> - Interface in com.amazon.carbonado.qe
+
+
Produces QueryExecutor instances from a query specification.
+
+
QueryFactory<S extends Storable> - Interface in com.amazon.carbonado.qe
+
+
Produces Query instances from a query specification.
+
+
queryFactory() - Method in class com.amazon.carbonado.qe.StandardQuery
+
+
Return a QueryFactory which is used to form new queries from this one.
+
+
QueryHint - Enum in com.amazon.carbonado.qe
+
+
Defines a hint key.
+
+
QueryHints - Class in com.amazon.carbonado.qe
+
+
An immutable map of query hints.
+
+
QuickConstructorGenerator - Class in com.amazon.carbonado.util
+
+
Deprecated. +
use QuickConstructorGenerator
+
+
+
QuickConstructorGenerator() - Constructor for class com.amazon.carbonado.util.QuickConstructorGenerator
+
+
Deprecated.
+
+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.

+ + diff --git a/apidocs/index-files/index-18.html b/apidocs/index-files/index-18.html new file mode 100644 index 0000000..a564fed --- /dev/null +++ b/apidocs/index-files/index-18.html @@ -0,0 +1,416 @@ + + + + + + +R-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  + + +

R

+
+
RAFInputStream - Class in com.amazon.carbonado.spi
+
+
InputStream that wraps a RandomAccessFile.
+
+
RAFInputStream(RandomAccessFile) - Constructor for class com.amazon.carbonado.spi.RAFInputStream
+
 
+
RAFOutputStream - Class in com.amazon.carbonado.spi
+
+
OutputStream that wraps a RandomAccessFile.
+
+
RAFOutputStream(RandomAccessFile) - Constructor for class com.amazon.carbonado.spi.RAFOutputStream
+
 
+
rangeComparator() - Static method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns a partial comparator which determines which FilteringScores are + better by examining only identity and range matches.
+
+
RawCursor<S> - Class in com.amazon.carbonado.raw
+
+
Abstract Cursor implementation for a repository that manipulates raw bytes.
+
+
RawCursor(Lock, byte[], boolean, byte[], boolean, int, boolean) - Constructor for class com.amazon.carbonado.raw.RawCursor
+
 
+
RawStorableGenerator - Class in com.amazon.carbonado.raw
+
+
Generates and caches abstract implementations of Storable types + which are encoded and decoded in a raw format.
+
+
RawSupport<S extends Storable> - Interface in com.amazon.carbonado.raw
+
+
Provides runtime support for Storable classes generated by RawStorableGenerator.
+
+
RawUtil - Class in com.amazon.carbonado.raw
+
+
Utilities for manipulating binary data.
+
+
RawUtil() - Constructor for class com.amazon.carbonado.raw.RawUtil
+
 
+
read() - Method in class com.amazon.carbonado.spi.RAFInputStream
+
 
+
read(byte[]) - Method in class com.amazon.carbonado.spi.RAFInputStream
+
 
+
read(byte[], int, int) - Method in class com.amazon.carbonado.spi.RAFInputStream
+
 
+
READ_FROM - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
readFrom(InputStream) - Method in interface com.amazon.carbonado.Storable
+
+
Restores property values and states as encoded by Storable.writeTo(java.io.OutputStream).
+
+
readFully(InputStream, byte[]) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Reads as many bytes from the stream as is necessary to fill the given + byte array.
+
+
readLayoutFrom(InputStream) - Method in class com.amazon.carbonado.layout.LayoutFactory
+
+
Read a layout as written by Layout.writeTo(java.io.OutputStream).
+
+
readLength(InputStream) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a length value which was encoded by DataEncoder.writeLength(int, java.io.OutputStream).
+
+
receive() - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Request
+
+
Receive data from caller.
+
+
receiveInto(Collection<? super D>) - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Request
+
+
Receive all remaining data from caller.
+
+
reconstruct() - Method in class com.amazon.carbonado.layout.Layout
+
+
Reconstructs the storable type defined by this layout by returning an + auto-generated class.
+
+
reconstruct(ClassLoader) - Method in class com.amazon.carbonado.layout.Layout
+
+
Reconstructs the storable type defined by this layout by returning an + auto-generated class.
+
+
reduce() - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns an equivalent filter with redundant terms eliminated.
+
+
reduce() - Method in class com.amazon.carbonado.qe.OrderingList
+
+
Eliminates redundant ordering properties.
+
+
reduce() - Method in class com.amazon.carbonado.qe.StorableIndexSet
+
+
Reduces the size of the set by removing redundant indexes, and merges + others together.
+
+
reduce(Direction) - Method in class com.amazon.carbonado.qe.StorableIndexSet
+
+
Reduces the size of the set by removing redundant indexes, and merges + others together.
+
+
register(Class<S>, Cursor<S>) - Method in class com.amazon.carbonado.txn.TransactionScope
+
+
Registers the given cursor against the active transaction, allowing it + to be closed on transaction exit or transaction manager close.
+
+
release() - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Release any internal resources, called when closed.
+
+
RelOp - Enum in com.amazon.carbonado.filter
+
+
Relational operator enumeration.
+
+
RemoteProcedure<R,D> - Interface in com.amazon.carbonado.capability
+
+
Defines a remote procedure which can be executed by RemoteProcedureCapability.
+
+
RemoteProcedure.Call<R,D> - Interface in com.amazon.carbonado.capability
+
+
Client-side call into a remote procedure.
+
+
RemoteProcedure.Reply<R> - Interface in com.amazon.carbonado.capability
+
+
Reply from remote procedure implementation.
+
+
RemoteProcedure.Request<R,D> - Interface in com.amazon.carbonado.capability
+
+
Request into a remote procedure, as seen by procedure implementation.
+
+
RemoteProcedureCapability - Interface in com.amazon.carbonado.capability
+
+
Capability which allows arbitrary code to run on a remote host and access + its repository.
+
+
remove(Object) - Method in class com.amazon.carbonado.gen.StorablePropertyMap
+
 
+
remove(Object) - Method in class com.amazon.carbonado.util.AbstractPool
+
+
Remove a value, returning the old value.
+
+
remove(K) - Method in class com.amazon.carbonado.util.SoftValuedCache
+
+
Deprecated.
+
remove(K, V) - Method in class com.amazon.carbonado.util.SoftValuedCache
+
+
Deprecated.
+
removeTrigger(Trigger<? super S>) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
removeTrigger(Trigger<? super S>) - Method in interface com.amazon.carbonado.Storage
+
+
Remove a trigger which was registered earlier.
+
+
removeTriggerFactory(TriggerFactory) - Method in interface com.amazon.carbonado.RepositoryBuilder
+
+
Remove a TriggerFactory which was added earlier.
+
+
removeTriggerFactory(TriggerFactory) - Method in class com.amazon.carbonado.spi.AbstractRepositoryBuilder
+
 
+
repair(double) - Method in interface com.amazon.carbonado.repo.indexed.IndexEntryAccessor
+
+
Repairs the index by inserting missing entries and fixing + inconsistencies.
+
+
RepairExecutor - Class in com.amazon.carbonado.spi
+
+
A convenience class for repositories to run dynamic repairs in separate + threads.
+
+
replace(int, OrderedProperty<S>) - Method in class com.amazon.carbonado.qe.OrderingList
+
+
Returns a list with the given element replaced.
+
+
replace(K, V, V) - Method in class com.amazon.carbonado.util.SoftValuedCache
+
+
Deprecated.
+
replace(K, V) - Method in class com.amazon.carbonado.util.SoftValuedCache
+
+
Deprecated.
+
ReplicatedRepositoryBuilder - Class in com.amazon.carbonado.repo.replicated
+
+
Repository builder for the replicated repository.
+
+
ReplicatedRepositoryBuilder() - Constructor for class com.amazon.carbonado.repo.replicated.ReplicatedRepositoryBuilder
+
 
+
Repository - Interface in com.amazon.carbonado
+
+
A Repository represents a database for Storable + instances.
+
+
RepositoryAccess - Interface in com.amazon.carbonado.qe
+
+
Provides internal access to a Repository, necessary for query + execution.
+
+
RepositoryBuilder - Interface in com.amazon.carbonado
+
+
Standard interface for building up configuration and opening a Repository instance.
+
+
RepositoryException - Exception in com.amazon.carbonado
+
+
General checked exception thrown when accessing a Repository.
+
+
RepositoryException() - Constructor for exception com.amazon.carbonado.RepositoryException
+
 
+
RepositoryException(String) - Constructor for exception com.amazon.carbonado.RepositoryException
+
 
+
RepositoryException(String, Throwable) - Constructor for exception com.amazon.carbonado.RepositoryException
+
 
+
RepositoryException(Throwable) - Constructor for exception com.amazon.carbonado.RepositoryException
+
 
+
reset() - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Call
+
+
Reset the internal object stream of the call, allowing cached + objects to get freed.
+
+
reset() - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Reply
+
+
Reset the internal object stream of the reply, allowing cached + objects to get freed.
+
+
reset(int) - Method in class com.amazon.carbonado.sequence.SequenceValueGenerator
+
+
Reset the sequence.
+
+
resetExecutor() - Method in class com.amazon.carbonado.qe.StandardQuery
+
+
Resets any cached reference to a query executor.
+
+
resetExecutors() - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
For each cached query, calls StandardQuery.resetExecutor().
+
+
resumeCheckpointer() - Method in interface com.amazon.carbonado.repo.sleepycat.CheckpointCapability
+
+
Resumes the checkpointer if it was suspended.
+
+
resync(Class<S>, double, String, Object...) - Method in interface com.amazon.carbonado.capability.ResyncCapability
+
+
Re-synchronizes replicated storables against the master repository.
+
+
resync(Class<S>, ResyncCapability.Listener<? super S>, double, String, Object...) - Method in interface com.amazon.carbonado.capability.ResyncCapability
+
+
Re-synchronizes replicated storables against the master repository.
+
+
ResyncCapability - Interface in com.amazon.carbonado.capability
+
+
Capability of replicating repositories for re-synchronizing to the master + repository.
+
+
ResyncCapability.Listener<S> - Class in com.amazon.carbonado.capability
+
+
Trigger which is invoked as storables get re-sync'd.
+
+
ResyncCapability.Listener() - Constructor for class com.amazon.carbonado.capability.ResyncCapability.Listener
+
 
+
returnReservedValues() - Method in class com.amazon.carbonado.sequence.SequenceValueGenerator
+
+
Allow any unused reserved values to be returned for re-use.
+
+
returnReservedValues() - Method in interface com.amazon.carbonado.sequence.SequenceValueProducer
+
+
Allow any unused reserved values to be returned for re-use.
+
+
returnReservedValues(Log) - Method in class com.amazon.carbonado.sequence.SequenceValueProducerPool
+
+
Returns reserved values for all SequenceValueProducers.
+
+
reuseTxn(Txn) - Method in class com.amazon.carbonado.txn.TransactionManager
+
+
Called when a transaction is about to be reused.
+
+
reverse() - Method in enum com.amazon.carbonado.filter.RelOp
+
 
+
reverse() - Method in enum com.amazon.carbonado.info.Direction
+
+
Returns the reverse direction of this.
+
+
reverse() - Method in class com.amazon.carbonado.info.OrderedProperty
+
 
+
reverse() - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns a StorableIndex instance with all the properties reversed.
+
+
reverseDirections() - Method in class com.amazon.carbonado.qe.OrderingList
+
+
Returns this list with all orderings in reverse.
+
+
run() - Method in class com.amazon.carbonado.layout.LayoutSync
+
 
+
run() - Method in class com.amazon.carbonado.util.TaskQueueThread
+
 
+
+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.

+ + diff --git a/apidocs/index-files/index-19.html b/apidocs/index-files/index-19.html new file mode 100644 index 0000000..8984346 --- /dev/null +++ b/apidocs/index-files/index-19.html @@ -0,0 +1,1331 @@ + + + + + + +S-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  + + +

S

+
+
seconds(long) - Static method in class com.amazon.carbonado.Query.Timeout
+
+
Return a new Timeout in seconds.
+
+
selectIsolationLevel(Transaction, IsolationLevel) - Method in class com.amazon.carbonado.txn.TransactionManager
+
+
Returns supported isolation level, which may be higher.
+
+
send(D) - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Call
+
+
Send data to the remote procedure.
+
+
send(R) - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Reply
+
+
Send reply data to the caller.
+
+
sendAll(Iterable<? extends D>) - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Call
+
+
Send all data from the given iterable to the remote procedure.
+
+
sendAll(Cursor<? extends D>) - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Call
+
+
Send all data from the given cursor to the remote procedure.
+
+
sendAll(Iterable<? extends R>) - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Reply
+
+
Reply with all data from the given iterable to the caller.
+
+
sendAll(Cursor<? extends R>) - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Reply
+
+
Reply with all data from the given cursor to the caller.
+
+
Sequence - Annotation Type in com.amazon.carbonado
+
+
Identifies a Storable property capable of selecting its own value on + insert, by a named sequence.
+
+
SequenceCapability - Interface in com.amazon.carbonado.sequence
+
+
Capability to use sequences.
+
+
SequenceValueGenerator - Class in com.amazon.carbonado.sequence
+
+
General purpose implementation of a sequence value generator.
+
+
SequenceValueGenerator(Repository, String) - Constructor for class com.amazon.carbonado.sequence.SequenceValueGenerator
+
+
Construct a new SequenceValueGenerator which might create persistent + sequence data if it does not exist.
+
+
SequenceValueGenerator(Repository, String, long, int) - Constructor for class com.amazon.carbonado.sequence.SequenceValueGenerator
+
+
Construct a new SequenceValueGenerator which might create persistent + sequence data if it does not exist.
+
+
SequenceValueGenerator(Repository, String, long, int, int) - Constructor for class com.amazon.carbonado.sequence.SequenceValueGenerator
+
+
Construct a new SequenceValueGenerator which might create persistent + sequence data if it does not exist.
+
+
SequenceValueProducer - Interface in com.amazon.carbonado.sequence
+
+
Produces values for sequences.
+
+
SequenceValueProducerPool - Class in com.amazon.carbonado.sequence
+
+
A concurrent pool of strongly referenced SequenceValueProducer + instances mapped by name.
+
+
SequenceValueProducerPool() - Constructor for class com.amazon.carbonado.sequence.SequenceValueProducerPool
+
 
+
SET_FOR_UPDATE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Transaction API method name
+
+
SET_PROPERTY_VALUE - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
setActualRepositoryBuilder(RepositoryBuilder) - Method in class com.amazon.carbonado.repo.logging.LoggingRepositoryBuilder
+
+
Set the Repository to wrap all calls to.
+
+
setAdapter(StorablePropertyAdapter) - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
+
Storables cannot currently have more than one adapter per property.
+
+
setAdapterParams(String) - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
 
+
setAdapterTypeName(String) - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
 
+
setAllClustered(boolean) - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
+
When all indexes are identified as clustered, the query analyzer treats + all indexes as performing equally well.
+
+
setAutoShutdownEnabled(boolean) - Method in interface com.amazon.carbonado.capability.ShutdownCapability
+
+
Request to enable or disable the automatic shutdown hook.
+
+
setAutoShutdownEnabled(boolean) - Method in class com.amazon.carbonado.spi.AbstractRepository
+
 
+
setAutoVersioningEnabled(boolean, String) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
By default, JDBCRepository assumes that version numbers are initialized and + incremented by triggers installed on the database.
+
+
setBDBProduct(BDBProduct) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Sets the BDB product to use, which defaults to JE.
+
+
setBlobValue(PreparedStatement, int, Blob) - Method in interface com.amazon.carbonado.repo.jdbc.JDBCSupport
+
 
+
setBlobValue(long, Blob) - Method in class com.amazon.carbonado.spi.LobEngine
+
+
Stores a value into a Blob, replacing anything that was there + before.
+
+
setBlobValue(long, InputStream) - Method in class com.amazon.carbonado.spi.LobEngine
+
+
Stores a value into a Blob, replacing anything that was there + before.
+
+
setBlockNumber(int) - Method in class com.amazon.carbonado.spi.StoredLob.Block
+
 
+
setBlockSize(int) - Method in class com.amazon.carbonado.spi.StoredLob
+
 
+
setCachePercent(int) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the percent of JVM heap used by the repository cache.
+
+
setCachePercent(Integer) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the percent of JVM heap used by the repository cache.
+
+
setCacheSize(long) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the repository cache size, in bytes.
+
+
setCacheSize(Long) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the repository cache size, in bytes.
+
+
setCatalog(String) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Optionally set the catalog to search for metadata.
+
+
setCheckpointInterval(int) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the interval to run checkpoints.
+
+
setCheckpointThresholdKB(int) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the size threshold to run checkpoints.
+
+
setCheckpointThresholdMinutes(int) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the time threshold to run checkpoints.
+
+
setChecksumEnabled(Boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
When true, enable checksum verification of pages read into the cache + from the backing filestore.
+
+
setClassNameProvider(SyntheticBuilder.ClassNameProvider) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
 
+
setClobValue(PreparedStatement, int, Clob) - Method in interface com.amazon.carbonado.repo.jdbc.JDBCSupport
+
 
+
setClobValue(long, Clob) - Method in class com.amazon.carbonado.spi.LobEngine
+
+
Stores a value into a Clob, replacing anything that was there + before.
+
+
setClobValue(long, Reader) - Method in class com.amazon.carbonado.spi.LobEngine
+
+
Stores a value into a Clob, replacing anything that was there + before.
+
+
setCompressionType(String) - Method in class com.amazon.carbonado.layout.LayoutOptions
+
 
+
setCompressor(String, String) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the compressor for the given class, overriding a custom StorableCodecFactory.
+
+
setCreationHost(String) - Method in interface com.amazon.carbonado.layout.StoredLayout
+
 
+
setCreationTimestamp(long) - Method in interface com.amazon.carbonado.layout.StoredLayout
+
 
+
setCreationTimestamp(long) - Method in interface com.amazon.carbonado.repo.indexed.StoredIndexInfo
+
 
+
setCreationTimestamp(long) - Method in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
 
+
setCreationUser(String) - Method in interface com.amazon.carbonado.layout.StoredLayout
+
 
+
setData(byte[]) - Method in class com.amazon.carbonado.spi.StoredLob.Block
+
 
+
setDatabaseHook(BDBRepositoryBuilder.DatabaseHook) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Sets a hook to be called whenever a database is opened.
+
+
setDatabaseName(String) - Method in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
 
+
setDatabasePageSize(Integer, Class<? extends Storable>) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Sets the desired page size for a given type.
+
+
setDatabasesTransactional(Boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
When true, allows databases to be transactional.
+
+
setDataHome(String) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
By default, data files are stored relative to the environment home.
+
+
setDataHomeFile(File) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
By default, data files are stored relative to the environment home.
+
+
setDataSource(DataSource) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+ +
+
setDataSourceCloseOnShutdown(boolean) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Pass true to cause the DataSource to be closed when the repository is + closed or shutdown.
+
+
setDataSourceLogging(boolean) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Pass true to enable debug logging.
+
+
setDefaultDirection(Direction) - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns a StorableIndex instance with all unspecified directions set to + the given direction.
+
+
setDefaultDirection(Direction) - Method in class com.amazon.carbonado.qe.StorableIndexSet
+
+
Set the default direction for all index properties.
+
+
setDefaultFetchSize(Integer) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Set the default fetch size when running queries.
+
+
setDesiredLockTimeout(int, TimeUnit) - Method in interface com.amazon.carbonado.Transaction
+
+
Specify a desired timeout for aquiring locks within this + transaction.
+
+
setDesiredLockTimeout(int, TimeUnit) - Method in class com.amazon.carbonado.txn.TransactionPair
+
 
+
setDriverClassName(String) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Set the JDBC driver class name, which is required if a DataSource was not provided.
+
+
setDriverURL(String) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Set the JDBC connection URL, which is required if a DataSource was not + provided.
+
+
setEnvironmentHome(String) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Sets the repository environment home directory, which is required.
+
+
setEnvironmentHomeFile(File) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Sets the repository environment home directory, which is required.
+
+
setEvolutionStrategy(int) - Method in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
 
+
setEvolvable(boolean) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
+
By default, generated storable implements the Unevolvable marker + interface, which can affect how it is encoded.
+
+
setExecutor() - Method in class com.amazon.carbonado.qe.StandardQuery
+
+
Ensures that a cached query executor reference is available.
+
+
setExecutors() - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
For each cached query, calls StandardQuery.setExecutor().
+
+
setExtraData(byte[]) - Method in interface com.amazon.carbonado.layout.StoredLayout
+
 
+
setExtraData(byte[]) - Method in interface com.amazon.carbonado.layout.StoredLayoutEquivalence
+
 
+
setExtraData(byte[]) - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
 
+
setExtraData(byte[]) - Method in interface com.amazon.carbonado.repo.indexed.StoredIndexInfo
+
 
+
setExtraData(byte[]) - Method in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
 
+
setFileName(String, String) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Specify the file that a BDB database should reside in, except for log + files and caches.
+
+
setForceStoredSequence(boolean) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
By default, native sequences are used if supported.
+
+
setForUpdate(boolean) - Method in interface com.amazon.carbonado.Transaction
+
+
Set to true to force all read operations within this transaction to + acquire upgradable or write locks.
+
+
setForUpdate(Txn, boolean) - Method in class com.amazon.carbonado.txn.TransactionManager
+
+
Called when the Transaction.setForUpdate method is called.
+
+
setForUpdate(boolean) - Method in class com.amazon.carbonado.txn.TransactionPair
+
 
+
setGeneration(int) - Method in interface com.amazon.carbonado.layout.StoredLayout
+
 
+
setGeneration(int) - Method in interface com.amazon.carbonado.layout.StoredLayoutEquivalence
+
 
+
setIndexName(String) - Method in interface com.amazon.carbonado.repo.indexed.StoredIndexInfo
+
 
+
setIndexNameDescriptor(String) - Method in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
 
+
setIndexRepairDiscardDuplicates(boolean) - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
+
Set true to skip collisions during index repair, logging each as a + warning.
+
+
setIndexRepairEnabled(boolean) - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
+
By default, index repair is enabled.
+
+
setIndexRepairEnabled(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
By default, index repair is enabled.
+
+
setIndexRepairThrottle(double) - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
+
Sets the throttle parameter used when indexes are added, dropped or bulk + repaired.
+
+
setIndexRepairThrottle(double) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Sets the throttle parameter used when indexes are added, dropped or bulk + repaired.
+
+
setIndexRepairVerifyOnly(boolean) - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
+
Set true to build and verify indexes, but don't apply any changes.
+
+
setIndexSupport(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
By default, user specified indexes are supported.
+
+
setIndexTypeDescriptor(String) - Method in interface com.amazon.carbonado.repo.indexed.StoredIndexInfo
+
 
+
setIndexTypeDescriptor(String) - Method in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
 
+
setInitialDatabaseConfig(Object) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Optionally set the BDB specific database configuration to use + for all databases created.
+
+
setInitialEnvironmentConfig(Object) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Optionally set the BDB specific environment configuration to + use.
+
+
setInitializeLogging(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Ensure the transaction logging sub-system is initialized, which is + usually implied.
+
+
setInitialValue(long) - Method in interface com.amazon.carbonado.sequence.StoredSequence
+
 
+
setInitialValue(long) - Method in interface com.amazon.carbonado.spi.StoredSequence
+
+
Deprecated.
+
setIsNullable(boolean) - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
 
+
setIsVersion(boolean) - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
 
+
setKeepOldLogFiles(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
By default, transaction log files are deleted when no longer needed.
+
+
setLayoutID(long) - Method in interface com.amazon.carbonado.layout.StoredLayout
+
 
+
setLayoutID(long) - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
 
+
setLength(long) - Method in interface com.amazon.carbonado.lob.Blob
+
+
Set the length of this Blob, in bytes.
+
+
setLength(long) - Method in class com.amazon.carbonado.lob.BlobClob
+
 
+
setLength(long) - Method in class com.amazon.carbonado.lob.ByteArrayBlob
+
 
+
setLength(long) - Method in class com.amazon.carbonado.lob.CharArrayClob
+
 
+
setLength(long) - Method in interface com.amazon.carbonado.lob.Clob
+
+
Set the length of this Clob, in characters.
+
+
setLength(long) - Method in class com.amazon.carbonado.lob.FileBlob
+
 
+
setLength(long) - Method in class com.amazon.carbonado.lob.StringClob
+
 
+
setLength(long) - Method in class com.amazon.carbonado.spi.StoredLob
+
 
+
setLocator(long) - Method in class com.amazon.carbonado.spi.StoredLob.Block
+
 
+
setLocator(long) - Method in class com.amazon.carbonado.spi.StoredLob
+
 
+
setLockConflictDeadlockDetectMode(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Enable deadlock detection whenever a lock conflict occurs.
+
+
setLockTimeout(int, TimeUnit) - Method in class com.amazon.carbonado.repo.map.MapRepositoryBuilder
+
+
Set the lock timeout.
+
+
setLockTimeout(double) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the lock timeout, in seconds.
+
+
setLockTimeoutMillis(int) - Method in class com.amazon.carbonado.repo.map.MapRepositoryBuilder
+
+
Set the lock timeout, in milliseconds.
+
+
setLog(Log) - Method in class com.amazon.carbonado.repo.logging.LoggingRepositoryBuilder
+
+
Set the Log to use.
+
+
setLogFileMaxSize(Integer) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the maximum transaction log file size for the BDB environment.
+
+
setLogInMemory(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set true to store transaction logs in memory only instead of persistent + storage.
+
+
setLoginTimeout(int) - Method in class com.amazon.carbonado.repo.jdbc.LoggingDataSource
+
 
+
setLoginTimeout(int) - Method in class com.amazon.carbonado.repo.jdbc.SimpleDataSource
+
 
+
setLogRegionSize(int) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the repository log region size, in bytes.
+
+
setLogRegionSize(Integer) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the repository log region size, in bytes.
+
+
setLogWriter(PrintWriter) - Method in class com.amazon.carbonado.repo.jdbc.LoggingDataSource
+
 
+
setLogWriter(PrintWriter) - Method in class com.amazon.carbonado.repo.jdbc.SimpleDataSource
+
 
+
setMaster(boolean) - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
 
+
setMaster(boolean) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
 
+
setMaster(boolean) - Method in class com.amazon.carbonado.repo.logging.LoggingRepositoryBuilder
+
 
+
setMaster(boolean) - Method in class com.amazon.carbonado.repo.map.MapRepositoryBuilder
+
 
+
setMaster(boolean) - Method in class com.amazon.carbonado.repo.replicated.ReplicatedRepositoryBuilder
+
 
+
setMaster(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
setMaster(boolean) - Method in interface com.amazon.carbonado.RepositoryBuilder
+
+
Set to false if repository should not assume the role of master.
+
+
setMasterRepositoryBuilder(RepositoryBuilder) - Method in class com.amazon.carbonado.repo.replicated.ReplicatedRepositoryBuilder
+
+
Set "master" respository to replicate from, which is required.
+
+
setMatchedGeneration(int) - Method in interface com.amazon.carbonado.layout.StoredLayoutEquivalence
+
 
+
setMaxLocks(Integer) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
setMultiversion(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set true to enable multiversion concurrency control (MVCC) on BDB + environment.
+
+
setName(String) - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
 
+
setName(String) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
 
+
setName(String) - Method in class com.amazon.carbonado.repo.logging.LoggingRepositoryBuilder
+
 
+
setName(String) - Method in class com.amazon.carbonado.repo.map.MapRepositoryBuilder
+
 
+
setName(String) - Method in class com.amazon.carbonado.repo.replicated.ReplicatedRepositoryBuilder
+
 
+
setName(String) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
setName(String) - Method in interface com.amazon.carbonado.RepositoryBuilder
+
+
Set name for the repository, which is required.
+
+
setName(String) - Method in interface com.amazon.carbonado.sequence.StoredSequence
+
 
+
setName(String) - Method in interface com.amazon.carbonado.spi.StoredSequence
+
+
Deprecated.
+
setNextValue(long) - Method in interface com.amazon.carbonado.sequence.StoredSequence
+
 
+
setNextValue(long) - Method in interface com.amazon.carbonado.spi.StoredSequence
+
+
Deprecated.
+
setNullable(boolean) - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
 
+
setOrdinal(int) - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
 
+
setPanicHandler(BDBPanicHandler) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the handler to call if the database panics.
+
+
setPassword(String) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Optionally set the password to use with DataSource.
+
+
setPreShutdownHook(Runnable) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Sets a callback to be invoked before the repository has finished running + its own shutdown hooks.
+
+
setPrimaryKeyCheckDisabled(boolean) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
By default, JDBCRepository makes sure that every declared primary key + in the database table for a Storable lines up with a declared + PrimaryKey or AlternateKey.
+
+
setPrimaryKeyMember(boolean) - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
 
+
setPrivate(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
When true, BDB environment cannot be shared by other processes, and + region files are not created.
+
+
setProduct(String) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Sets the BDB product to use, which defaults to JE.
+
+
setPropertyName(String) - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
 
+
setPropertyTypeDescriptor(String) - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
 
+
setPropertyValue(String, Object) - Method in interface com.amazon.carbonado.Storable
+
+
Sets a Storable property value by name.
+
+
setReadOnly(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Sets the repository to read-only mode.
+
+
setReplicaRepositoryBuilder(RepositoryBuilder) - Method in class com.amazon.carbonado.repo.replicated.ReplicatedRepositoryBuilder
+
+
Set "replica" respository to replicate to, which is required.
+
+
setReverseSplitOff(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Pass true to disable reverse split of B-tree nodes to reduce deadlocks.
+
+
setRunCheckpointer(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Disable automatic checkpointing of database if another process is + responsible for that.
+
+
setRunDeadlockDetector(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Disable automatic deadlock detection of database if another thread is + responsible for that.
+
+
setRunFullRecovery(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Pass true to override the default and run a full (catastrophic) recovery + when environment is opened.
+
+
setSchema(String) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Optionally set the schema to search for metadata.
+
+
setSequenceSelectStatement(String) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Override the default native sequence select statement with a printf.
+
+
setShutdownHook(Runnable) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Sets a callback to be invoked after repository has finished running its + own shutdown hooks.
+
+
setSingleFileName(String) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Specify that all BDB databases should reside in one file, except for log + files and caches.
+
+
setStorableCodecFactory(StorableCodecFactory) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Override the default storable codec factory.
+
+
setStorableTypeName(String) - Method in interface com.amazon.carbonado.layout.StoredLayout
+
 
+
setStorableTypeName(String) - Method in interface com.amazon.carbonado.layout.StoredLayoutEquivalence
+
 
+
setStorableWithPrimaryKey(Storable) - Method in exception com.amazon.carbonado.CorruptEncodingException
+
+
If the decoder can at least extract the primary key, it should set it here.
+
+
setStrictTriggers(boolean) - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
+
Set to true to require that index maintenance triggers use a "for update" transaction, + avoiding deadlocks and lock upgrade failures.
+
+
setSuppressReload(boolean, String) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
By default, JDBCRepository reloads Storables after every insert or + update.
+
+
setTransactionMaxActive(Integer) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the maximum number of concurrent transactions, or pass null to use + the default.
+
+
setTransactionNoSync(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
When true, commits are not immediately written or flushed to disk.
+
+
setTransactionTimeout(double) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Set the transaction timeout, in seconds.
+
+
setTransactionWriteNoSync(boolean) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
When true, commits are written, but they are not flushed to disk.
+
+
setUserName(String) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Optionally set the username to use with DataSource.
+
+
setValue(String) - Method in class com.amazon.carbonado.lob.AbstractBlob
+
 
+
setValue(String, String) - Method in class com.amazon.carbonado.lob.AbstractBlob
+
 
+
setValue(String, Charset) - Method in class com.amazon.carbonado.lob.AbstractBlob
+
 
+
setValue(String) - Method in class com.amazon.carbonado.lob.AbstractClob
+
 
+
setValue(String) - Method in interface com.amazon.carbonado.lob.Blob
+
+
Convenience method to overwrite all Blob data with the value of a single + String, applying UTF-8 encoding.
+
+
setValue(String, String) - Method in interface com.amazon.carbonado.lob.Blob
+
+
Convenience method to overwrite all Blob data with the value of a single + String, applying the given charset encoding.
+
+
setValue(String, Charset) - Method in interface com.amazon.carbonado.lob.Blob
+
+
Convenience method to overwrite all Blob data with the value of a single + String, applying the given charset encoding.
+
+
setValue(String) - Method in interface com.amazon.carbonado.lob.Clob
+
+
Convenience method to overwrite all Clob data with the value of a single + String.
+
+
setValue(String) - Method in class com.amazon.carbonado.lob.StringClob
+
 
+
setVersion(boolean) - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
 
+
setVersion(int) - Method in interface com.amazon.carbonado.sequence.StoredSequence
+
 
+
setVersion(int) - Method in class com.amazon.carbonado.spi.StoredLob.Block
+
 
+
setVersion(int) - Method in class com.amazon.carbonado.spi.StoredLob
+
 
+
setVersionNumber(int) - Method in interface com.amazon.carbonado.layout.StoredLayout
+
 
+
setVersionNumber(int) - Method in interface com.amazon.carbonado.layout.StoredLayoutEquivalence
+
 
+
setVersionNumber(int) - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
 
+
setVersionNumber(int) - Method in interface com.amazon.carbonado.repo.indexed.StoredIndexInfo
+
 
+
setVersionNumber(int) - Method in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
 
+
setWrappedRepository(RepositoryBuilder) - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
+
Set the required wrapped respository, which must support the + IndexInfoCapability.
+
+
shouldCopyDerived() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns true if this derived property should be included when copying a + storable.
+
+
shouldReverseOrder() - Method in class com.amazon.carbonado.qe.OrderingScore
+
+
Returns true if evaluated index must be iterated in reverse to achieve + the desired ordering.
+
+
shouldReverseRange() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns true if there is a range start or end match, but natural order + of matching property is descending.
+
+
shutdown() - Method in interface com.amazon.carbonado.capability.ShutdownCapability
+
+
Similar to calling close on a repository, except should only be called + when the virtual machine is in the process of shutting down.
+
+
shutdown() - Method in class com.amazon.carbonado.spi.AbstractRepository
+
 
+
shutdown() - Method in class com.amazon.carbonado.util.TaskQueueThread
+
+
Indicate that this task queue thread should finish running its enqueued + tasks and then exit.
+
+
ShutdownCapability - Interface in com.amazon.carbonado.capability
+
+
Capability for repositories that require special attention with the Java + virtual machine exits.
+
+
shutdownHook() - Method in class com.amazon.carbonado.spi.AbstractRepository
+
+
Install custom shutdown logic by overriding this method.
+
+
SimpleDataSource - Class in com.amazon.carbonado.repo.jdbc
+
+
SimpleDataSource does not implement any connection pooling.
+
+
SimpleDataSource(String, String, Properties) - Constructor for class com.amazon.carbonado.repo.jdbc.SimpleDataSource
+
 
+
SimpleDataSource(String, String, String, String) - Constructor for class com.amazon.carbonado.repo.jdbc.SimpleDataSource
+
 
+
SimpleDataSource(String, String, String, String, Properties) - Constructor for class com.amazon.carbonado.repo.jdbc.SimpleDataSource
+
 
+
SingletonCursor<S> - Class in com.amazon.carbonado.cursor
+
+
Special cursor implementation that returns only one element.
+
+
SingletonCursor(S) - Constructor for class com.amazon.carbonado.cursor.SingletonCursor
+
 
+
size() - Method in class com.amazon.carbonado.cursor.MergeSortBuffer
+
 
+
size() - Method in class com.amazon.carbonado.gen.StorablePropertyMap
+
 
+
size() - Method in class com.amazon.carbonado.qe.OrderingList
+
 
+
size() - Method in class com.amazon.carbonado.util.SoftValuedCache
+
+
Deprecated.
+
skip(long) - Method in class com.amazon.carbonado.spi.RAFInputStream
+
 
+
SkipCursor<S> - Class in com.amazon.carbonado.cursor
+
+
Wraps another cursor to skip an initial amount of elements.
+
+
SkipCursor(Cursor<S>, long) - Constructor for class com.amazon.carbonado.cursor.SkipCursor
+
 
+
skipNext(int) - Method in class com.amazon.carbonado.cursor.AbstractCursor
+
 
+
skipNext(int) - Method in class com.amazon.carbonado.cursor.EmptyCursor
+
+
Always returns 0.
+
+
skipNext(int) - Method in class com.amazon.carbonado.cursor.FilteredCursor
+
 
+
skipNext(int) - Method in class com.amazon.carbonado.cursor.GroupedCursor
+
 
+
skipNext(int) - Method in class com.amazon.carbonado.cursor.LimitCursor
+
 
+
skipNext(int) - Method in class com.amazon.carbonado.cursor.MultiTransformedCursor
+
 
+
skipNext(int) - Method in class com.amazon.carbonado.cursor.SingletonCursor
+
 
+
skipNext(int) - Method in class com.amazon.carbonado.cursor.SkipCursor
+
 
+
skipNext(int) - Method in interface com.amazon.carbonado.Cursor
+
+
Skips forward by the specified amount of elements, returning the actual + amount skipped.
+
+
skipNext(int) - Method in class com.amazon.carbonado.cursor.SortedCursor
+
 
+
skipNext(int) - Method in class com.amazon.carbonado.cursor.ThrottledCursor
+
 
+
skipNext(int) - Method in class com.amazon.carbonado.cursor.TransformedCursor
+
 
+
skipNext(int) - Method in class com.amazon.carbonado.raw.RawCursor
+
 
+
SoftValuedCache<K,V> - Class in com.amazon.carbonado.util
+
+
Deprecated. +
use Cojen Cache interface
+
+
+
SoftValuedCache() - Constructor for class com.amazon.carbonado.util.SoftValuedCache
+
+
Deprecated.
+
sort() - Method in class com.amazon.carbonado.cursor.ArraySortBuffer
+
 
+
sort() - Method in class com.amazon.carbonado.cursor.MergeSortBuffer
+
 
+
sort() - Method in interface com.amazon.carbonado.cursor.SortBuffer
+
+
Finish sorting buffer.
+
+
SortBuffer<S> - Interface in com.amazon.carbonado.cursor
+
+
Buffers up Storable instances allowing them to be sorted.
+
+
SortedCursor<S> - Class in com.amazon.carbonado.cursor
+
+
Wraps another Cursor and ensures the results are sorted.
+
+
SortedCursor(Cursor<S>, SortBuffer<S>, Comparator<S>, Comparator<S>) - Constructor for class com.amazon.carbonado.cursor.SortedCursor
+
 
+
SortedCursor(Cursor<S>, SortBuffer<S>, Class<S>, String...) - Constructor for class com.amazon.carbonado.cursor.SortedCursor
+
 
+
SortedQueryExecutor<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
QueryExecutor which wraps another and sorts the results.
+
+
SortedQueryExecutor(SortedQueryExecutor.Support<S>, QueryExecutor<S>, OrderingList<S>, OrderingList<S>) - Constructor for class com.amazon.carbonado.qe.SortedQueryExecutor
+
 
+
SortedQueryExecutor.ArraySortSupport<S extends Storable> - Class in com.amazon.carbonado.qe
+
 
+
SortedQueryExecutor.ArraySortSupport() - Constructor for class com.amazon.carbonado.qe.SortedQueryExecutor.ArraySortSupport
+
 
+
SortedQueryExecutor.MergeSortSupport<S extends Storable> - Class in com.amazon.carbonado.qe
+
 
+
SortedQueryExecutor.MergeSortSupport() - Constructor for class com.amazon.carbonado.qe.SortedQueryExecutor.MergeSortSupport
+
 
+
SortedQueryExecutor.Support<S extends Storable> - Interface in com.amazon.carbonado.qe
+
+
Provides support for SortedQueryExecutor.
+
+
StandardQuery<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
Abstract query implementation which uses a QueryExecutor.
+
+
StandardQuery(Filter<S>, FilterValues<S>, OrderingList<S>, QueryHints) - Constructor for class com.amazon.carbonado.qe.StandardQuery
+
 
+
StandardQueryFactory<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
Builds and caches StandardQuery instances.
+
+
StandardQueryFactory(Class<S>) - Constructor for class com.amazon.carbonado.qe.StandardQueryFactory
+
 
+
StandardQueryFactory(Class<S>, boolean) - Constructor for class com.amazon.carbonado.qe.StandardQueryFactory
+
 
+
startBackup() - Method in interface com.amazon.carbonado.repo.sleepycat.HotBackupCapability
+
+
Starts the backup by disabling log file deletion.
+
+
startBackup(boolean) - Method in interface com.amazon.carbonado.repo.sleepycat.HotBackupCapability
+
+
Starts the backup by disabling log file deletion.
+
+
startIncrementalBackup(long) - Method in interface com.amazon.carbonado.repo.sleepycat.HotBackupCapability
+
+
Starts an incremental backup.
+
+
startIncrementalBackup(long, boolean) - Method in interface com.amazon.carbonado.repo.sleepycat.HotBackupCapability
+
+
Starts an incremental backup.
+
+
Storable<S extends Storable<S>> - Interface in com.amazon.carbonado
+
+
A data access object in a Repository.
+
+
STORABLE_TYPE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
StorableCodec<S extends Storable> - Interface in com.amazon.carbonado.raw
+
+
Supports encoding and decoding of storables.
+
+
StorableCodecFactory - Interface in com.amazon.carbonado.raw
+
+
Factory for creating instances of StorableCodec.
+
+
StorableCopier<S extends Storable,T extends Storable> - Class in com.amazon.carbonado.gen
+
+
Copies properties between otherwise incompatible Storables.
+
+
StorableCopier() - Constructor for class com.amazon.carbonado.gen.StorableCopier
+
 
+
StorableCopier.From<S extends Storable> - Class in com.amazon.carbonado.gen
+
 
+
StorableGenerator<S extends Storable> - Class in com.amazon.carbonado.gen
+
+
Generates and caches abstract implementations of Storable + types.
+
+
StorableIndex<S extends Storable> - Class in com.amazon.carbonado.info
+
+
Represents an index that must be defined for a specific Storable type.
+
+
StorableIndex(StorableProperty<S>[], Direction[]) - Constructor for class com.amazon.carbonado.info.StorableIndex
+
+
Creates a StorableIndex from the given properties and matching + directions.
+
+
StorableIndex(StorableProperty<S>[], Direction[], boolean) - Constructor for class com.amazon.carbonado.info.StorableIndex
+
+
Creates a StorableIndex from the given properties and matching + directions.
+
+
StorableIndex(StorableProperty<S>[], Direction[], boolean, boolean) - Constructor for class com.amazon.carbonado.info.StorableIndex
+
+
Creates a StorableIndex from the given properties and matching + directions.
+
+
StorableIndex(StorableKey<S>, Direction) - Constructor for class com.amazon.carbonado.info.StorableIndex
+
+
Creates a StorableIndex from a StorableKey.
+
+
StorableIndex(OrderedProperty<S>[], Direction) - Constructor for class com.amazon.carbonado.info.StorableIndex
+
+
Creates a StorableIndex from OrderedProperties.
+
+
StorableIndex(Class<S>, IndexInfo) - Constructor for class com.amazon.carbonado.info.StorableIndex
+
+
Creates a StorableIndex from an IndexInfo.
+
+
StorableIndexSet<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
Manages a set of StorableIndex objects, intended for reducing the + set such that the minimal amount of physical indexes need to be defined for + a specific type of Storable.
+
+
StorableIndexSet() - Constructor for class com.amazon.carbonado.qe.StorableIndexSet
+
 
+
StorableIndexSet(StorableIndexSet<S>) - Constructor for class com.amazon.carbonado.qe.StorableIndexSet
+
+
Copy constructor.
+
+
StorableInfo<S extends Storable> - Interface in com.amazon.carbonado.info
+
+
Contains all the metadata describing a specific Storable type.
+
+
StorableInfoCapability - Interface in com.amazon.carbonado.capability
+
+
Capability that returns information about known storable types in a + repository.
+
+
StorableIntrospector - Class in com.amazon.carbonado.info
+
+
Supports examination of Storable types, returning all metadata + associated with it.
+
+
StorableIntrospector() - Constructor for class com.amazon.carbonado.info.StorableIntrospector
+
 
+
StorableKey<S extends Storable> - Interface in com.amazon.carbonado.info
+
+
Represents a primary, alternate or partition key of a specific Storable type.
+
+
StorableProperty<S extends Storable> - Interface in com.amazon.carbonado.info
+
+
Contains all the metadata describing a property of a specific Storable type.
+
+
StorablePropertyAdapter - Class in com.amazon.carbonado.info
+
+
Information about an adapter annotation applied to a property.
+
+
StorablePropertyAdapter(String, Class<?>, Class<? extends Annotation>) - Constructor for class com.amazon.carbonado.info.StorablePropertyAdapter
+
+
Construct a generic StorablePropertyAdapter instance not attached to a + storable definition.
+
+
StorablePropertyAnnotation - Class in com.amazon.carbonado.info
+
+
Information about a custom annotation applied to a property.
+
+
StorablePropertyAnnotation(Annotation, Method) - Constructor for class com.amazon.carbonado.info.StorablePropertyAnnotation
+
+
Use this constructor if an annotation was actually defined.
+
+
StorablePropertyAnnotation(Class<? extends Annotation>, Method) - Constructor for class com.amazon.carbonado.info.StorablePropertyAnnotation
+
+
Use this constructor if an annotation was not defined, but instead is + being automatically applied.
+
+
StorablePropertyConstraint - Class in com.amazon.carbonado.info
+
+
Information about a constraint annotation applied to a property.
+
+
StorablePropertyInfo - Class in com.amazon.carbonado.raw
+
 
+
StorablePropertyMap<S extends Storable> - Class in com.amazon.carbonado.gen
+
+
Basic implementation for Storable.propertyMap() method.
+
+
StorableSupport<S extends Storable> - Interface in com.amazon.carbonado.gen
+
+
Provides runtime support for Storable classes generated by StorableGenerator.
+
+
storableType() - Method in interface com.amazon.carbonado.Storable
+
+
Returns the class or interface from which this storable was + generated.
+
+
Storage<S extends Storable> - Interface in com.amazon.carbonado
+
+
Access for a specific type of Storable from a Repository.
+
+
STORAGE_FOR_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Repository API method name
+
+
StorageAccess<S extends Storable> - Interface in com.amazon.carbonado.qe
+
+
Provides internal access to a Storage, necessary for query + execution.
+
+
storageAccessFor(Class<S>) - Method in interface com.amazon.carbonado.qe.RepositoryAccess
+
+
Returns a StorageAccess instance for the given user defined Storable + class or interface.
+
+
storageDelegate(StorableIndex<S>) - Method in interface com.amazon.carbonado.qe.StorageAccess
+
+
If the given index is not directly supported by storage, queries should + be delegated.
+
+
storageFor(Class<S>) - Method in interface com.amazon.carbonado.Repository
+
+
Returns a Storage instance for the given user defined Storable class or + interface.
+
+
storageFor(Class<S>) - Method in class com.amazon.carbonado.spi.AbstractRepository
+
 
+
StoragePool - Class in com.amazon.carbonado.spi
+
+
A concurrent pool of strongly referenced Storage instances mapped by + Storable type.
+
+
StoragePool() - Constructor for class com.amazon.carbonado.spi.StoragePool
+
 
+
store(S, byte[], byte[]) - Method in interface com.amazon.carbonado.raw.RawSupport
+
+
Try to store the entry referenced by the given key with the given + value.
+
+
StoredDatabaseInfo - Class in com.amazon.carbonado.repo.sleepycat
+
+
Stores basic information about the BDB databases managed by BDBRepository.
+
+
StoredDatabaseInfo() - Constructor for class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
 
+
StoredIndexInfo - Interface in com.amazon.carbonado.repo.indexed
+
+
Stores basic information about the indexes managed by IndexedRepository.
+
+
StoredLayout - Interface in com.amazon.carbonado.layout
+
+
Stored information regarding the layout of a Storable type, which is used + internally by Layout.
+
+
StoredLayoutEquivalence - Interface in com.amazon.carbonado.layout
+
+
Maps layout generations which are equivalent.
+
+
StoredLayoutProperty - Interface in com.amazon.carbonado.layout
+
+
Stored property joined to a StoredLayout, which is used internally + by LayoutProperty.
+
+
StoredLob - Class in com.amazon.carbonado.spi
+
+
Can be used internally by repositories for supporting Lobs.
+
+
StoredLob() - Constructor for class com.amazon.carbonado.spi.StoredLob
+
 
+
StoredLob.Block - Class in com.amazon.carbonado.spi
+
+
Blocks stored here.
+
+
StoredLob.Block() - Constructor for class com.amazon.carbonado.spi.StoredLob.Block
+
 
+
StoredSequence - Interface in com.amazon.carbonado.sequence
+
+
Stores data for SequenceValueGenerator.
+
+
StoredSequence - Interface in com.amazon.carbonado.spi
+
+
Deprecated. +
Replaced by StoredSequence
+
+
+
storePropertyValue(CodeAssembler, StorablePropertyInfo, boolean, LocalVariable, Class<?>) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Generates code to store a property value into an instance which is + already on the operand stack.
+
+
StringClob - Class in com.amazon.carbonado.lob
+
+
Implementation of a Clob which is backed by a read-only String.
+
+
StringClob(String) - Constructor for class com.amazon.carbonado.lob.StringClob
+
 
+
subList(int, int) - Method in class com.amazon.carbonado.qe.OrderingList
+
 
+
SUPPORT_FIELD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Reference to TriggerSupport instance
+
+
SupportException - Exception in com.amazon.carbonado
+
+
Indicates that an action cannot be supported by the Repository it is being requested from.
+
+
SupportException() - Constructor for exception com.amazon.carbonado.SupportException
+
 
+
SupportException(String) - Constructor for exception com.amazon.carbonado.SupportException
+
 
+
SupportException(String, Throwable) - Constructor for exception com.amazon.carbonado.SupportException
+
 
+
SupportException(Throwable) - Constructor for exception com.amazon.carbonado.SupportException
+
 
+
supportsForUpdate() - Method in class com.amazon.carbonado.txn.TransactionManager
+
+
Return true if transactions support "for update" mode.
+
+
suspendCheckpointer(long) - Method in interface com.amazon.carbonado.repo.sleepycat.CheckpointCapability
+
+
Suspend the checkpointer until the suspension time has expired or until + manually resumed.
+
+
SymmetricDifferenceCursor<S> - Class in com.amazon.carbonado.cursor
+
+
Wraps two Cursors and performs a symmetric set difference + operation.
+
+
SymmetricDifferenceCursor(Cursor<S>, Cursor<S>, Comparator<S>) - Constructor for class com.amazon.carbonado.cursor.SymmetricDifferenceCursor
+
 
+
sync() - Method in interface com.amazon.carbonado.repo.sleepycat.CheckpointCapability
+
+
Synchronously flushes changes to stable storage, which is cheaper than + performing a checkpoint.
+
+
SyntheticBuilder - Interface in com.amazon.carbonado.synthetic
+
+
A synthetic builder provides a mechanism for creating a user storable from scratch.
+
+
SyntheticBuilder.ClassNameProvider - Interface in com.amazon.carbonado.synthetic
+
+
Interface used to get the name for the class to generate.
+
+
SyntheticIndex - Class in com.amazon.carbonado.synthetic
+
+
Specification of a collection of properties which will participate in an index.
+
+
SyntheticKey - Class in com.amazon.carbonado.synthetic
+
+
Specification of a collection of properties which will participate in a key.
+
+
SyntheticProperty - Class in com.amazon.carbonado.synthetic
+
+
Minimal specification of a storable property for use with a SyntheticStorableBuilder.
+
+
SyntheticProperty(String, Class) - Constructor for class com.amazon.carbonado.synthetic.SyntheticProperty
+
+
Every property requires minimally a name and a type
+
+
SyntheticProperty(String, Class, boolean, boolean) - Constructor for class com.amazon.carbonado.synthetic.SyntheticProperty
+
 
+
SyntheticPropertyList - Class in com.amazon.carbonado.synthetic
+
+
Specification of a collection of properties which will participate in a key + or index.
+
+
SyntheticStorableBuilder - Class in com.amazon.carbonado.synthetic
+
+
Allows the definition of very simple synthetic storables.
+
+
SyntheticStorableBuilder(String, ClassLoader) - Constructor for class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
 
+
SyntheticStorableReferenceAccess<S extends Storable> - Class in com.amazon.carbonado.synthetic
+
+
Provides access to the generated storable reference class and utility + methods.
+
+
SyntheticStorableReferenceBuilder<S extends Storable> - Class in com.amazon.carbonado.synthetic
+
+
A SyntheticStorableReference defines new kinds of Storables from an existing + master storable.
+
+
SyntheticStorableReferenceBuilder(Class<S>, boolean) - Constructor for class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
 
+
SyntheticStorableReferenceBuilder(Class<S>, String, boolean) - Constructor for class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
 
+
+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.

+ + diff --git a/apidocs/index-files/index-2.html b/apidocs/index-files/index-2.html new file mode 100644 index 0000000..8c980bc --- /dev/null +++ b/apidocs/index-files/index-2.html @@ -0,0 +1,415 @@ + + + + + + +B-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  + + +

B

+
+
backoff(E, int, int) - Static method in exception com.amazon.carbonado.RepositoryException
+
+
One strategy for resolving an optimistic lock failure is to try the + operation again, after waiting some bounded random amount of time.
+
+
BDBPanicHandler - Interface in com.amazon.carbonado.repo.sleepycat
+
+
Interface for a generic panic handler for any BDB products.
+
+
BDBProduct - Enum in com.amazon.carbonado.repo.sleepycat
+
+
Set of supported BDB products.
+
+
BDBRepositoryBuilder - Class in com.amazon.carbonado.repo.sleepycat
+
+
Builder and configuration options for BDBRepository.
+
+
BDBRepositoryBuilder() - Constructor for class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
BDBRepositoryBuilder.DatabaseHook - Interface in com.amazon.carbonado.repo.sleepycat
+
 
+
beforeDelete(S) - Method in class com.amazon.carbonado.capability.ResyncCapability.Listener
+
+
Called before a bogus storable is to be deleted.
+
+
beforeDelete(S) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
beforeDelete(Transaction, S) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
beforeDelete(S) - Method in class com.amazon.carbonado.Trigger
+
+
Called before a storable is to be deleted.
+
+
beforeDelete(Transaction, S) - Method in class com.amazon.carbonado.Trigger
+
+
Called before a storable is to be deleted.
+
+
beforeInsert(S) - Method in class com.amazon.carbonado.capability.ResyncCapability.Listener
+
+
Called before a sync'd storable is to be inserted.
+
+
beforeInsert(S) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
beforeInsert(Transaction, S) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
beforeInsert(S) - Method in class com.amazon.carbonado.Trigger
+
+
Called before a storable is to be inserted.
+
+
beforeInsert(Transaction, S) - Method in class com.amazon.carbonado.Trigger
+
+
Called before a storable is to be inserted.
+
+
beforeTryDelete(S) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
beforeTryDelete(Transaction, S) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
beforeTryDelete(S) - Method in class com.amazon.carbonado.Trigger
+
+
Called before a storable is to be deleted via tryDelete.
+
+
beforeTryDelete(Transaction, S) - Method in class com.amazon.carbonado.Trigger
+
+
Called before a storable is to be deleted via tryDelete.
+
+
beforeTryInsert(S) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
beforeTryInsert(Transaction, S) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
beforeTryInsert(S) - Method in class com.amazon.carbonado.Trigger
+
+
Called before a storable is to be inserted via tryInsert.
+
+
beforeTryInsert(Transaction, S) - Method in class com.amazon.carbonado.Trigger
+
+
Called before a storable is to be inserted via tryInsert.
+
+
beforeTryUpdate(S) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
beforeTryUpdate(Transaction, S) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
beforeTryUpdate(S) - Method in class com.amazon.carbonado.Trigger
+
+
Called before a storable is to be updated via tryUpdate.
+
+
beforeTryUpdate(Transaction, S) - Method in class com.amazon.carbonado.Trigger
+
+
Called before a storable is to be updated via tryUpdate.
+
+
beforeUpdate(S) - Method in class com.amazon.carbonado.capability.ResyncCapability.Listener
+
+
Called before a sync'd storable is to be updated.
+
+
beforeUpdate(S, S) - Method in class com.amazon.carbonado.capability.ResyncCapability.Listener
+
+
Overloaded version of beforeUpdate method which is passed the + storable in it's out-of-sync and sync'd states.
+
+
beforeUpdate(S) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
beforeUpdate(Transaction, S) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
beforeUpdate(S) - Method in class com.amazon.carbonado.Trigger
+
+
Called before a storable is to be updated.
+
+
beforeUpdate(Transaction, S) - Method in class com.amazon.carbonado.Trigger
+
+
Called before a storable is to be updated.
+
+
begin() - Method in interface com.amazon.carbonado.Query.Controller
+
+
Called by query when it begins, possibly multiple times.
+
+
begin() - Method in class com.amazon.carbonado.Query.Timeout
+
 
+
beginCall(RemoteProcedure<R, D>) - Method in interface com.amazon.carbonado.capability.RemoteProcedureCapability
+
+
Begins a call to execute the given procedure on a remote host.
+
+
beginGroup(S) - Method in class com.amazon.carbonado.cursor.GroupedCursor
+
+
This method is called for the first entry in a group.
+
+
beginReply() - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Request
+
+
Begin a reply after receiving all data.
+
+
BelatedCreationException - Exception in com.amazon.carbonado.util
+
+
Exception throw when attempting to perform an unavailable operation on an + object undergoing belated creation.
+
+
BelatedCreationException(String) - Constructor for exception com.amazon.carbonado.util.BelatedCreationException
+
+
Create a new exception with the given message.
+
+
BelatedCreationException(String, Throwable) - Constructor for exception com.amazon.carbonado.util.BelatedCreationException
+
+
Create a new exception with the given message and cause.
+
+
BelatedCreator<T,E extends java.lang.Exception> - Class in com.amazon.carbonado.util
+
+
Generic one-shot factory which supports late object creation.
+
+
BelatedCreator(Class<T>, int) - Constructor for class com.amazon.carbonado.util.BelatedCreator
+
 
+
BelatedRepositoryCreator - Class in com.amazon.carbonado.spi
+
+
Generic one-shot Repository builder which supports late object creation.
+
+
BelatedRepositoryCreator(Log, RepositoryBuilder, int) - Constructor for class com.amazon.carbonado.spi.BelatedRepositoryCreator
+
 
+
BelatedRepositoryCreator(Log, RepositoryBuilder, AtomicReference<Repository>, int) - Constructor for class com.amazon.carbonado.spi.BelatedRepositoryCreator
+
 
+
BelatedStorageCreator<S extends Storable> - Class in com.amazon.carbonado.spi
+
+
Generic one-shot Storage creator which supports late object creation.
+
+
BelatedStorageCreator(Log, Repository, Class<S>, int) - Constructor for class com.amazon.carbonado.spi.BelatedStorageCreator
+
 
+
BinaryOpFilter<S extends Storable> - Class in com.amazon.carbonado.filter
+
+
Base class for filter tree nodes that have a left and right child.
+
+
bind() - Method in class com.amazon.carbonado.filter.BinaryOpFilter
+
 
+
bind() - Method in class com.amazon.carbonado.filter.ClosedFilter
+
 
+
bind() - Method in class com.amazon.carbonado.filter.ExistsFilter
+
 
+
bind() - Method in class com.amazon.carbonado.filter.Filter
+
+
Walks through each property filter, assigning a bind ID to it.
+
+
bind() - Method in class com.amazon.carbonado.filter.OpenFilter
+
 
+
bind() - Method in class com.amazon.carbonado.filter.PropertyFilter
+
 
+
bindQueryParam(Class) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Determines which overloaded "with" method on Query should be bound to.
+
+
blankValue(CodeBuilder, TypeDesc) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Generates code to push a blank value to the stack.
+
+
Blob - Interface in com.amazon.carbonado.lob
+
+
Provides access to BLOBs, which are Binary Large OBjects.
+
+
BlobClob - Class in com.amazon.carbonado.lob
+
+
A Clob implementation which is backed by a Blob.
+
+
BlobClob(Blob) - Constructor for class com.amazon.carbonado.lob.BlobClob
+
 
+
BoundaryType - Enum in com.amazon.carbonado.qe
+
+
Describes a value range boundary.
+
+
build(RepositoryAccess, ChainedProperty<T>, Filter<T>, OrderingList<T>, QueryHints) - Static method in class com.amazon.carbonado.qe.JoinedQueryExecutor
+
+
Builds and returns a complex joined excutor against a chained property, + supporting multi-way joins.
+
+
build(AtomicReference<Repository>) - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
 
+
build(AtomicReference<Repository>) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
 
+
build(AtomicReference<Repository>) - Method in class com.amazon.carbonado.repo.logging.LoggingRepositoryBuilder
+
 
+
build(AtomicReference<Repository>) - Method in class com.amazon.carbonado.repo.map.MapRepositoryBuilder
+
 
+
build(AtomicReference<Repository>) - Method in class com.amazon.carbonado.repo.replicated.ReplicatedRepositoryBuilder
+
 
+
build(AtomicReference<Repository>) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
build() - Method in interface com.amazon.carbonado.RepositoryBuilder
+
+
Builds a repository instance.
+
+
build(AtomicReference<Repository>) - Method in interface com.amazon.carbonado.RepositoryBuilder
+
+
Builds a repository instance.
+
+
build() - Method in class com.amazon.carbonado.spi.AbstractRepositoryBuilder
+
 
+
build() - Method in class com.amazon.carbonado.synthetic.ClassFileBuilder
+
+
Defines the class for this generator
+
+
build() - Method in interface com.amazon.carbonado.synthetic.SyntheticBuilder
+
+
Convenience method to generate the class.
+
+
build() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
 
+
build() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
 
+
build(Class<C>) - Static method in class com.amazon.carbonado.util.Converter
+
 
+
buildClass(Class<C>) - Static method in class com.amazon.carbonado.util.Converter
+
 
+
buildDataDecoding(CodeAssembler, StorableProperty<S>[], LocalVariable, Class<?>, boolean, int, Label, LocalVariable) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Generates bytecode instructions to decode properties.
+
+
buildDataEncoding(CodeAssembler, StorableProperty<S>[], LocalVariable, Class<?>, boolean, int) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Generates bytecode instructions to encode properties.
+
+
buildKeyDecoding(CodeAssembler, OrderedProperty<S>[], LocalVariable, Class<?>, boolean, LocalVariable) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Generates bytecode instructions to decode properties.
+
+
buildKeyEncoding(CodeAssembler, OrderedProperty<S>[], LocalVariable, Class<?>, boolean, LocalVariable, LocalVariable) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Generates bytecode instructions to encode properties.
+
+
buildPkIndex(String...) - Method in class com.amazon.carbonado.raw.CustomStorableCodec
+
+
Convenient way to define the clustered primary key index + descriptor.
+
+
buildRootAnnotation(TypeDesc) - Method in class com.amazon.carbonado.util.AnnotationDescParser
+
+
Override this method if a root annotation is not provided, as it must be + built after parsing the root annotation type.
+
+
buildSerialDecoding(CodeAssembler, StorableProperty<S>[], LocalVariable) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Generates bytecode instructions to decode properties and their states.
+
+
buildSerialEncoding(CodeAssembler, StorableProperty<S>[]) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Generates bytecode instructions to encode properties and their + states.
+
+
ByteArrayBlob - Class in com.amazon.carbonado.lob
+
+
Implementation of a Blob which is backed by a growable in-memory byte array.
+
+
ByteArrayBlob(int) - Constructor for class com.amazon.carbonado.lob.ByteArrayBlob
+
+
Construct a ByteArrayBlob with the given initial capacity.
+
+
ByteArrayBlob(byte[]) - Constructor for class com.amazon.carbonado.lob.ByteArrayBlob
+
+
Construct a ByteArrayBlob initially backed by the given byte array.
+
+
ByteArrayBlob(byte[], int) - Constructor for class com.amazon.carbonado.lob.ByteArrayBlob
+
+
Construct a ByteArrayBlob initially backed by the given byte array.
+
+
+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.

+ + diff --git a/apidocs/index-files/index-20.html b/apidocs/index-files/index-20.html new file mode 100644 index 0000000..df53699 --- /dev/null +++ b/apidocs/index-files/index-20.html @@ -0,0 +1,611 @@ + + + + + + +T-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  + + +

T

+
+
tail() - Method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns a new ChainedProperty which contains everything that follows + this ChainedProperty's prime property.
+
+
TaskQueueThread - Class in com.amazon.carbonado.util
+
+
Simple generic queue for running tasks from a single thread.
+
+
TaskQueueThread(String, int) - Constructor for class com.amazon.carbonado.util.TaskQueueThread
+
 
+
TaskQueueThread(String, int, long) - Constructor for class com.amazon.carbonado.util.TaskQueueThread
+
 
+
TextAdapter - Annotation Type in com.amazon.carbonado.adapter
+
+
Converts database Blobs and Clobs to Strings.
+
+
TextAdapter.Adapter - Class in com.amazon.carbonado.adapter
+
+
Adapter implementation for TextAdapter.
+
+
TextAdapter.Adapter(Class<?>, String, TextAdapter) - Constructor for class com.amazon.carbonado.adapter.TextAdapter.Adapter
+
 
+
TextAdapter.Adapter(Class<?>, String, String) - Constructor for class com.amazon.carbonado.adapter.TextAdapter.Adapter
+
 
+
TextAdapter.Adapter(Class<?>, String, Charset) - Constructor for class com.amazon.carbonado.adapter.TextAdapter.Adapter
+
 
+
TextAdapter.Adapter(Class<?>, String, Charset, Charset[]) - Constructor for class com.amazon.carbonado.adapter.TextAdapter.Adapter
+
 
+
TextConstraint - Annotation Type in com.amazon.carbonado.constraint
+
+
Limits the value of a property to be a member of a specific set.
+
+
TextConstraint.Constraint - Class in com.amazon.carbonado.constraint
+
+
Constraint implementation for TextConstraint.
+
+
TextConstraint.Constraint(Class<?>, String, TextConstraint) - Constructor for class com.amazon.carbonado.constraint.TextConstraint.Constraint
+
 
+
TextConstraint.Constraint(Class<?>, String, String[], String[]) - Constructor for class com.amazon.carbonado.constraint.TextConstraint.Constraint
+
 
+
the() - Static method in class com.amazon.carbonado.cursor.EmptyCursor
+
+
Returns the empty cursor instance.
+
+
Throttle - Class in com.amazon.carbonado.util
+
+
General purpose class for throttling work relative to its actual measured + performance.
+
+
Throttle(int) - Constructor for class com.amazon.carbonado.util.Throttle
+
 
+
throttle(double, long) - Method in class com.amazon.carbonado.util.Throttle
+
 
+
ThrottledCursor<S> - Class in com.amazon.carbonado.cursor
+
+
Wraps another cursor and fetches results at a reduced speed.
+
+
ThrottledCursor(Cursor<S>, double) - Constructor for class com.amazon.carbonado.cursor.ThrottledCursor
+
 
+
throwConcatException(CodeBuilder, Class, String...) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Generate code to throw an exception with a message concatenated at runtime.
+
+
throwException(CodeBuilder, Class, String) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Generate code to throw an exception with an optional message.
+
+
ThrowUnchecked - Class in com.amazon.carbonado.util
+
+
Deprecated. +
use ThrowUnchecked instead
+
+
+
ThrowUnchecked() - Constructor for class com.amazon.carbonado.util.ThrowUnchecked
+
+
Deprecated.
+
timedOutNotification(long) - Method in class com.amazon.carbonado.spi.BelatedRepositoryCreator
+
 
+
timedOutNotification(long) - Method in class com.amazon.carbonado.spi.BelatedStorageCreator
+
 
+
timedOutNotification(long) - Method in class com.amazon.carbonado.util.BelatedCreator
+
+
Notification that createReal is taking too long.
+
+
to(Class<T>) - Method in class com.amazon.carbonado.gen.StorableCopier.From
+
 
+
TO_STRING_KEY_ONLY_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
TO_STRING_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
toCharacter() - Method in enum com.amazon.carbonado.info.Direction
+
+
Returns '+' for ASCENDING, '-' for DESCENDING, and '~' for UNSPECIFIED.
+
+
toFetchException(Throwable) - Method in interface com.amazon.carbonado.repo.jdbc.JDBCConnectionCapability
+
+
Transforms the given throwable into an appropriate fetch exception.
+
+
toFetchException() - Method in exception com.amazon.carbonado.RepositoryException
+
+
Converts RepositoryException into an appropriate FetchException.
+
+
toFetchException(String) - Method in exception com.amazon.carbonado.RepositoryException
+
+
Converts RepositoryException into an appropriate FetchException, prepending + the specified message.
+
+
toFetchException(Throwable) - Method in class com.amazon.carbonado.spi.ExceptionTransformer
+
+
Transforms the given throwable into an appropriate fetch exception.
+
+
toFirst() - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Move the cursor to the first available entry.
+
+
toFirst(byte[]) - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Move the cursor to the first available entry at or after the given + key.
+
+
toLast() - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Move the cursor to the last available entry.
+
+
toLast(byte[]) - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Move the cursor to the last available entry at or before the given + key.
+
+
toList() - Method in class com.amazon.carbonado.cursor.AbstractCursor
+
 
+
toList(int) - Method in class com.amazon.carbonado.cursor.AbstractCursor
+
 
+
toList() - Method in class com.amazon.carbonado.cursor.EmptyCursor
+
+
Always returns an empty list.
+
+
toList(int) - Method in class com.amazon.carbonado.cursor.EmptyCursor
+
+
Always returns an empty list.
+
+
toList() - Method in class com.amazon.carbonado.cursor.SingletonCursor
+
 
+
toList(int) - Method in class com.amazon.carbonado.cursor.SingletonCursor
+
 
+
toList() - Method in interface com.amazon.carbonado.Cursor
+
+
Copies all remaining next elements into a new modifiable list.
+
+
toList(int) - Method in interface com.amazon.carbonado.Cursor
+
+
Copies a limited amount of remaining next elements into a new modifiable + list.
+
+
toNext() - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Move the cursor to the next available entry, returning false if none.
+
+
toNext(int) - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Move the cursor to the next available entry, incrementing by the amount + given.
+
+
toNextKey() - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Move the cursor to the next unique key, returning false if none.
+
+
toPersistException(Throwable) - Method in interface com.amazon.carbonado.repo.jdbc.JDBCConnectionCapability
+
+
Transforms the given throwable into an appropriate persist exception.
+
+
toPersistException() - Method in exception com.amazon.carbonado.RepositoryException
+
+
Converts RepositoryException into an appropriate PersistException.
+
+
toPersistException(String) - Method in exception com.amazon.carbonado.RepositoryException
+
+
Converts RepositoryException into an appropriate PersistException, prepending + the specified message.
+
+
toPersistException(Throwable) - Method in class com.amazon.carbonado.spi.ExceptionTransformer
+
+
Transforms the given throwable into an appropriate persist exception.
+
+
toPrevious() - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Move the cursor to the previous available entry, returning false if + none.
+
+
toPrevious(int) - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Move the cursor to the previous available entry, decrementing by the + amount given.
+
+
toPreviousKey() - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Move the cursor to the previous unique key, returning false if none.
+
+
toRepositoryException(Throwable) - Method in class com.amazon.carbonado.spi.ExceptionTransformer
+
+
Transforms the given throwable into an appropriate repository + exception.
+
+
toString() - Method in class com.amazon.carbonado.filter.ClosedFilter
+
 
+
toString() - Method in class com.amazon.carbonado.filter.Filter.NotJoined
+
 
+
toString() - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns the string value of this filter, which is also parsable.
+
+
toString() - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns the string value of the filter with any values substituted.
+
+
toString() - Method in class com.amazon.carbonado.filter.OpenFilter
+
 
+
toString() - Method in enum com.amazon.carbonado.filter.RelOp
+
+
Returns one of "=", "!=", "<", ">=", ">", or "<=".
+
+
toString() - Method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns the chained property formatted as "name.subname.subsubname".
+
+
toString() - Method in class com.amazon.carbonado.info.OrderedProperty
+
+
Returns the chained property in a parseable form.
+
+
toString() - Method in class com.amazon.carbonado.info.StorableIndex
+
 
+
toString() - Method in interface com.amazon.carbonado.info.StorableProperty
+
 
+
toString() - Method in class com.amazon.carbonado.layout.Layout
+
 
+
toString() - Method in class com.amazon.carbonado.layout.LayoutProperty
+
 
+
toString() - Method in class com.amazon.carbonado.lob.AbstractBlob
+
 
+
toString() - Method in class com.amazon.carbonado.lob.AbstractClob
+
 
+
toString() - Method in class com.amazon.carbonado.qe.AbstractQuery
+
+
Implementation calls appendTo.
+
+
toString() - Method in class com.amazon.carbonado.qe.CompositeScore
+
 
+
toString() - Method in class com.amazon.carbonado.qe.FilteringScore
+
 
+
toString() - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
 
+
toString() - Method in class com.amazon.carbonado.qe.OrderingScore
+
 
+
toString() - Method in class com.amazon.carbonado.qe.QueryHints
+
 
+
toString() - Method in class com.amazon.carbonado.Query.Timeout
+
 
+
toString() - Method in interface com.amazon.carbonado.Query
+
+
Returns a description of the query filter and any other arguments.
+
+
toString() - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
toString() - Method in class com.amazon.carbonado.spi.IndexInfoImpl
+
 
+
toString() - Method in interface com.amazon.carbonado.Storable
+
+
Returns a string for debugging purposes that contains all supported + property names and values for this object.
+
+
toString() - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
 
+
toString() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
 
+
toString() - Method in class com.amazon.carbonado.util.SoftValuedCache
+
+
Deprecated.
+
toStringKeyOnly() - Method in interface com.amazon.carbonado.Storable
+
+
Returns a string for debugging purposes that contains supported key + property names and values for this object.
+
+
Transaction - Interface in com.amazon.carbonado
+
+
Transactions define atomic operations which can be committed or aborted as a + unit.
+
+
transactionManager() - Method in class com.amazon.carbonado.spi.AbstractRepository
+
+
Returns the repository's TransactionManager.
+
+
TransactionManager<Txn> - Class in com.amazon.carbonado.txn
+
+
Generic transaction manager for repositories.
+
+
TransactionManager() - Constructor for class com.amazon.carbonado.txn.TransactionManager
+
 
+
TransactionManager(TransactionMonitor) - Constructor for class com.amazon.carbonado.txn.TransactionManager
+
 
+
TransactionMonitor - Interface in com.amazon.carbonado.txn
+
+
Is notified as transactions enter and exit.
+
+
TransactionPair - Class in com.amazon.carbonado.txn
+
+
Pairs two transaction together into one.
+
+
TransactionPair(Transaction, Transaction) - Constructor for class com.amazon.carbonado.txn.TransactionPair
+
 
+
TransactionScope<Txn> - Class in com.amazon.carbonado.txn
+
+
Container of thread local, scoped transactions.
+
+
transform(S) - Method in class com.amazon.carbonado.cursor.MultiTransformedCursor
+
+
This method must be implemented to transform storables.
+
+
transform(S) - Method in class com.amazon.carbonado.cursor.TransformedCursor
+
+
This method must be implemented to transform storables.
+
+
TransformedCursor<S,T> - Class in com.amazon.carbonado.cursor
+
+
Abstract cursor which wraps another cursor and transforms each storable + result into a target storable.
+
+
TransformedCursor(Cursor<S>) - Constructor for class com.amazon.carbonado.cursor.TransformedCursor
+
 
+
transformIntoFetchException(Throwable) - Method in class com.amazon.carbonado.spi.ExceptionTransformer
+
+
Override to support custom transformations, returning null if none is + applicable.
+
+
transformIntoPersistException(Throwable) - Method in class com.amazon.carbonado.spi.ExceptionTransformer
+
+
Override to support custom transformations, returning null if none is + applicable.
+
+
transformIntoRepositoryException(Throwable) - Method in class com.amazon.carbonado.spi.ExceptionTransformer
+
+
Override to support custom transformations, returning null if none is + applicable.
+
+
Trigger<S> - Class in com.amazon.carbonado
+
+
Callback mechanism to allow custom code to run when a storable is + persisted.
+
+
Trigger() - Constructor for class com.amazon.carbonado.Trigger
+
 
+
Trigger.Abort - Exception in com.amazon.carbonado
+
 
+
TriggerFactory - Interface in com.amazon.carbonado
+
+
Can be used with RepositoryBuilder to automatically register + triggers as Storable types become available.
+
+
triggerFor(Class<S>) - Method in interface com.amazon.carbonado.TriggerFactory
+
+
Return an appropriate trigger for the given type, or null if none.
+
+
TriggerManager<S extends Storable> - Class in com.amazon.carbonado.spi
+
+
Used by Storage implementations to manage triggers and consolidate them into + single logical triggers.
+
+
TriggerManager() - Constructor for class com.amazon.carbonado.spi.TriggerManager
+
 
+
TriggerManager(Class<S>, Iterable<TriggerFactory>) - Constructor for class com.amazon.carbonado.spi.TriggerManager
+
 
+
TriggerManagerCapability - Interface in com.amazon.carbonado.spi
+
+
Provides the capability to get the TriggerManager from a Repository.
+
+
TriggerSupport<S extends Storable> - Interface in com.amazon.carbonado.gen
+
+
Provides runtime support for Storable classes generated by StorableGenerator.
+
+
trim() - Method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns a new ChainedProperty with the last property in the chain removed.
+
+
TrueFalseAdapter - Annotation Type in com.amazon.carbonado.adapter
+
+
Adapter that converts 'T' or 'F' to and from a boolean value.
+
+
TrueFalseAdapter.Adapter - Class in com.amazon.carbonado.adapter
+
+
Adapter implementation for TrueFalseAdapter.
+
+
TrueFalseAdapter.Adapter(Class<?>, String, TrueFalseAdapter) - Constructor for class com.amazon.carbonado.adapter.TrueFalseAdapter.Adapter
+
 
+
TrueFalseAdapter.Adapter(Class<?>, String, boolean) - Constructor for class com.amazon.carbonado.adapter.TrueFalseAdapter.Adapter
+
 
+
truncate() - Method in interface com.amazon.carbonado.Storage
+
+
Attempts to quickly delete all Storables instances in this + Storage.
+
+
TRY_DELETE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
TRY_INSERT_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
TRY_LOAD_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
TRY_LOAD_ONE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Query API method name
+
+
TRY_UPDATE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
tryDelete(S, byte[]) - Method in interface com.amazon.carbonado.raw.RawSupport
+
+
Try to delete the entry referenced by the given key.
+
+
tryDelete() - Method in interface com.amazon.carbonado.Storable
+
+
Deletes this object from the storage layer by its primary key, + regardless of whether this object has actually been loaded or not.
+
+
tryDeleteOne() - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns false.
+
+
tryDeleteOne(Query.Controller) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns false.
+
+
tryDeleteOne() - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
tryDeleteOne(Query.Controller) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
tryDeleteOne() - Method in interface com.amazon.carbonado.Query
+
+
Deletes zero or one matching objects.
+
+
tryDeleteOne(Query.Controller) - Method in interface com.amazon.carbonado.Query
+
+
Deletes zero or one matching objects.
+
+
tryInsert(S, byte[], byte[]) - Method in interface com.amazon.carbonado.raw.RawSupport
+
+
Try to insert the entry referenced by the given key with the given + value.
+
+
tryInsert() - Method in interface com.amazon.carbonado.Storable
+
+
Inserts a new persistent value for this object.
+
+
tryLoad(S, byte[]) - Method in interface com.amazon.carbonado.raw.RawSupport
+
+
Try to load the entry referenced by the given key, but return null + if not found.
+
+
tryLoad() - Method in interface com.amazon.carbonado.Storable
+
+
Loads or reloads this object from the storage layer by a primary or + alternate key.
+
+
tryLoadOne() - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
tryLoadOne(Query.Controller) - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
tryLoadOne() - Method in interface com.amazon.carbonado.Query
+
+
Tries to load one record, but returns null if nothing was found.
+
+
tryLoadOne(Query.Controller) - Method in interface com.amazon.carbonado.Query
+
+
Tries to load one record, but returns null if nothing was found.
+
+
tryUpdate() - 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.
+
+
+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.

+ + 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.

+ + 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.

+ + diff --git a/apidocs/index-files/index-23.html b/apidocs/index-files/index-23.html new file mode 100644 index 0000000..605cb9a --- /dev/null +++ b/apidocs/index-files/index-23.html @@ -0,0 +1,338 @@ + + + + + + +W-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  + + +

W

+
+
waitForRepairsToFinish(long) - Static method in class com.amazon.carbonado.spi.RepairExecutor
+
+
Waits for repairs that were executed from the current thread to finish.
+
+
with(int) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns a new FilterValues instance with the next blank parameter filled in.
+
+
with(long) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns a new FilterValues instance with the next blank parameter filled in.
+
+
with(float) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns a new FilterValues instance with the next blank parameter filled in.
+
+
with(double) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns a new FilterValues instance with the next blank parameter filled in.
+
+
with(boolean) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns a new FilterValues instance with the next blank parameter filled in.
+
+
with(char) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns a new FilterValues instance with the next blank parameter filled in.
+
+
with(byte) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns a new FilterValues instance with the next blank parameter filled in.
+
+
with(short) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns a new FilterValues instance with the next blank parameter filled in.
+
+
with(Object) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns a new FilterValues instance with the next blank parameter filled in.
+
+
with(int) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always throws an IllegalStateException.
+
+
with(long) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always throws an IllegalStateException.
+
+
with(float) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always throws an IllegalStateException.
+
+
with(double) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always throws an IllegalStateException.
+
+
with(boolean) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always throws an IllegalStateException.
+
+
with(char) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always throws an IllegalStateException.
+
+
with(byte) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always throws an IllegalStateException.
+
+
with(short) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always throws an IllegalStateException.
+
+
with(Object) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always throws an IllegalStateException.
+
+
with(QueryHint) - Method in class com.amazon.carbonado.qe.QueryHints
+
+
Returns a new QueryHints object with the given hint.
+
+
with(QueryHint, Object) - Method in class com.amazon.carbonado.qe.QueryHints
+
+
Returns a new QueryHints object with the given hint and value.
+
+
with(int) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
with(long) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
with(float) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
with(double) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
with(boolean) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
with(char) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
with(byte) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
with(short) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
with(Object) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
with(int) - Method in interface com.amazon.carbonado.Query
+
+
Returns a copy of this Query with the next blank parameter filled in.
+
+
with(long) - Method in interface com.amazon.carbonado.Query
+
+
Returns a copy of this Query with the next blank parameter filled in.
+
+
with(float) - Method in interface com.amazon.carbonado.Query
+
+
Returns a copy of this Query with the next blank parameter filled in.
+
+
with(double) - Method in interface com.amazon.carbonado.Query
+
+
Returns a copy of this Query with the next blank parameter filled in.
+
+
with(boolean) - Method in interface com.amazon.carbonado.Query
+
+
Returns a copy of this Query with the next blank parameter filled in.
+
+
with(char) - Method in interface com.amazon.carbonado.Query
+
+
Returns a copy of this Query with the next blank parameter filled in.
+
+
with(byte) - Method in interface com.amazon.carbonado.Query
+
+
Returns a copy of this Query with the next blank parameter filled in.
+
+
with(short) - Method in interface com.amazon.carbonado.Query
+
+
Returns a copy of this Query with the next blank parameter filled in.
+
+
with(Object) - Method in interface com.amazon.carbonado.Query
+
+
Returns a copy of this Query with the next blank parameter filled in.
+
+
WITH_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Query API method name
+
+
without(QueryHint) - Method in class com.amazon.carbonado.qe.QueryHints
+
+
Returns a new QueryHints object without the given hint.
+
+
withRemainderFilter(Filter<S>) - Method in class com.amazon.carbonado.qe.CompositeScore
+
+
Returns a new CompositeScore with the filtering remainder replaced and + covering matches recalculated.
+
+
withRemainderFilter(Filter<S>) - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns a new FilteringScore with the remainder replaced and covering + matches recalculated.
+
+
withRemainderFilter(Filter<S>) - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Returns a new result with the remainder filter replaced.
+
+
withRemainderOrdering(OrderingList<S>) - Method in class com.amazon.carbonado.qe.CompositeScore
+
+
Returns a new CompositeScore with the ordering remainder + replaced.
+
+
withRemainderOrdering(OrderingList<S>) - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Returns a new result with the remainder ordering replaced.
+
+
withRemainderOrdering(OrderingList<S>) - Method in class com.amazon.carbonado.qe.OrderingScore
+
+
Returns a new OrderingScore with the remainder replaced.
+
+
withStackTrace() - Method in exception com.amazon.carbonado.Trigger.Abort
+
+
Returns this exception but with a fresh stack trace.
+
+
withValues(Object...) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns a new FilterValues instance with the next blank parameters filled in.
+
+
withValues(Object...) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Throws an IllegalStateException unless no values passed in.
+
+
withValues(Object...) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
withValues(Object...) - Method in interface com.amazon.carbonado.Query
+
+
Returns a copy of this Query with the next blank parameters filled in.
+
+
write(String) - Method in class com.amazon.carbonado.repo.logging.CommonsLog
+
 
+
write(String) - Method in interface com.amazon.carbonado.repo.logging.Log
+
 
+
write(int) - Method in class com.amazon.carbonado.spi.RAFOutputStream
+
 
+
write(byte[]) - Method in class com.amazon.carbonado.spi.RAFOutputStream
+
 
+
write(byte[], int, int) - Method in class com.amazon.carbonado.spi.RAFOutputStream
+
 
+
WRITE_TO - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
writeLength(int, OutputStream) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Writes a positive length value in up to five bytes.
+
+
writeTo(OutputStream) - Method in class com.amazon.carbonado.layout.Layout
+
+ +
+
writeTo(OutputStream) - Method in interface com.amazon.carbonado.Storable
+
+
Serializes property values and states for temporary storage or for + network transfer.
+
+
+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.

+ + diff --git a/apidocs/index-files/index-24.html b/apidocs/index-files/index-24.html new file mode 100644 index 0000000..6f6ebd5 --- /dev/null +++ b/apidocs/index-files/index-24.html @@ -0,0 +1,136 @@ + + + + + + +Y-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  + + +

Y

+
+
YesNoAdapter - Annotation Type in com.amazon.carbonado.adapter
+
+
Adapter that converts 'Y' or 'N' to and from a boolean value.
+
+
YesNoAdapter.Adapter - Class in com.amazon.carbonado.adapter
+
+
Adapter implementation for YesNoAdapter.
+
+
YesNoAdapter.Adapter(Class<?>, String, YesNoAdapter) - Constructor for class com.amazon.carbonado.adapter.YesNoAdapter.Adapter
+
 
+
YesNoAdapter.Adapter(Class<?>, String, boolean) - Constructor for class com.amazon.carbonado.adapter.YesNoAdapter.Adapter
+
 
+
yieldConnection(Connection) - Method in interface com.amazon.carbonado.repo.jdbc.JDBCConnectionCapability
+
+
Gives up a connection returned from getConnection.
+
+
+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.

+ + diff --git a/apidocs/index-files/index-3.html b/apidocs/index-files/index-3.html new file mode 100644 index 0000000..6ec67f3 --- /dev/null +++ b/apidocs/index-files/index-3.html @@ -0,0 +1,1109 @@ + + + + + + +C-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  + + +

C

+
+
calculateEncodedLength(BigInteger) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Returns the amount of bytes required to encode the given BigInteger.
+
+
calculateEncodedLength(BigDecimal) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Returns the amount of bytes required to encode the given BigDecimal.
+
+
calculateEncodedLength(byte[]) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Returns the amount of bytes required to encode the given byte array.
+
+
calculateEncodedLength(byte[], int, int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Returns the amount of bytes required to encode the given byte array.
+
+
calculateEncodedLength(BigInteger) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Returns the amount of bytes required to encode a BigInteger.
+
+
calculateEncodedLength(BigDecimal) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Returns the amount of bytes required to encode a BigDecimal.
+
+
calculateEncodedLength(byte[]) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Returns the amount of bytes required to encode a byte array of the given + length.
+
+
calculateEncodedLength(byte[], int, int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Returns the amount of bytes required to encode the given byte array.
+
+
calculateEncodedStringLength(String) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Returns the amount of bytes required to encode the given String.
+
+
calculateEncodedStringLength(String) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Returns the amount of bytes required to encode the given String.
+
+
callStringBuilderAppendChar(CodeBuilder) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Appends a char to a StringBuilder.
+
+
callStringBuilderAppendString(CodeBuilder) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Appends a String to a StringBuilder.
+
+
callStringBuilderLength(CodeBuilder) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Calls length on a StringBuilder on the stack, leaving an int on the stack.
+
+
callStringBuilderSetLength(CodeBuilder) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Calls setLength on a StringBuilder.
+
+
callStringBuilderToString(CodeBuilder) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Calls toString on a StringBuilder.
+
+
canMergeRemainder(CompositeScore<S>) - Method in class com.amazon.carbonado.qe.CompositeScore
+
+
Returns true if the filtering score can merge its remainder filter and + the ordering score can merge its remainder orderings.
+
+
canMergeRemainder(IndexedQueryAnalyzer<S>.Result) - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Returns true if the given result uses the same index as this, and in + the same way.
+
+
canMergeRemainderFilter(FilteringScore<S>) - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns true if the given score uses an index exactly the same as this + one.
+
+
canMergeRemainderOrdering(OrderingScore<S>) - Method in class com.amazon.carbonado.qe.OrderingScore
+
+
Returns true if the given score uses an index exactly the same as this + one.
+
+
Capability - Interface in com.amazon.carbonado.capability
+
+
Marker interface for identifying extra repository capabilities.
+
+
ChainedProperty<S extends Storable> - Class in com.amazon.carbonado.info
+
+
Represents a property to filter on or to order by.
+
+
CharArrayClob - Class in com.amazon.carbonado.lob
+
+
Implementation of a Clob which is backed by a growable in-memory character + array.
+
+
CharArrayClob(int) - Constructor for class com.amazon.carbonado.lob.CharArrayClob
+
+
Construct a CharArrayClob with the given initial capacity.
+
+
CharArrayClob(char[]) - Constructor for class com.amazon.carbonado.lob.CharArrayClob
+
+
Construct a CharArrayClob initially backed by the given character array.
+
+
CharArrayClob(char[], int) - Constructor for class com.amazon.carbonado.lob.CharArrayClob
+
+
Construct a CharArrayClob initially backed by the given character array.
+
+
CHECK_PK_FOR_DELETE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Name of protected method in generated storable which checks that + primary keys are initialized, throwing an exception otherwise.
+
+
CHECK_PK_FOR_INSERT_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Name of protected method in generated storable which checks that + primary keys are initialized, throwing an exception otherwise.
+
+
CHECK_PK_FOR_LOAD_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Name of protected method in generated storable which checks that + primary keys are initialized, throwing an exception otherwise.
+
+
CHECK_PK_FOR_UPDATE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Name of protected method in generated storable which checks that + primary keys are initialized, throwing an exception otherwise.
+
+
CheckpointCapability - Interface in com.amazon.carbonado.repo.sleepycat
+
+
Capability to control BDB checkpointing.
+
+
checkSliceArguments(long, Long) - Method in class com.amazon.carbonado.qe.AbstractQuery
+
+
Called by sliced fetch to ensure that arguments are valid.
+
+
checkSupport(StorableProperty<S>) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
 
+
checkSupport(StorableProperty<S>[]) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
 
+
ClassFileBuilder - Class in com.amazon.carbonado.synthetic
+
+
Simple interface representing a partially filled class and injector pair.
+
+
ClassFileBuilder() - Constructor for class com.amazon.carbonado.synthetic.ClassFileBuilder
+
 
+
clear() - Method in class com.amazon.carbonado.cursor.MergeSortBuffer
+
 
+
clear() - Method in class com.amazon.carbonado.gen.StorablePropertyMap
+
 
+
clear() - Method in class com.amazon.carbonado.util.AbstractPool
+
 
+
clear() - Method in class com.amazon.carbonado.util.SoftValuedCache
+
+
Deprecated.
+
clearExecutor() - Method in class com.amazon.carbonado.qe.StandardQuery
+
+
Clears any cached reference to a query executor.
+
+
clearExecutors() - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
For each cached query, calls StandardQuery.clearExecutor().
+
+
Clob - Interface in com.amazon.carbonado.lob
+
+
Provides access to CLOBs, which are Character Large OBjects.
+
+
CLONE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
close() - Method in class com.amazon.carbonado.cursor.ArraySortBuffer
+
 
+
close() - Method in interface com.amazon.carbonado.Cursor
+
+
Call close to release any resources being held by this cursor.
+
+
close() - Method in class com.amazon.carbonado.cursor.ControllerCursor
+
 
+
close() - Method in class com.amazon.carbonado.cursor.DifferenceCursor
+
 
+
close() - Method in class com.amazon.carbonado.cursor.EmptyCursor
+
+
Does nothing.
+
+
close() - Method in class com.amazon.carbonado.cursor.FetchAheadCursor
+
 
+
close() - Method in class com.amazon.carbonado.cursor.FilteredCursor
+
 
+
close() - Method in class com.amazon.carbonado.cursor.GroupedCursor
+
 
+
close() - Method in class com.amazon.carbonado.cursor.IntersectionCursor
+
 
+
close() - Method in class com.amazon.carbonado.cursor.IteratorCursor
+
 
+
close() - Method in class com.amazon.carbonado.cursor.LimitCursor
+
 
+
close() - Method in class com.amazon.carbonado.cursor.MergeSortBuffer
+
 
+
close() - Method in class com.amazon.carbonado.cursor.MultiTransformedCursor
+
 
+
close() - Method in class com.amazon.carbonado.cursor.SingletonCursor
+
 
+
close() - Method in class com.amazon.carbonado.cursor.SkipCursor
+
 
+
close() - Method in interface com.amazon.carbonado.cursor.SortBuffer
+
+
Clear and close buffer.
+
+
close() - Method in class com.amazon.carbonado.cursor.SortedCursor
+
 
+
close() - Method in class com.amazon.carbonado.cursor.SymmetricDifferenceCursor
+
 
+
close() - Method in class com.amazon.carbonado.cursor.ThrottledCursor
+
 
+
close() - Method in class com.amazon.carbonado.cursor.TransformedCursor
+
 
+
close() - Method in class com.amazon.carbonado.cursor.UnionCursor
+
 
+
close() - Method in interface com.amazon.carbonado.Query.Controller
+
+
Always called by query when finished, even when it fails.
+
+
close() - Method in class com.amazon.carbonado.Query.Timeout
+
 
+
close() - Method in class com.amazon.carbonado.raw.RawCursor
+
 
+
close() - Method in class com.amazon.carbonado.repo.jdbc.LoggingDataSource
+
 
+
close() - Method in class com.amazon.carbonado.repo.jdbc.SimpleDataSource
+
 
+
close() - Method in interface com.amazon.carbonado.Repository
+
+
Closes this repository reference, aborting any current + transactions.
+
+
close() - Method in class com.amazon.carbonado.spi.AbstractRepository
+
 
+
close() - Method in class com.amazon.carbonado.spi.RAFInputStream
+
 
+
close() - Method in class com.amazon.carbonado.spi.RAFOutputStream
+
 
+
close(boolean) - Method in class com.amazon.carbonado.txn.TransactionManager
+
+
Closes all transaction scopes.
+
+
ClosedFilter<S extends Storable> - Class in com.amazon.carbonado.filter
+
+
Filter which blocks any results from passing through.
+
+
clustered(boolean) - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns a StorableIndex instance which is clustered or not.
+
+
CodeBuilderUtil - Class in com.amazon.carbonado.gen
+
+
Collection of useful utilities for generating Carbonado code.
+
+
CodeBuilderUtil() - Constructor for class com.amazon.carbonado.gen.CodeBuilderUtil
+
 
+
com.amazon.carbonado - package com.amazon.carbonado
+
+
Main user-level interfaces, classes, and annotations for Carbonado.
+
+
com.amazon.carbonado.adapter - package com.amazon.carbonado.adapter
+
+
Contains annotations and implementations for supporting property adapters.
+
+
com.amazon.carbonado.capability - package com.amazon.carbonado.capability
+
+
Common capabilities for repositories.
+
+
com.amazon.carbonado.constraint - package com.amazon.carbonado.constraint
+
+
Contains annotations and implementations for supporting property constraints.
+
+
com.amazon.carbonado.cursor - package com.amazon.carbonado.cursor
+
+
Support for advanced processing of cursor results, including basic set + theory operations.
+
+
com.amazon.carbonado.filter - package com.amazon.carbonado.filter
+
+
Contains classes for representing query filters.
+
+
com.amazon.carbonado.gen - package com.amazon.carbonado.gen
+
+
Storable code generation support intended for use by repository implementations.
+
+
com.amazon.carbonado.info - package com.amazon.carbonado.info
+
+
Introspection support for Storables.
+
+
com.amazon.carbonado.layout - package com.amazon.carbonado.layout
+
+
Support for recording the evolution of a storable's layout, used internally + by some repositories.
+
+
com.amazon.carbonado.lob - package com.amazon.carbonado.lob
+
+
Support for LOB property types, which are Large OBjects.
+
+
com.amazon.carbonado.qe - package com.amazon.carbonado.qe
+
+
Support for implementing a Query Engine.
+
+
com.amazon.carbonado.raw - package com.amazon.carbonado.raw
+
+
Provides support for repositories that encode/decode storables in a raw + binary format.
+
+
com.amazon.carbonado.repo.indexed - package com.amazon.carbonado.repo.indexed
+
+
Repository implementation that adds index support for repositories that have + little or no index support.
+
+
com.amazon.carbonado.repo.jdbc - package com.amazon.carbonado.repo.jdbc
+
+
Repository implementation that connects to an external SQL database via + JDBC.
+
+
com.amazon.carbonado.repo.logging - package com.amazon.carbonado.repo.logging
+
+
Repository implementation which logs activity against it.
+
+
com.amazon.carbonado.repo.map - package com.amazon.carbonado.repo.map
+
+
Volatile repository implementation backed by a concurrent map.
+
+
com.amazon.carbonado.repo.replicated - package com.amazon.carbonado.repo.replicated
+
+
Repository implementation that supports replication between two + repositories.
+
+
com.amazon.carbonado.repo.sleepycat - package com.amazon.carbonado.repo.sleepycat
+
+
Repository implementation backed by a Sleepycat (BDB, Berkeley) + database.
+
+
com.amazon.carbonado.sequence - package com.amazon.carbonado.sequence
+
+
Support for generating sequences of values, intended for creating surrogate + keys.
+
+
com.amazon.carbonado.spi - package com.amazon.carbonado.spi
+
+
Service Provider Interface for Carbonado.
+
+
com.amazon.carbonado.synthetic - package com.amazon.carbonado.synthetic
+
+
Support for dynamic creation of storables, intended for internal use by + repository implementations.
+
+
com.amazon.carbonado.txn - package com.amazon.carbonado.txn
+
+
Provides support for managing transactions.
+
+
com.amazon.carbonado.util - package com.amazon.carbonado.util
+
+
Utilities used by Carbonado but which have no dependencies on + Carbonado.
+
+
commit() - Method in interface com.amazon.carbonado.Transaction
+
+
If currently in a transaction, commits all changes to the storage layer + since the last commit within the transaction.
+
+
commit() - Method in class com.amazon.carbonado.txn.TransactionPair
+
 
+
COMMIT_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Transaction API method name
+
+
commitTxn(Txn) - Method in class com.amazon.carbonado.txn.TransactionManager
+
+
Commits and closes the given internal transaction.
+
+
CommonMethodNames - Class in com.amazon.carbonado.gen
+
+
Collection of constant method names for the public API.
+
+
CommonMethodNames() - Constructor for class com.amazon.carbonado.gen.CommonMethodNames
+
 
+
CommonsLog - Class in com.amazon.carbonado.repo.logging
+
+
Log implementation that uses Jakarta Commons Logging at debug level.
+
+
CommonsLog(Log) - Constructor for class com.amazon.carbonado.repo.logging.CommonsLog
+
 
+
CommonsLog(Class) - Constructor for class com.amazon.carbonado.repo.logging.CommonsLog
+
 
+
compact(Class<S>) - Method in interface com.amazon.carbonado.repo.sleepycat.CompactionCapability
+
+
Compact an entire BDB backed storage.
+
+
CompactionCapability - Interface in com.amazon.carbonado.repo.sleepycat
+
+
Capability to compact a BDB database.
+
+
CompactionCapability.Result<S extends Storable> - Interface in com.amazon.carbonado.repo.sleepycat
+
 
+
comparator() - Method in class com.amazon.carbonado.cursor.GroupedCursor
+
+
Returns the comparator used to identify group boundaries.
+
+
comparator() - Method in class com.amazon.carbonado.cursor.SortedCursor
+
+
Returns a comparator representing the effective sort order of this cursor.
+
+
Comparators - Class in com.amazon.carbonado.util
+
+
Collection of utility comparators.
+
+
Comparators() - Constructor for class com.amazon.carbonado.util.Comparators
+
 
+
compare(Class, Class) - Method in class com.amazon.carbonado.util.ConversionComparator
+
+
Evaluates two types, to see which one is nearest to the from type.
+
+
compareKeysPartially(byte[], byte[]) - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Returns <0 if key1 is less, 0 if equal (at least partially), + >0 if key1 is greater.
+
+
compareNext() - Method in class com.amazon.carbonado.cursor.SymmetricDifferenceCursor
+
+
Returns 0 if no next element available, <0 if next element is + from left source cursor, and >0 if next element is from right + source cursor.
+
+
compareTo(SyntheticProperty) - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
+
Comparable implementation.
+
+
CompositeScore<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
Evaluates an index for how well it matches a query's desired filtering and + ordering.
+
+
compress(byte[], int) - Static method in class com.amazon.carbonado.raw.GzipCompressor
+
+
Encodes into compressed form.
+
+
CompressedEncodingStrategy<S extends Storable> - Class in com.amazon.carbonado.raw
+
+
Extension of GenericEncodingStrategy that allows for compression.
+
+
CompressedEncodingStrategy(Class<S>, StorableIndex<S>, CompressionType) - Constructor for class com.amazon.carbonado.raw.CompressedEncodingStrategy
+
 
+
CompressedStorableCodecFactory - Class in com.amazon.carbonado.raw
+
+
Extension of GenericStorableCodecFactory that allows for compression.
+
+
CompressedStorableCodecFactory(Map<String, CompressionType>) - Constructor for class com.amazon.carbonado.raw.CompressedStorableCodecFactory
+
 
+
CompressionType - Enum in com.amazon.carbonado.raw
+
+
Available compression types for any particular storable.
+
+
concat(Class<S>, String) - Method in class com.amazon.carbonado.qe.OrderingList
+
+
Returns a list which concatenates this one with the given property.
+
+
concat(OrderedProperty<S>) - Method in class com.amazon.carbonado.qe.OrderingList
+
+
Returns a list which concatenates this one with the given property.
+
+
concat(OrderingList<S>) - Method in class com.amazon.carbonado.qe.OrderingList
+
+
Returns a list which concatenates this one with the other one.
+
+
ConfigurationException - Exception in com.amazon.carbonado
+
+
Indicates that a Repository could not be + instantiated given the configuration information provided to a RepositoryBuilder.
+
+
ConfigurationException() - Constructor for exception com.amazon.carbonado.ConfigurationException
+
 
+
ConfigurationException(Throwable) - Constructor for exception com.amazon.carbonado.ConfigurationException
+
 
+
ConfigurationException(String) - Constructor for exception com.amazon.carbonado.ConfigurationException
+
 
+
ConfigurationException(String, Throwable) - Constructor for exception com.amazon.carbonado.ConfigurationException
+
 
+
conjunctiveNormalForm() - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns an equivalent filter that is in conjunctive normal form.
+
+
conjunctiveNormalFormSplit() - Method in class com.amazon.carbonado.filter.ClosedFilter
+
 
+
conjunctiveNormalFormSplit() - Method in class com.amazon.carbonado.filter.Filter
+
+
Splits the filter from its conjunctive normal form.
+
+
conjunctiveNormalFormSplit() - Method in class com.amazon.carbonado.filter.OpenFilter
+
 
+
conjunctiveNormalFormSplit() - Method in class com.amazon.carbonado.filter.PropertyFilter
+
 
+
constant(Object) - Method in class com.amazon.carbonado.filter.PropertyFilter
+
+
Returns another PropertyFilter instance which is bound to the given constant value.
+
+
constant() - Method in class com.amazon.carbonado.filter.PropertyFilter
+
+
Returns the constant value of this PropertyFilter, which is valid only + if isConstant returns true.
+
+
constrain(double) - Method in class com.amazon.carbonado.constraint.FloatConstraint.Constraint
+
 
+
constrain(CharSequence) - Method in class com.amazon.carbonado.constraint.FloatConstraint.Constraint
+
 
+
constrain(char) - Method in class com.amazon.carbonado.constraint.FloatConstraint.Constraint
+
 
+
constrain(char[]) - Method in class com.amazon.carbonado.constraint.FloatConstraint.Constraint
+
 
+
constrain(long) - Method in class com.amazon.carbonado.constraint.IntegerConstraint.Constraint
+
 
+
constrain(double) - Method in class com.amazon.carbonado.constraint.IntegerConstraint.Constraint
+
 
+
constrain(CharSequence) - Method in class com.amazon.carbonado.constraint.IntegerConstraint.Constraint
+
 
+
constrain(char) - Method in class com.amazon.carbonado.constraint.IntegerConstraint.Constraint
+
 
+
constrain(char[]) - Method in class com.amazon.carbonado.constraint.IntegerConstraint.Constraint
+
 
+
constrain(CharSequence) - Method in class com.amazon.carbonado.constraint.LengthConstraint.Constraint
+
 
+
constrain(boolean[]) - Method in class com.amazon.carbonado.constraint.LengthConstraint.Constraint
+
 
+
constrain(byte[]) - Method in class com.amazon.carbonado.constraint.LengthConstraint.Constraint
+
 
+
constrain(short[]) - Method in class com.amazon.carbonado.constraint.LengthConstraint.Constraint
+
 
+
constrain(char[]) - Method in class com.amazon.carbonado.constraint.LengthConstraint.Constraint
+
 
+
constrain(int[]) - Method in class com.amazon.carbonado.constraint.LengthConstraint.Constraint
+
 
+
constrain(long[]) - Method in class com.amazon.carbonado.constraint.LengthConstraint.Constraint
+
 
+
constrain(float[]) - Method in class com.amazon.carbonado.constraint.LengthConstraint.Constraint
+
 
+
constrain(double[]) - Method in class com.amazon.carbonado.constraint.LengthConstraint.Constraint
+
 
+
constrain(Object[]) - Method in class com.amazon.carbonado.constraint.LengthConstraint.Constraint
+
 
+
constrain(CharSequence) - Method in class com.amazon.carbonado.constraint.TextConstraint.Constraint
+
 
+
constrain(String) - Method in class com.amazon.carbonado.constraint.TextConstraint.Constraint
+
 
+
constrain(char) - Method in class com.amazon.carbonado.constraint.TextConstraint.Constraint
+
 
+
constrain(char[]) - Method in class com.amazon.carbonado.constraint.TextConstraint.Constraint
+
 
+
CONSTRAINT_FIELD_ELEMENT - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Constraint field names are propertyName + "$constraint$" + number
+
+
ConstraintDefinition - Annotation Type in com.amazon.carbonado.constraint
+
+
Allows annotations to be defined that restrict property values.
+
+
ConstraintException - Exception in com.amazon.carbonado
+
+
A ConstraintException is thrown if the Repository storage layer + detects any kind of constraint violation.
+
+
ConstraintException() - Constructor for exception com.amazon.carbonado.ConstraintException
+
 
+
ConstraintException(String) - Constructor for exception com.amazon.carbonado.ConstraintException
+
 
+
ConstraintException(String, Throwable) - Constructor for exception com.amazon.carbonado.ConstraintException
+
 
+
ConstraintException(Throwable) - Constructor for exception com.amazon.carbonado.ConstraintException
+
 
+
contains(QueryHint) - Method in class com.amazon.carbonado.qe.QueryHints
+
+
Returns false if hint is not provided.
+
+
containsKey(Object) - Method in class com.amazon.carbonado.gen.StorablePropertyMap
+
 
+
continueCheck() - Method in interface com.amazon.carbonado.Query.Controller
+
+
Periodically called by query to determine if it should continue.
+
+
continueCheck() - Method in class com.amazon.carbonado.Query.Timeout
+
 
+
ControllerCursor<S> - Class in com.amazon.carbonado.cursor
+
+
Wraps another cursor and periodically calls a controller.
+
+
ConversionComparator - Class in com.amazon.carbonado.util
+
+
Compares type conversions, finding the one that is nearest.
+
+
ConversionComparator(Class) - Constructor for class com.amazon.carbonado.util.ConversionComparator
+
 
+
conversionNotSupported(Object, Class, Class) - Method in class com.amazon.carbonado.util.Converter
+
 
+
convert(Object, Class<T>) - Method in class com.amazon.carbonado.util.Converter
+
 
+
convert(byte, Class<T>) - Method in class com.amazon.carbonado.util.Converter
+
 
+
convert(short, Class<T>) - Method in class com.amazon.carbonado.util.Converter
+
 
+
convert(int, Class<T>) - Method in class com.amazon.carbonado.util.Converter
+
 
+
convert(long, Class<T>) - Method in class com.amazon.carbonado.util.Converter
+
 
+
convert(float, Class<T>) - Method in class com.amazon.carbonado.util.Converter
+
 
+
convert(double, Class<T>) - Method in class com.amazon.carbonado.util.Converter
+
 
+
convert(boolean, Class<T>) - Method in class com.amazon.carbonado.util.Converter
+
 
+
convert(char, Class<T>) - Method in class com.amazon.carbonado.util.Converter
+
 
+
convertBlob(Blob, JDBCBlobLoader) - Method in interface com.amazon.carbonado.repo.jdbc.JDBCSupport
+
 
+
convertClob(Clob, JDBCClobLoader) - Method in interface com.amazon.carbonado.repo.jdbc.JDBCSupport
+
 
+
Converter - Class in com.amazon.carbonado.util
+
+
General purpose type converter.
+
+
Converter() - Constructor for class com.amazon.carbonado.util.Converter
+
 
+
convertValue(CodeBuilder, Class, Class) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Converts a value on the stack.
+
+
copy() - Method in interface com.amazon.carbonado.Storable
+
+
Returns an exact shallow copy of this object, including the state.
+
+
COPY_ALL_PROPERTIES - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
COPY_DIRTY_PROPERTIES - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
COPY_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
COPY_PRIMARY_KEY_PROPERTIES - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
COPY_UNEQUAL_PROPERTIES - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
COPY_VERSION_PROPERTY - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
copyAllProperties(S, T) - Method in class com.amazon.carbonado.gen.StorableCopier
+
 
+
copyAllProperties(S) - Method in interface com.amazon.carbonado.Storable
+
+
Copies all supported properties, skipping any that are uninitialized.
+
+
copyDirtyProperties(S, T) - Method in class com.amazon.carbonado.gen.StorableCopier
+
 
+
copyDirtyProperties(S) - Method in interface com.amazon.carbonado.Storable
+
+
Copies all supported non-primary key properties which are + dirty.
+
+
copyFromMaster(Storable, S) - Method in interface com.amazon.carbonado.repo.indexed.IndexEntryAccessor
+
+
Sets all the properties of the given index entry, using the applicable + properties of the given master.
+
+
copyFromMaster(Storable, S) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceAccess
+
+
Sets all the properties of the given reference, using the applicable + properties of the given master.
+
+
copyFromMaster(Storable, S) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
+
Deprecated. +
call getReferenceAccess
+
+
+
copyInto(Collection<? super S>) - Method in class com.amazon.carbonado.cursor.AbstractCursor
+
 
+
copyInto(Collection<? super S>, int) - Method in class com.amazon.carbonado.cursor.AbstractCursor
+
 
+
copyInto(Collection<? super S>) - Method in interface com.amazon.carbonado.Cursor
+
+
Copies all remaining next elements into the given collection.
+
+
copyInto(Collection<? super S>, int) - Method in interface com.amazon.carbonado.Cursor
+
+
Copies a limited amount of remaining next elements into the given + collection.
+
+
copyInto(Collection<? super S>) - Method in class com.amazon.carbonado.cursor.EmptyCursor
+
+
Performs no copy and always returns 0.
+
+
copyInto(Collection<? super S>, int) - Method in class com.amazon.carbonado.cursor.EmptyCursor
+
+
Performs no copy and always returns 0.
+
+
copyInto(Collection<? super S>) - Method in class com.amazon.carbonado.cursor.SingletonCursor
+
 
+
copyInto(Collection<? super S>, int) - Method in class com.amazon.carbonado.cursor.SingletonCursor
+
 
+
copyPrimaryKeyProperties(S, T) - Method in class com.amazon.carbonado.gen.StorableCopier
+
 
+
copyPrimaryKeyProperties(S) - Method in interface com.amazon.carbonado.Storable
+
+
Copies all supported primary key properties, skipping any that are + uninitialized.
+
+
copyToMasterPrimaryKey(Storable, S) - Method in interface com.amazon.carbonado.repo.indexed.IndexEntryAccessor
+
+
Sets all the primary key properties of the given master, using the + applicable properties of the given index entry.
+
+
copyToMasterPrimaryKey(Storable, S) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceAccess
+
+
Sets all the primary key properties of the given master, using the + applicable properties of the given reference.
+
+
copyToMasterPrimaryKey(Storable, S) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
+
Deprecated. +
call getReferenceAccess
+
+
+
copyUnequalProperties(S, T) - Method in class com.amazon.carbonado.gen.StorableCopier
+
 
+
copyUnequalProperties(S) - Method in interface com.amazon.carbonado.Storable
+
+
Copies all supported non-primary key properties which are unequal, + skipping any that are uninitialized.
+
+
copyVersionProperty(S, T) - Method in class com.amazon.carbonado.gen.StorableCopier
+
 
+
copyVersionProperty(S) - Method in interface com.amazon.carbonado.Storable
+
+
Copies the optional version property, unless it is uninitialized.
+
+
CorruptEncodingException - Exception in com.amazon.carbonado
+
+
A CorruptEncodingException is caused when decoding an encoded record fails.
+
+
CorruptEncodingException() - Constructor for exception com.amazon.carbonado.CorruptEncodingException
+
 
+
CorruptEncodingException(String) - Constructor for exception com.amazon.carbonado.CorruptEncodingException
+
 
+
CorruptEncodingException(String, Throwable) - Constructor for exception com.amazon.carbonado.CorruptEncodingException
+
 
+
CorruptEncodingException(Throwable) - Constructor for exception com.amazon.carbonado.CorruptEncodingException
+
 
+
CorruptEncodingException(int, int) - Constructor for exception com.amazon.carbonado.CorruptEncodingException
+
 
+
count(FilterValues<S>) - Method in class com.amazon.carbonado.qe.AbstractQueryExecutor
+
+
Counts results by opening a cursor and skipping entries.
+
+
count(FilterValues<S>, Query.Controller) - Method in class com.amazon.carbonado.qe.AbstractQueryExecutor
+
+
Counts results by opening a cursor and skipping entries.
+
+
count(FilterValues<S>) - Method in class com.amazon.carbonado.qe.DelegatedQueryExecutor
+
 
+
count(FilterValues<S>, Query.Controller) - Method in class com.amazon.carbonado.qe.DelegatedQueryExecutor
+
 
+
count() - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns zero.
+
+
count(Query.Controller) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns zero.
+
+
count(FilterValues<S>) - Method in class com.amazon.carbonado.qe.FullScanQueryExecutor
+
 
+
count(FilterValues<S>, Query.Controller) - Method in class com.amazon.carbonado.qe.FullScanQueryExecutor
+
 
+
count(FilterValues<S>) - Method in interface com.amazon.carbonado.qe.QueryExecutor
+
+
Counts the query results using the given filter values.
+
+
count(FilterValues<S>, Query.Controller) - Method in interface com.amazon.carbonado.qe.QueryExecutor
+
+
Counts the query results using the given filter values.
+
+
count(FilterValues<S>) - Method in class com.amazon.carbonado.qe.SortedQueryExecutor
+
 
+
count(FilterValues<S>, Query.Controller) - Method in class com.amazon.carbonado.qe.SortedQueryExecutor
+
 
+
count() - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
count(Query.Controller) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
count() - Method in interface com.amazon.carbonado.Query
+
+
Returns a count of all results matched by this query.
+
+
count(Query.Controller) - Method in interface com.amazon.carbonado.Query
+
+
Returns a count of all results matched by this query.
+
+
countAll() - Method in interface com.amazon.carbonado.qe.FullScanQueryExecutor.Support
+
+
Counts all Storables.
+
+
countAll(Query.Controller) - Method in interface com.amazon.carbonado.qe.FullScanQueryExecutor.Support
+
+
Counts all Storables.
+
+
create(DataSource) - Static method in class com.amazon.carbonado.repo.jdbc.LoggingDataSource
+
+
Wraps the given DataSource which logs to the default log.
+
+
create(DataSource, Log) - Static method in class com.amazon.carbonado.repo.jdbc.LoggingDataSource
+
+
Wraps the given DataSource which logs to the given log.
+
+
create(String) - Method in class com.amazon.carbonado.sequence.SequenceValueProducerPool
+
 
+
create(Class) - Method in class com.amazon.carbonado.spi.StoragePool
+
 
+
create(K) - Method in class com.amazon.carbonado.util.AbstractPool
+
+
Return a new value instance.
+
+
createBogus() - Method in class com.amazon.carbonado.spi.BelatedRepositoryCreator
+
 
+
createBogus() - Method in class com.amazon.carbonado.spi.BelatedStorageCreator
+
 
+
createBogus() - Method in class com.amazon.carbonado.util.BelatedCreator
+
+
Create instance of bogus object.
+
+
createCodec(Class<S>, StorableIndex, boolean, Layout) - Method in class com.amazon.carbonado.raw.CustomStorableCodecFactory
+
 
+
createCodec(Class<S>, StorableIndex, boolean, Layout, RawSupport) - Method in class com.amazon.carbonado.raw.CustomStorableCodecFactory
+
 
+
createCodec(Class<S>, boolean, Layout) - Method in class com.amazon.carbonado.raw.CustomStorableCodecFactory
+
 
+
createCodec(Class<S>, boolean, Layout, RawSupport) - Method in class com.amazon.carbonado.raw.CustomStorableCodecFactory
+
 
+
createCodec(Class<S>, StorableIndex, boolean, Layout) - Method in class com.amazon.carbonado.raw.GenericStorableCodecFactory
+
 
+
createCodec(Class<S>, StorableIndex, boolean, Layout, RawSupport) - Method in class com.amazon.carbonado.raw.GenericStorableCodecFactory
+
 
+
createCodec(Class<S>, StorableIndex, boolean, Layout) - Method in interface com.amazon.carbonado.raw.StorableCodecFactory
+
 
+
createCodec(Class<S>, StorableIndex, boolean, Layout, RawSupport) - Method in interface com.amazon.carbonado.raw.StorableCodecFactory
+
 
+
createComparator(Class<S>, String...) - Static method in class com.amazon.carbonado.cursor.SortedCursor
+
+
Convenience method to create a comparator which orders storables by the + given order-by properties.
+
+
createComparator(OrderedProperty<S>...) - Static method in class com.amazon.carbonado.cursor.SortedCursor
+
+
Convenience method to create a comparator which orders storables by the + given properties.
+
+
createComparator(List<OrderedProperty<S>>) - Static method in class com.amazon.carbonado.cursor.SortedCursor
+
+
Convenience method to create a comparator which orders storables by the + given properties.
+
+
createdNotification(T) - Method in class com.amazon.carbonado.util.BelatedCreator
+
+
Notification that createReal has produced the real object.
+
+
createExecutor() - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Creates a QueryExecutor based on this result.
+
+
createExecutor() - Method in class com.amazon.carbonado.qe.UnionQueryAnalyzer.Result
+
+
Creates a QueryExecutor based on this result.
+
+
createMap(Class<S>, S) - Static method in class com.amazon.carbonado.gen.StorablePropertyMap
+
 
+
createNewBlob(int) - Method in class com.amazon.carbonado.spi.LobEngine
+
+
Returns a new Blob whose length is zero.
+
+
createNewClob(int) - Method in class com.amazon.carbonado.spi.LobEngine
+
+
Returns a new Clob whose length is zero.
+
+
createQuery(Filter<S>, FilterValues<S>, OrderingList<S>, QueryHints) - Method in class com.amazon.carbonado.qe.QueryEngine
+
 
+
createQuery(Filter<S>, FilterValues<S>, OrderingList<S>, QueryHints) - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
+
Implement this method to return query implementations.
+
+
createReal() - Method in class com.amazon.carbonado.spi.BelatedRepositoryCreator
+
 
+
createReal() - Method in class com.amazon.carbonado.spi.BelatedStorageCreator
+
 
+
createReal() - Method in class com.amazon.carbonado.util.BelatedCreator
+
+
Create instance of real object.
+
+
createSequenceValueProducer(String) - Method in class com.amazon.carbonado.sequence.SequenceValueProducerPool
+
 
+
createSequenceValueProducer(String) - Method in class com.amazon.carbonado.spi.AbstractRepository
+
+
Called upon to create a new SequenceValueProducer instance.
+
+
createSortBuffer() - Method in class com.amazon.carbonado.qe.SortedQueryExecutor.ArraySortSupport
+
+
Returns a new ArraySortBuffer.
+
+
createSortBuffer(Query.Controller) - Method in class com.amazon.carbonado.qe.SortedQueryExecutor.ArraySortSupport
+
+
Returns a new ArraySortBuffer.
+
+
createSortBuffer() - Method in class com.amazon.carbonado.qe.SortedQueryExecutor.MergeSortSupport
+
+
Returns a new MergeSortBuffer.
+
+
createSortBuffer(Query.Controller) - Method in class com.amazon.carbonado.qe.SortedQueryExecutor.MergeSortSupport
+
+
Returns a new MergeSortBuffer.
+
+
createSortBuffer() - Method in interface com.amazon.carbonado.qe.SortedQueryExecutor.Support
+
+
Implementation must return an empty buffer for sorting.
+
+
createSortBuffer(Query.Controller) - Method in interface com.amazon.carbonado.qe.SortedQueryExecutor.Support
+
+
Implementation must return an empty buffer for sorting.
+
+
createStorableClassFile(ClassInjector, Class<S>, boolean, String) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Define a classfile appropriate for most Storables.
+
+
createStorage(Class<S>) - Method in class com.amazon.carbonado.spi.AbstractRepository
+
+
Called upon to create a new Storage instance.
+
+
createStorage(Class<S>) - Method in class com.amazon.carbonado.spi.StoragePool
+
 
+
createStrategy(Class<S>, StorableIndex<S>, LayoutOptions) - Method in class com.amazon.carbonado.raw.CompressedStorableCodecFactory
+
 
+
createStrategy(Class<S>, StorableIndex<S>) - Method in class com.amazon.carbonado.raw.GenericStorableCodecFactory
+
+
Override to return a different EncodingStrategy.
+
+
createStrategy(Class<S>, StorableIndex<S>, LayoutOptions) - Method in class com.amazon.carbonado.raw.GenericStorableCodecFactory
+
+
Override to return a different EncodingStrategy.
+
+
createTxn(Txn, IsolationLevel) - Method in class com.amazon.carbonado.txn.TransactionManager
+
+
Creates an internal transaction representation, with the optional parent + transaction.
+
+
createTxn(Txn, IsolationLevel, int, TimeUnit) - Method in class com.amazon.carbonado.txn.TransactionManager
+
+
Creates an internal transaction representation, with the optional parent + transaction.
+
+
Cursor<S> - Interface in com.amazon.carbonado
+
+
Represents the results of a Query's fetch + operation.
+
+
CustomStorableCodec<S extends Storable> - Class in com.amazon.carbonado.raw
+
+
Allows codecs to be defined for storables that have a custom encoding.
+
+
CustomStorableCodec(Class<S>, boolean) - Constructor for class com.amazon.carbonado.raw.CustomStorableCodec
+
 
+
CustomStorableCodec(Class<S>, boolean, RawSupport<S>) - Constructor for class com.amazon.carbonado.raw.CustomStorableCodec
+
 
+
CustomStorableCodec.InstanceFactory - Interface in com.amazon.carbonado.raw
+
 
+
CustomStorableCodecFactory - Class in com.amazon.carbonado.raw
+
+
Factory for custom storable codecs.
+
+
CustomStorableCodecFactory() - Constructor for class com.amazon.carbonado.raw.CustomStorableCodecFactory
+
 
+
+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.

+ + diff --git a/apidocs/index-files/index-4.html b/apidocs/index-files/index-4.html new file mode 100644 index 0000000..c1e3fdb --- /dev/null +++ b/apidocs/index-files/index-4.html @@ -0,0 +1,622 @@ + + + + + + +D-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  + + +

D

+
+
databaseName(String) - Method in interface com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder.DatabaseHook
+
+
Returns an appropriate database name for the given type.
+
+
DataDecoder - Class in com.amazon.carbonado.raw
+
+
A very low-level class that decodes key components encoded by methods of + DataEncoder.
+
+
DataDecoder() - Constructor for class com.amazon.carbonado.raw.DataDecoder
+
 
+
DataEncoder - Class in com.amazon.carbonado.raw
+
+
A very low-level class that supports encoding of primitive data.
+
+
DataEncoder() - Constructor for class com.amazon.carbonado.raw.DataEncoder
+
 
+
DateTimeAdapter - Annotation Type in com.amazon.carbonado.adapter
+
+
Converts Joda-Time datetime objects to and from other forms.
+
+
DateTimeAdapter.Adapter - Class in com.amazon.carbonado.adapter
+
+
Adapter implementation for DateTimeAdapter.
+
+
DateTimeAdapter.Adapter(Class<?>, String, DateTimeAdapter) - Constructor for class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
DateTimeAdapter.Adapter(Class<?>, String, DateTimeZone) - Constructor for class com.amazon.carbonado.adapter.DateTimeAdapter.Adapter
+
 
+
decode(byte[]) - Method in class com.amazon.carbonado.layout.LayoutOptions
+
 
+
decode(byte[], int, BigInteger[]) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a BigInteger.
+
+
decode(byte[], int, BigDecimal[]) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a BigDecimal.
+
+
decode(byte[], int, byte[][]) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes the given byte array.
+
+
decode(S, int, byte[]) - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
 
+
decode(S, byte[]) - Method in interface com.amazon.carbonado.raw.GenericStorableCodec.Decoder
+
 
+
decode(byte[], int, BigInteger[]) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes the given BigInteger as originally encoded for ascending order.
+
+
decode(byte[], int, BigDecimal[]) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes the given BigDecimal as originally encoded for ascending order.
+
+
decode(byte[], int, byte[][]) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes the given byte array as originally encoded for ascending order.
+
+
decode(S, int, byte[]) - Method in interface com.amazon.carbonado.raw.RawSupport
+
+
Used for decoding different generations of Storable.
+
+
decode(S, int, byte[]) - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Used for decoding different generations of Storable.
+
+
DECODE_DATA_METHOD_NAME - Static variable in class com.amazon.carbonado.raw.RawStorableGenerator
+
+
Name of protected abstract method in generated storable
+
+
DECODE_KEY_METHOD_NAME - Static variable in class com.amazon.carbonado.raw.RawStorableGenerator
+
+
Name of protected abstract method in generated storable
+
+
decodeBoolean(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a boolean from exactly 1 byte.
+
+
decodeBooleanDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a boolean from exactly 1 byte, as encoded for descending order.
+
+
decodeBooleanObj(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a Boolean object from exactly 1 byte.
+
+
decodeBooleanObjDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a Boolean object from exactly 1 byte, as encoded for descending + order.
+
+
decodeByte(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a signed byte from exactly 1 byte.
+
+
decodeByteDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a signed byte from exactly 1 byte, as encoded for descending + order.
+
+
decodeByteObj(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a signed Byte object from exactly 1 or 2 bytes.
+
+
decodeByteObjDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a signed Byte object from exactly 1 or 2 bytes, as encoded for + descending order.
+
+
decodeChar(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a char from exactly 2 bytes.
+
+
decodeCharacterObj(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a Character object from exactly 1 or 3 bytes.
+
+
decodeCharacterObjDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a Character object from exactly 1 or 3 bytes, as encoded for + descending order.
+
+
decodeCharDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a char from exactly 2 bytes, as encoded for descending order.
+
+
decodeData(S, byte[]) - Method in class com.amazon.carbonado.raw.CustomStorableCodec
+
+
Decode the data into properties of the storable.
+
+
decodeDesc(byte[], int, BigInteger[]) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes the given BigInteger as originally encoded for descending order.
+
+
decodeDesc(byte[], int, BigDecimal[]) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes the given BigDecimal as originally encoded for descending order.
+
+
decodeDesc(byte[], int, byte[][]) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes the given byte array as originally encoded for descending order.
+
+
decodeDouble(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a double from exactly 8 bytes.
+
+
decodeDoubleBits(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
 
+
decodeDoubleDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a double from exactly 8 bytes, as encoded for descending order.
+
+
decodeDoubleObj(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a Double object from exactly 8 bytes.
+
+
decodeDoubleObjDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a Double object from exactly 8 bytes.
+
+
decodeFloat(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a float from exactly 4 bytes.
+
+
decodeFloatBits(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
 
+
decodeFloatDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a float from exactly 4 bytes, as encoded for descending order.
+
+
decodeFloatObj(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a Float object from exactly 4 bytes.
+
+
decodeFloatObjDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a Float object from exactly 4 bytes.
+
+
decodeInt(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a signed integer from exactly 4 bytes.
+
+
decodeIntDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a signed integer from exactly 4 bytes, as encoded for descending + order.
+
+
decodeIntegerObj(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a signed Integer object from exactly 1 or 5 bytes.
+
+
decodeIntegerObjDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a signed Integer object from exactly 1 or 5 bytes, as encoded + for descending order.
+
+
decodeLong(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a signed long from exactly 8 bytes.
+
+
decodeLongDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a signed long from exactly 8 bytes, as encoded for descending + order.
+
+
decodeLongObj(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a signed Long object from exactly 1 or 9 bytes.
+
+
decodeLongObjDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a signed Long object from exactly 1 or 9 bytes, as encoded for + descending order.
+
+
decodePrimaryKey(S, byte[]) - Method in class com.amazon.carbonado.raw.CustomStorableCodec
+
+
Decode the primary key into properties of the storable.
+
+
decodeShort(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a signed short from exactly 2 bytes.
+
+
decodeShortDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a signed short from exactly 2 bytes, as encoded for descending + order.
+
+
decodeShortObj(byte[], int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes a signed Short object from exactly 1 or 3 bytes.
+
+
decodeShortObjDesc(byte[], int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes a signed Short object from exactly 1 or 3 bytes, as encoded for + descending order.
+
+
decodeSingle(byte[], int, int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes the given byte array which was encoded by DataEncoder.encodeSingle(byte[], int, int).
+
+
decodeSingleDesc(byte[]) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes the given byte array which was encoded by KeyEncoder.encodeSingleDesc(byte[]).
+
+
decodeSingleDesc(byte[], int, int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes the given byte array which was encoded by KeyEncoder.encodeSingleDesc(byte[]).
+
+
decodeSingleNullable(byte[]) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes the given byte array which was encoded by DataEncoder.encodeSingleNullable(byte[]).
+
+
decodeSingleNullable(byte[], int, int) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes the given byte array which was encoded by DataEncoder.encodeSingleNullable(byte[]).
+
+
decodeSingleNullableDesc(byte[]) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes the given byte array which was encoded by KeyEncoder.encodeSingleNullableDesc(byte[]).
+
+
decodeSingleNullableDesc(byte[], int, int) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes the given byte array which was encoded by KeyEncoder.encodeSingleNullableDesc(byte[]).
+
+
decodeString(byte[], int, String[]) - Static method in class com.amazon.carbonado.raw.DataDecoder
+
+
Decodes an encoded string from the given byte array.
+
+
decodeString(byte[], int, String[]) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes an encoded string from the given byte array.
+
+
decodeStringDesc(byte[], int, String[]) - Static method in class com.amazon.carbonado.raw.KeyDecoder
+
+
Decodes an encoded string from the given byte array as originally + encoded for descending order.
+
+
decompress(byte[], int) - Static method in class com.amazon.carbonado.raw.GzipCompressor
+
+
Decodes from compressed form.
+
+
decrement(byte[]) - Static method in class com.amazon.carbonado.raw.RawUtil
+
+
Subtracts one from an unsigned integer, represented as a byte array.
+
+
DEFAULT_INCREMENT - Static variable in class com.amazon.carbonado.sequence.SequenceValueGenerator
+
 
+
DEFAULT_INITIAL_VALUE - Static variable in class com.amazon.carbonado.sequence.SequenceValueGenerator
+
 
+
DEFAULT_RESERVE_AMOUNT - Static variable in class com.amazon.carbonado.sequence.SequenceValueGenerator
+
 
+
defineCopyBridges(ClassFile, Class) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Add copy bridge methods for all classes/interfaces between the leaf + (genericised class) and the root (genericised baseclass).
+
+
definePrepareBridges(ClassFile, Class) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Add prepare bridge methods for all classes/interfaces between the leaf + (genericised class) and the root (genericised baseclass).
+
+
definePrepareMethod(ClassFile, Class, TypeDesc) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Defines a Storable prepare method, which assumes that a support field + exists and a single-argument constructor exists which accepts a support + instance.
+
+
definePrepareMethod(ClassFile, Class, TypeDesc, String, TypeDesc) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Defines a Storable prepare method, which assumes that a support field + exists and a single-argument constructor exists which accepts a support + instance.
+
+
definePropertyBeanMethods(ClassFile, SyntheticProperty) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
+
Add the get & set methods for this property
+
+
DelegatedQueryExecutor<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
QueryExecutor which delegates by executing a Query on a Storage.
+
+
DelegatedQueryExecutor(Storage<S>, QueryExecutor<S>) - Constructor for class com.amazon.carbonado.qe.DelegatedQueryExecutor
+
 
+
DelegatedQueryExecutor(Storage<S>, Filter<S>, OrderingList<S>) - Constructor for class com.amazon.carbonado.qe.DelegatedQueryExecutor
+
 
+
DelegatedQueryExecutorFactory<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
QueryExecutorFactory which produces executors which delegate via DelegatedQueryExecutor.
+
+
DelegatedQueryExecutorFactory(Storage<S>) - Constructor for class com.amazon.carbonado.qe.DelegatedQueryExecutorFactory
+
 
+
DelegateStorableGenerator<S extends Storable> - Class in com.amazon.carbonado.gen
+
+
Generates and caches concrete implementations of Storable types + which delegate to DelegateSupport.
+
+
DelegateSupport<S extends Storable> - Interface in com.amazon.carbonado.gen
+
+
Provides runtime support for Storable classes generated by DelegateStorableGenerator.
+
+
delete() - Method in interface com.amazon.carbonado.Storable
+
+
Deletes this object from the storage layer by its primary key, + regardless of whether this object has actually been loaded or not.
+
+
DELETE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
deleteAll() - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Does nothing.
+
+
deleteAll(Query.Controller) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Does nothing.
+
+
deleteAll() - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
deleteAll(Query.Controller) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
deleteAll() - Method in interface com.amazon.carbonado.Query
+
+
Deletes zero or more matching objects.
+
+
deleteAll(Query.Controller) - Method in interface com.amazon.carbonado.Query
+
+
Deletes zero or more matching objects.
+
+
deleteLob(long) - Method in class com.amazon.carbonado.spi.LobEngine
+
+
Deletes Lob data, freeing up all space consumed by it.
+
+
deleteLob(Lob) - Method in class com.amazon.carbonado.spi.LobEngine
+
+
Deletes Lob data, freeing up all space consumed by it.
+
+
deleteOne() - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
deleteOne(Query.Controller) - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
deleteOne() - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always throws PersistNoneException.
+
+
deleteOne(Query.Controller) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always throws PersistNoneException.
+
+
deleteOne() - Method in interface com.amazon.carbonado.Query
+
+
Deletes one matching object.
+
+
deleteOne(Query.Controller) - Method in interface com.amazon.carbonado.Query
+
+
Deletes one matching object.
+
+
Derived - Annotation Type in com.amazon.carbonado
+
+
Identifies a Storable property which is not directly persisted, but + is instead derived from other property values.
+
+
detach() - Method in interface com.amazon.carbonado.Transaction
+
+
Detaches this transaction from the current thread.
+
+
detach() - Method in class com.amazon.carbonado.txn.TransactionPair
+
 
+
DetachedStorableFactory<S extends Storable> - Class in com.amazon.carbonado.gen
+
+
Creates Storable instances which are basic data containers.
+
+
DetachedStorableFactory(Class<S>) - Constructor for class com.amazon.carbonado.gen.DetachedStorableFactory
+
 
+
detachLocalScope() - Method in class com.amazon.carbonado.txn.TransactionManager
+
+
Detaches the thread-local TransactionScope from the current thread.
+
+
detachNotification(Txn) - Method in class com.amazon.carbonado.txn.TransactionManager
+
+
Called to notify internal method that transaction is detached.
+
+
DifferenceCursor<S> - Class in com.amazon.carbonado.cursor
+
+
Wraps two Cursors and performs an asymmetric set difference + operation.
+
+
DifferenceCursor(Cursor<S>, Cursor<S>, Comparator<S>) - Constructor for class com.amazon.carbonado.cursor.DifferenceCursor
+
 
+
Direction - Enum in com.amazon.carbonado.info
+
+
Describes a property sorting direction.
+
+
direction(Direction) - Method in class com.amazon.carbonado.info.OrderedProperty
+
 
+
disableKeyAndValue() - Method in class com.amazon.carbonado.raw.RawCursor
+
+
An optimization hint which disables key and value acquisition.
+
+
disableValue() - Method in class com.amazon.carbonado.raw.RawCursor
+
+
An optimization hint which disables just value acquisition.
+
+
disjunctiveNormalForm() - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns an equivalent filter that is in disjunctive normal form.
+
+
disjunctiveNormalFormSplit() - Method in class com.amazon.carbonado.filter.ClosedFilter
+
 
+
disjunctiveNormalFormSplit() - Method in class com.amazon.carbonado.filter.Filter
+
+
Splits the filter from its disjunctive normal form.
+
+
disjunctiveNormalFormSplit() - Method in class com.amazon.carbonado.filter.OpenFilter
+
 
+
disjunctiveNormalFormSplit() - Method in class com.amazon.carbonado.filter.PropertyFilter
+
 
+
DO_TRY_DELETE_MASTER_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.MasterStorableGenerator
+
+
Name of protected abstract method in generated storable
+
+
DO_TRY_DELETE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Name of protected abstract method in generated storable
+
+
DO_TRY_INSERT_MASTER_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.MasterStorableGenerator
+
+
Name of protected abstract method in generated storable
+
+
DO_TRY_INSERT_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Name of protected abstract method in generated storable
+
+
DO_TRY_LOAD_MASTER_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.MasterStorableGenerator
+
+
Name of protected abstract method in generated storable
+
+
DO_TRY_LOAD_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Name of protected abstract method in generated storable
+
+
DO_TRY_UPDATE_MASTER_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.MasterStorableGenerator
+
+
Name of protected abstract method in generated storable
+
+
DO_TRY_UPDATE_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Name of protected abstract method in generated storable
+
+
doFire(Throwable) - Method in class com.amazon.carbonado.util.ThrowUnchecked
+
+
Deprecated.
+
doTryDelete(S) - Method in interface com.amazon.carbonado.gen.DelegateSupport
+
 
+
doTryInsert(S) - Method in interface com.amazon.carbonado.gen.DelegateSupport
+
 
+
doTryLoad(S) - Method in interface com.amazon.carbonado.gen.DelegateSupport
+
 
+
doTryUpdate(S) - Method in interface com.amazon.carbonado.gen.DelegateSupport
+
 
+
+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.

+ + diff --git a/apidocs/index-files/index-5.html b/apidocs/index-files/index-5.html new file mode 100644 index 0000000..96ebc50 --- /dev/null +++ b/apidocs/index-files/index-5.html @@ -0,0 +1,764 @@ + + + + + + +E-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  + + +

E

+
+
EmptyCursor<S> - Class in com.amazon.carbonado.cursor
+
+
Special cursor implementation that is empty.
+
+
emptyHints() - Static method in class com.amazon.carbonado.qe.QueryHints
+
 
+
emptyList() - Static method in class com.amazon.carbonado.qe.OrderingList
+
+
Returns a canonical empty instance.
+
+
EmptyQuery<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
Special query implementation that fetches nothing.
+
+
EmptyQuery(QueryFactory<S>, OrderingList<S>) - Constructor for class com.amazon.carbonado.qe.EmptyQuery
+
 
+
EmptyQuery(QueryFactory<S>, String) - Constructor for class com.amazon.carbonado.qe.EmptyQuery
+
 
+
EmptyQuery(QueryFactory<S>, String...) - Constructor for class com.amazon.carbonado.qe.EmptyQuery
+
 
+
enableKeyAndValue() - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Enable key and value acquisition again, after they have been + disabled.
+
+
encode() - Method in class com.amazon.carbonado.layout.LayoutOptions
+
 
+
encode(int, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given signed integer into exactly 4 bytes.
+
+
encode(Integer, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given signed Integer object into exactly 1 or 5 bytes.
+
+
encode(long, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given signed long into exactly 8 bytes.
+
+
encode(Long, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given signed Long object into exactly 1 or 9 bytes.
+
+
encode(byte, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given signed byte into exactly 1 byte.
+
+
encode(Byte, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given signed Byte object into exactly 1 or 2 bytes.
+
+
encode(short, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given signed short into exactly 2 bytes.
+
+
encode(Short, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given signed Short object into exactly 1 or 3 bytes.
+
+
encode(char, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given character into exactly 2 bytes.
+
+
encode(Character, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given Character object into exactly 1 or 3 bytes.
+
+
encode(boolean, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given boolean into exactly 1 byte.
+
+
encode(Boolean, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given Boolean object into exactly 1 byte.
+
+
encode(float, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given float into exactly 4 bytes.
+
+
encode(Float, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given Float object into exactly 4 bytes.
+
+
encode(double, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given double into exactly 8 bytes.
+
+
encode(Double, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given Double object into exactly 8 bytes.
+
+
encode(BigInteger, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given optional BigInteger into a variable amount of + bytes.
+
+
encode(BigDecimal, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given optional BigDecimal into a variable amount of + bytes.
+
+
encode(byte[], byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given optional byte array into a variable amount of + bytes.
+
+
encode(byte[], int, int, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given optional byte array into a variable amount of + bytes.
+
+
encode(String, byte[], int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given optional String into a variable amount of bytes.
+
+
encode(BigInteger, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given optional BigInteger into a variable amount of + bytes.
+
+
encode(BigDecimal, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given optional BigDecimal into a variable amount of + bytes.
+
+
encode(byte[], byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given optional unsigned byte array into a variable amount of + bytes.
+
+
encode(byte[], int, int, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given optional unsigned byte array into a variable amount of + bytes.
+
+
encode(String, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given optional String into a variable amount of bytes.
+
+
ENCODE_DATA_METHOD_NAME - Static variable in class com.amazon.carbonado.raw.RawStorableGenerator
+
+
Name of protected abstract method in generated storable
+
+
ENCODE_KEY_METHOD_NAME - Static variable in class com.amazon.carbonado.raw.RawStorableGenerator
+
+
Name of protected abstract method in generated storable
+
+
encodeData(S) - Method in class com.amazon.carbonado.raw.CustomStorableCodec
+
+
Encode all properties of the storable excluding the primary key.
+
+
encodeDesc(int, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given signed integer into exactly 4 bytes for descending + order.
+
+
encodeDesc(Integer, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given signed Integer object into exactly 1 or 5 bytes for + descending order.
+
+
encodeDesc(long, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given signed long into exactly 8 bytes for descending order.
+
+
encodeDesc(Long, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given signed Long object into exactly 1 or 9 bytes for + descending order.
+
+
encodeDesc(byte, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given signed byte into exactly 1 byte for descending order.
+
+
encodeDesc(Byte, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given signed Byte object into exactly 1 or 2 bytes for + descending order.
+
+
encodeDesc(short, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given signed short into exactly 2 bytes for descending + order.
+
+
encodeDesc(Short, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given signed Short object into exactly 1 or 3 bytes for + descending order.
+
+
encodeDesc(char, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given character into exactly 2 bytes for descending order.
+
+
encodeDesc(Character, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given Character object into exactly 1 or 3 bytes for + descending order.
+
+
encodeDesc(boolean, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given boolean into exactly 1 byte for descending order.
+
+
encodeDesc(Boolean, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given Boolean object into exactly 1 byte for descending + order.
+
+
encodeDesc(float, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given float into exactly 4 bytes for descending order.
+
+
encodeDesc(Float, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given Float object into exactly 4 bytes for descending + order.
+
+
encodeDesc(double, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given double into exactly 8 bytes for descending order.
+
+
encodeDesc(Double, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given Double object into exactly 8 bytes for descending + order.
+
+
encodeDesc(BigInteger, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given optional BigInteger into a variable amount of bytes + for descending order.
+
+
encodeDesc(BigDecimal, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given optional BigDecimal into a variable amount of bytes + for descending order.
+
+
encodeDesc(byte[], byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given optional unsigned byte array into a variable amount of + bytes for descending order.
+
+
encodeDesc(byte[], int, int, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given optional unsigned byte array into a variable amount of + bytes for descending order.
+
+
encodeDesc(String, byte[], int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given optional String into a variable amount of bytes for + descending order.
+
+
encodePrimaryKey(S) - Method in class com.amazon.carbonado.raw.CustomStorableCodec
+
 
+
encodePrimaryKey(Object[]) - Method in class com.amazon.carbonado.raw.CustomStorableCodec
+
 
+
encodePrimaryKey(S) - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
 
+
encodePrimaryKey(S, int, int) - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
 
+
encodePrimaryKey(Object[]) - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
 
+
encodePrimaryKey(Object[], int, int) - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
 
+
encodePrimaryKey(S) - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Encode a key by extracting all the primary key properties from the given + storable.
+
+
encodePrimaryKey(S, int, int) - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Encode a key by extracting all the primary key properties from the given + storable.
+
+
encodePrimaryKey(Object[]) - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Encode a key by extracting all the primary key properties from the given + storable.
+
+
encodePrimaryKey(Object[], int, int) - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Encode a key by extracting all the primary key properties from the given + storable.
+
+
encodePrimaryKeyPrefix() - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
 
+
encodePrimaryKeyPrefix() - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Encode the primary key for when there are no values, but there may be a + prefix.
+
+
encodeSearchKey(S) - Method in interface com.amazon.carbonado.raw.GenericStorableCodec.SearchKeyFactory
+
+
Build a search key by extracting all the desired properties from the + given storable.
+
+
encodeSearchKey(S, int, int) - Method in interface com.amazon.carbonado.raw.GenericStorableCodec.SearchKeyFactory
+
+
Build a search key by extracting all the desired properties from the + given storable.
+
+
encodeSearchKey(Object[]) - Method in interface com.amazon.carbonado.raw.GenericStorableCodec.SearchKeyFactory
+
+
Build a search key by supplying property values without a storable.
+
+
encodeSearchKey(Object[], int, int) - Method in interface com.amazon.carbonado.raw.GenericStorableCodec.SearchKeyFactory
+
+
Build a search key by supplying property values without a storable.
+
+
encodeSearchKeyPrefix() - Method in interface com.amazon.carbonado.raw.GenericStorableCodec.SearchKeyFactory
+
+
Returns the search key for when there are no values.
+
+
encodeSingle(byte[], int, int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given byte array for use when there is only a single + property, whose type is a byte array.
+
+
encodeSingleDesc(byte[]) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given byte array for use when there is only a single + required property, descending order, whose type is a byte array.
+
+
encodeSingleDesc(byte[], int, int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given byte array for use when there is only a single + required property, descending order, whose type is a byte array.
+
+
encodeSingleNullable(byte[]) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given byte array for use when there is only a single + nullable property, whose type is a byte array.
+
+
encodeSingleNullable(byte[], int, int) - Static method in class com.amazon.carbonado.raw.DataEncoder
+
+
Encodes the given byte array for use when there is only a single + nullable property, whose type is a byte array.
+
+
encodeSingleNullableDesc(byte[]) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given byte array for use when there is only a single + nullable property, descending order, whose type is a byte array.
+
+
encodeSingleNullableDesc(byte[], int, int) - Static method in class com.amazon.carbonado.raw.KeyEncoder
+
+
Encodes the given byte array for use when there is only a single + nullable property, descending order, whose type is a byte array.
+
+
endBackup() - Method in interface com.amazon.carbonado.repo.sleepycat.HotBackupCapability.Backup
+
+
Resume normal operation.
+
+
enter(IsolationLevel) - Method in class com.amazon.carbonado.txn.TransactionScope
+
+
Enters a new transaction scope which becomes the active transaction.
+
+
ENTER_TRANSACTION_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Repository API method name
+
+
entered(Transaction, Transaction) - Method in interface com.amazon.carbonado.txn.TransactionMonitor
+
+
Called by a thread which has just entered a transaction.
+
+
enterTop(IsolationLevel) - Method in class com.amazon.carbonado.txn.TransactionScope
+
+
Enters a new top-level transaction scope which becomes the active + transaction.
+
+
enterTopTransaction(IsolationLevel) - Method in interface com.amazon.carbonado.Repository
+
+
Causes the current thread to enter a top-level transaction scope + with an explict isolation level.
+
+
enterTopTransaction(IsolationLevel) - Method in class com.amazon.carbonado.spi.AbstractRepository
+
 
+
enterTransaction(IsolationLevel) - Method in class com.amazon.carbonado.qe.StandardQuery
+
+
Enter a transaction as needed by the standard delete operation, or null + if transactions are not supported.
+
+
enterTransaction() - Method in interface com.amazon.carbonado.Repository
+
+
Causes the current thread to enter a transaction scope.
+
+
enterTransaction(IsolationLevel) - Method in interface com.amazon.carbonado.Repository
+
+
Causes the current thread to enter a transaction scope with an explict + isolation level.
+
+
enterTransaction() - Method in class com.amazon.carbonado.spi.AbstractRepository
+
 
+
enterTransaction(IsolationLevel) - Method in class com.amazon.carbonado.spi.AbstractRepository
+
 
+
entrySet() - Method in class com.amazon.carbonado.gen.StorablePropertyMap
+
 
+
EnvironmentCapability - Interface in com.amazon.carbonado.repo.sleepycat
+
+
Capability to provide direct access to the underlying BDB environment.
+
+
EQUAL_PRIMARY_KEYS_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
EQUAL_PROPERTIES_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
equalLayouts(Layout) - Method in class com.amazon.carbonado.layout.Layout
+
+
Returns true if the given layout matches this one.
+
+
equalPrimaryKeys(Object) - Method in interface com.amazon.carbonado.Storable
+
+
True if the supported properties which participate in the primary key + are equal.
+
+
equalProperties(Object) - Method in interface com.amazon.carbonado.Storable
+
+
True if all supported properties for this object are equal.
+
+
equals(Object) - Method in class com.amazon.carbonado.filter.AndFilter
+
 
+
equals(Object) - Method in class com.amazon.carbonado.filter.ClosedFilter
+
 
+
equals(Object) - Method in class com.amazon.carbonado.filter.ExistsFilter
+
 
+
equals(Object) - Method in class com.amazon.carbonado.filter.Filter
+
 
+
equals(Object) - Method in class com.amazon.carbonado.filter.Filter.NotJoined
+
 
+
equals(Object) - Method in class com.amazon.carbonado.filter.FilterValues
+
 
+
equals(Object) - Method in class com.amazon.carbonado.filter.OpenFilter
+
 
+
equals(Object) - Method in class com.amazon.carbonado.filter.OrFilter
+
 
+
equals(Object) - Method in class com.amazon.carbonado.filter.PropertyFilter
+
 
+
equals(Object) - Method in class com.amazon.carbonado.info.ChainedProperty
+
 
+
equals(Object) - Method in class com.amazon.carbonado.info.OrderedProperty
+
 
+
equals(Object) - Method in class com.amazon.carbonado.info.StorableIndex
+
 
+
equals(Object) - Method in class com.amazon.carbonado.layout.Layout
+
 
+
equals(Object) - Method in class com.amazon.carbonado.layout.LayoutProperty
+
 
+
equals(Object) - Method in class com.amazon.carbonado.lob.AbstractBlob
+
 
+
equals(Object) - Method in class com.amazon.carbonado.lob.AbstractClob
+
 
+
equals(Object) - Method in interface com.amazon.carbonado.lob.Lob
+
+
Two Lobs are considered equal if the object instances are the same or if + they point to the same content.
+
+
equals(Object) - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
equals(Object) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
 
+
equals(Object) - Method in class com.amazon.carbonado.qe.OrderingList
+
 
+
equals(Object) - Method in class com.amazon.carbonado.qe.QueryHints
+
 
+
equals(Object) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
equals(Object) - Method in interface com.amazon.carbonado.Query
+
 
+
equals(Object) - Method in class com.amazon.carbonado.raw.CompressedEncodingStrategy
+
 
+
equals(Object) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
 
+
equals(Object) - Method in interface com.amazon.carbonado.Storable
+
+
True if all properties and fields are equal, but ignoring the state.
+
+
equals(Object) - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
 
+
EQUALS_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
errorCheck(Collection<String>) - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
 
+
errorCheck(Collection<String>) - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
 
+
errorCheck(Collection<String>) - Method in class com.amazon.carbonado.repo.logging.LoggingRepositoryBuilder
+
 
+
errorCheck(Collection<String>) - Method in class com.amazon.carbonado.repo.replicated.ReplicatedRepositoryBuilder
+
 
+
errorCheck(Collection<String>) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
errorCheck(Collection<String>) - Method in class com.amazon.carbonado.spi.AbstractRepositoryBuilder
+
+
This method is called by assertReady, and subclasses must override to + perform custom checks.
+
+
evaluate(StorableIndex<S>, Filter<S>, OrderingList<S>) - Static method in class com.amazon.carbonado.qe.CompositeScore
+
+
Evaluates the given index for its filtering and ordering capabilities + against the given filter and order-by properties.
+
+
evaluate(OrderedProperty<S>[], boolean, boolean, Filter<S>, OrderingList<S>) - Static method in class com.amazon.carbonado.qe.CompositeScore
+
+
Evaluates the given index properties for its filtering and ordering + capabilities against the given filter and order-by properties.
+
+
evaluate(StorableIndex<S>, Filter<S>) - Static method in class com.amazon.carbonado.qe.FilteringScore
+
+
Evaluates the given index for its filtering capabilities against the + given filter.
+
+
evaluate(OrderedProperty<S>[], boolean, boolean, Filter<S>) - Static method in class com.amazon.carbonado.qe.FilteringScore
+
+
Evaluates the given index properties for its filtering capabilities + against the given filter.
+
+
evaluate(StorableIndex<S>, Filter<S>, OrderingList<S>) - Static method in class com.amazon.carbonado.qe.OrderingScore
+
+
Evaluates the given index for its ordering capabilities against the + given filter and order-by properties.
+
+
evaluate(OrderedProperty<S>[], boolean, boolean, Filter<S>, OrderingList<S>) - Static method in class com.amazon.carbonado.qe.OrderingScore
+
+
Evaluates the given index properties for its ordering capabilities + against the given filter and order-by properties.
+
+
EVOLUTION_NONE - Static variable in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
+
Evolution strategy code
+
+
EVOLUTION_STANDARD - Static variable in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
+
Evolution strategy code
+
+
examine(Class<S>) - Static method in class com.amazon.carbonado.info.StorableIntrospector
+
+
Examines the given class and returns a StorableInfo describing it.
+
+
examine(Class<S>, DataSource, String, String) - Static method in class com.amazon.carbonado.repo.jdbc.JDBCStorableIntrospector
+
+
Examines the given class and returns a JDBCStorableInfo describing it.
+
+
ExceptionTransformer - Class in com.amazon.carbonado.spi
+
+
Supports transforming arbitrary exceptions into appropriate repository + exceptions.
+
+
ExceptionTransformer() - Constructor for class com.amazon.carbonado.spi.ExceptionTransformer
+
 
+
execute() - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Call
+
+
Executes the call without expecting a reply.
+
+
execute(Runnable) - Static method in class com.amazon.carbonado.spi.RepairExecutor
+
 
+
execute(Runnable) - Method in class com.amazon.carbonado.util.TaskQueueThread
+
+
Enqueue a task to run.
+
+
execute(Runnable, long) - Method in class com.amazon.carbonado.util.TaskQueueThread
+
+
Enqueue a task to run.
+
+
executeAsync() - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Call
+
+
Executes the call without expecting a reply.
+
+
executor(Filter<S>, OrderingList<S>, QueryHints) - Method in class com.amazon.carbonado.qe.DelegatedQueryExecutorFactory
+
 
+
executor(Filter<S>, OrderingList<S>, QueryHints) - Method in class com.amazon.carbonado.qe.QueryEngine
+
 
+
executor(Filter<S>, OrderingList<S>, QueryHints) - Method in class com.amazon.carbonado.qe.QueryExecutorCache
+
+
Returns an executor from the cache.
+
+
executor(Filter<S>, OrderingList<S>, QueryHints) - Method in interface com.amazon.carbonado.qe.QueryExecutorFactory
+
+
Returns an executor that handles the given query specification.
+
+
executor() - Method in class com.amazon.carbonado.qe.StandardQuery
+
+
Returns the executor in use by this query.
+
+
executor(Filter<S>, OrderingList<S>, QueryHints) - Method in class com.amazon.carbonado.qe.UnionQueryAnalyzer
+
+
Returns an executor that handles the given query specification.
+
+
executorFactory() - Method in class com.amazon.carbonado.qe.StandardQuery
+
+
Return a QueryExecutorFactory which is used to get an executor.
+
+
exists() - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns false.
+
+
exists(Query.Controller) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns false.
+
+
exists() - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
exists(Query.Controller) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
exists() - Method in interface com.amazon.carbonado.Query
+
+
Returns true if any results are matched by this query.
+
+
exists(Query.Controller) - Method in interface com.amazon.carbonado.Query
+
+
Returns true if any results are matched by this query.
+
+
ExistsFilter<S extends Storable> - Class in com.amazon.carbonado.filter
+
+
Filter tree node that performs an existence or non-existence test against a + join property.
+
+
exit() - Method in interface com.amazon.carbonado.Transaction
+
+
Closes the current transaction, aborting all changes since the last + commit.
+
+
exit() - Method in class com.amazon.carbonado.txn.TransactionPair
+
 
+
EXIT_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Transaction API method name
+
+
exited(Transaction, Transaction) - Method in interface com.amazon.carbonado.txn.TransactionMonitor
+
+
Called by a thread which has just exited a transaction.
+
+
extraDataDecoding(CodeAssembler, LocalVariable, int, int) - Method in class com.amazon.carbonado.raw.CompressedEncodingStrategy
+
 
+
extraDataDecoding(CodeAssembler, LocalVariable, int, int) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Second phase decoding, which does nothing by default.
+
+
extraDataEncoding(CodeAssembler, LocalVariable, int, int) - Method in class com.amazon.carbonado.raw.CompressedEncodingStrategy
+
 
+
extraDataEncoding(CodeAssembler, LocalVariable, int, int) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Second phase encoding, which does nothing by default.
+
+
+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.

+ + diff --git a/apidocs/index-files/index-6.html b/apidocs/index-files/index-6.html new file mode 100644 index 0000000..46aa04c --- /dev/null +++ b/apidocs/index-files/index-6.html @@ -0,0 +1,588 @@ + + + + + + +F-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  + + +

F

+
+
failedDelete(S, Object) - Method in class com.amazon.carbonado.capability.ResyncCapability.Listener
+
+
Called when a delete operation failed because an exception was + thrown.
+
+
failedDelete(S, Object) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
failedDelete(S, Object) - Method in class com.amazon.carbonado.Trigger
+
+
Called when an delete operation failed because the record was missing or + an exception was thrown.
+
+
failedInsert(S, Object) - Method in class com.amazon.carbonado.capability.ResyncCapability.Listener
+
+
Called when an insert operation failed because an exception was + thrown.
+
+
failedInsert(S, Object) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
failedInsert(S, Object) - Method in class com.amazon.carbonado.Trigger
+
+
Called when an insert operation failed due to a unique constraint + violation or an exception was thrown.
+
+
failedUpdate(S, Object) - Method in class com.amazon.carbonado.capability.ResyncCapability.Listener
+
+
Called when an update operation failed because an exception was + thrown.
+
+
failedUpdate(S, Object) - Method in class com.amazon.carbonado.spi.TriggerManager
+
 
+
failedUpdate(S, Object) - Method in class com.amazon.carbonado.Trigger
+
+
Called when an update operation failed because the record was missing or + an exception was thrown.
+
+
fetch(FilterValues<S>) - Method in class com.amazon.carbonado.qe.DelegatedQueryExecutor
+
 
+
fetch(FilterValues<S>, Query.Controller) - Method in class com.amazon.carbonado.qe.DelegatedQueryExecutor
+
 
+
fetch() - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns an EmptyCursor.
+
+
fetch(Query.Controller) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns an EmptyCursor.
+
+
fetch(FilterValues<S>) - Method in class com.amazon.carbonado.qe.FilteredQueryExecutor
+
 
+
fetch(FilterValues<S>, Query.Controller) - Method in class com.amazon.carbonado.qe.FilteredQueryExecutor
+
 
+
fetch(FilterValues<S>) - Method in class com.amazon.carbonado.qe.FullScanQueryExecutor
+
 
+
fetch(FilterValues<S>, Query.Controller) - Method in class com.amazon.carbonado.qe.FullScanQueryExecutor
+
 
+
fetch(FilterValues<S>) - Method in class com.amazon.carbonado.qe.IndexedQueryExecutor
+
 
+
fetch(FilterValues<S>, Query.Controller) - Method in class com.amazon.carbonado.qe.IndexedQueryExecutor
+
 
+
fetch(FilterValues<S>) - Method in class com.amazon.carbonado.qe.IterableQueryExecutor
+
 
+
fetch(FilterValues<S>, Query.Controller) - Method in class com.amazon.carbonado.qe.IterableQueryExecutor
+
 
+
fetch(FilterValues<T>) - Method in class com.amazon.carbonado.qe.JoinedQueryExecutor
+
 
+
fetch(FilterValues<T>, Query.Controller) - Method in class com.amazon.carbonado.qe.JoinedQueryExecutor
+
 
+
fetch(FilterValues<S>) - Method in class com.amazon.carbonado.qe.KeyQueryExecutor
+
 
+
fetch(FilterValues<S>, Query.Controller) - Method in class com.amazon.carbonado.qe.KeyQueryExecutor
+
 
+
fetch(FilterValues<S>) - Method in interface com.amazon.carbonado.qe.QueryExecutor
+
+
Returns a new cursor using the given filter values.
+
+
fetch(FilterValues<S>, Query.Controller) - Method in interface com.amazon.carbonado.qe.QueryExecutor
+
+
Returns a new cursor using the given filter values.
+
+
fetch(FilterValues<S>) - Method in class com.amazon.carbonado.qe.SortedQueryExecutor
+
 
+
fetch(FilterValues<S>, Query.Controller) - Method in class com.amazon.carbonado.qe.SortedQueryExecutor
+
 
+
fetch() - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
fetch(Query.Controller) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
fetch(FilterValues<S>) - Method in class com.amazon.carbonado.qe.UnionQueryExecutor
+
 
+
fetch(FilterValues<S>, Query.Controller) - Method in class com.amazon.carbonado.qe.UnionQueryExecutor
+
 
+
fetch() - Method in interface com.amazon.carbonado.Query
+
+
Fetches results for this query.
+
+
fetch(Query.Controller) - Method in interface com.amazon.carbonado.Query
+
+
Fetches results for this query.
+
+
FETCH_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Query API method name
+
+
fetchAfter(T) - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
fetchAfter(T, Query.Controller) - Method in class com.amazon.carbonado.qe.AbstractQuery
+
 
+
fetchAfter(T) - Method in interface com.amazon.carbonado.Query
+
+
Fetches results for this query after a given starting point, which is + useful for re-opening a cursor.
+
+
fetchAfter(T, Query.Controller) - Method in interface com.amazon.carbonado.Query
+
+
Fetches results for this query after a given starting point, which is + useful for re-opening a cursor.
+
+
FetchAheadCursor<S> - Class in com.amazon.carbonado.cursor
+
+
Cursor implementation which fetches records in advance, in order to release locks.
+
+
FetchAheadCursor(Cursor<S>, int) - Constructor for class com.amazon.carbonado.cursor.FetchAheadCursor
+
 
+
fetchAll() - Method in interface com.amazon.carbonado.qe.FullScanQueryExecutor.Support
+
+
Perform a full scan of all Storables.
+
+
fetchAll(Query.Controller) - Method in interface com.amazon.carbonado.qe.FullScanQueryExecutor.Support
+
+
Perform a full scan of all Storables.
+
+
FetchDeadlockException - Exception in com.amazon.carbonado
+
+
Thrown if a fetch operation fails because it was selected to resolve a + deadlock.
+
+
FetchDeadlockException() - Constructor for exception com.amazon.carbonado.FetchDeadlockException
+
 
+
FetchDeadlockException(String) - Constructor for exception com.amazon.carbonado.FetchDeadlockException
+
 
+
FetchDeadlockException(String, Throwable) - Constructor for exception com.amazon.carbonado.FetchDeadlockException
+
 
+
FetchDeadlockException(Throwable) - Constructor for exception com.amazon.carbonado.FetchDeadlockException
+
 
+
FetchException - Exception in com.amazon.carbonado
+
+
A FetchException is caused by a failure when selecting records from a Repository.
+
+
FetchException() - Constructor for exception com.amazon.carbonado.FetchException
+
 
+
FetchException(String) - Constructor for exception com.amazon.carbonado.FetchException
+
 
+
FetchException(String, Throwable) - Constructor for exception com.amazon.carbonado.FetchException
+
 
+
FetchException(Throwable) - Constructor for exception com.amazon.carbonado.FetchException
+
 
+
fetchFromIndexEntryQuery(StorableIndex<S>, Query<?>) - Method in interface com.amazon.carbonado.qe.IndexedQueryExecutor.Support
+
+
Fetch Storables referenced by the given index entry query.
+
+
fetchFromIndexEntryQuery(StorableIndex<S>, Query<?>, Query.Controller) - Method in interface com.amazon.carbonado.qe.IndexedQueryExecutor.Support
+
+
Fetch Storables referenced by the given index entry query.
+
+
FetchInterruptedException - Exception in com.amazon.carbonado
+
+
Thrown from a fetch operation that was canceled.
+
+
FetchInterruptedException() - Constructor for exception com.amazon.carbonado.FetchInterruptedException
+
 
+
FetchInterruptedException(String) - Constructor for exception com.amazon.carbonado.FetchInterruptedException
+
 
+
FetchInterruptedException(String, Throwable) - Constructor for exception com.amazon.carbonado.FetchInterruptedException
+
 
+
FetchInterruptedException(Throwable) - Constructor for exception com.amazon.carbonado.FetchInterruptedException
+
 
+
FetchMultipleException - Exception in com.amazon.carbonado
+
+
A FetchMultipleException is thrown when a fetch operation returned more + than one record when at most one was expected.
+
+
FetchMultipleException() - Constructor for exception com.amazon.carbonado.FetchMultipleException
+
 
+
FetchMultipleException(String) - Constructor for exception com.amazon.carbonado.FetchMultipleException
+
 
+
FetchMultipleException(String, Throwable) - Constructor for exception com.amazon.carbonado.FetchMultipleException
+
 
+
FetchMultipleException(Throwable) - Constructor for exception com.amazon.carbonado.FetchMultipleException
+
 
+
FetchNoneException - Exception in com.amazon.carbonado
+
+
A FetchNoneException is thrown when a fetch operation returned no records + when at least one was expected.
+
+
FetchNoneException() - Constructor for exception com.amazon.carbonado.FetchNoneException
+
 
+
FetchNoneException(String) - Constructor for exception com.amazon.carbonado.FetchNoneException
+
 
+
FetchNoneException(String, Throwable) - Constructor for exception com.amazon.carbonado.FetchNoneException
+
 
+
FetchNoneException(Throwable) - Constructor for exception com.amazon.carbonado.FetchNoneException
+
 
+
fetchOne(StorableIndex<S>, Object[]) - Method in interface com.amazon.carbonado.qe.KeyQueryExecutor.Support
+
+
Select at most one Storable referenced by an index.
+
+
fetchOne(StorableIndex<S>, Object[], Query.Controller) - Method in interface com.amazon.carbonado.qe.KeyQueryExecutor.Support
+
+
Select at most one Storable referenced by an index.
+
+
fetchReply() - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Call
+
+
Executes the call and receive a reply.
+
+
fetchSlice(FilterValues<S>, long, Long) - Method in class com.amazon.carbonado.qe.AbstractQueryExecutor
+
+
Produces a slice via skip and limit cursors.
+
+
fetchSlice(FilterValues<S>, long, Long, Query.Controller) - Method in class com.amazon.carbonado.qe.AbstractQueryExecutor
+
+
Produces a slice via skip and limit cursors.
+
+
fetchSlice(FilterValues<S>, long, Long) - Method in class com.amazon.carbonado.qe.DelegatedQueryExecutor
+
 
+
fetchSlice(FilterValues<S>, long, Long, Query.Controller) - Method in class com.amazon.carbonado.qe.DelegatedQueryExecutor
+
 
+
fetchSlice(long, Long) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns an EmptyCursor.
+
+
fetchSlice(long, Long, Query.Controller) - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns an EmptyCursor.
+
+
fetchSlice(FilterValues<S>, long, Long) - Method in interface com.amazon.carbonado.qe.QueryExecutor
+
+
Returns a new cursor using the given filter values and slice.
+
+
fetchSlice(FilterValues<S>, long, Long, Query.Controller) - Method in interface com.amazon.carbonado.qe.QueryExecutor
+
+
Returns a new cursor using the given filter values and slice.
+
+
fetchSlice(long, Long) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
fetchSlice(long, Long, Query.Controller) - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
fetchSlice(long, Long) - Method in interface com.amazon.carbonado.Query
+
+
Fetches a slice of results for this query, as defined by a numerical + range.
+
+
fetchSlice(long, Long, Query.Controller) - Method in interface com.amazon.carbonado.Query
+
+
Fetches a slice of results for this query, as defined by a numerical + range.
+
+
fetchSubset(StorableIndex<S>, Object[], BoundaryType, Object, BoundaryType, Object, boolean, boolean) - Method in interface com.amazon.carbonado.qe.IndexedQueryExecutor.Support
+
+
Perform an index scan of a subset of Storables referenced by an + index.
+
+
fetchSubset(StorableIndex<S>, Object[], BoundaryType, Object, BoundaryType, Object, boolean, boolean, Query.Controller) - Method in interface com.amazon.carbonado.qe.IndexedQueryExecutor.Support
+
+
Perform an index scan of a subset of Storables referenced by an + index.
+
+
FetchTimeoutException - Exception in com.amazon.carbonado
+
+
Thrown if a fetch operation fails because lock acquisition timed out.
+
+
FetchTimeoutException() - Constructor for exception com.amazon.carbonado.FetchTimeoutException
+
 
+
FetchTimeoutException(String) - Constructor for exception com.amazon.carbonado.FetchTimeoutException
+
 
+
FetchTimeoutException(String, Throwable) - Constructor for exception com.amazon.carbonado.FetchTimeoutException
+
 
+
FetchTimeoutException(Throwable) - Constructor for exception com.amazon.carbonado.FetchTimeoutException
+
 
+
FileBlob - Class in com.amazon.carbonado.lob
+
+
Implementation of a Blob which is backed by a File.
+
+
FileBlob(File) - Constructor for class com.amazon.carbonado.lob.FileBlob
+
 
+
fillInStackTrace() - Method in exception com.amazon.carbonado.Trigger.Abort
+
+
Override to remove the stack trace.
+
+
Filter<S extends Storable> - Class in com.amazon.carbonado.filter
+
+
An immutable tree structure representing a query result filter.
+
+
Filter.NotJoined - Class in com.amazon.carbonado.filter
+
+ +
+
FilteredCursor<S> - Class in com.amazon.carbonado.cursor
+
+
Wraps another cursor and applies custom filtering to reduce the set of + results.
+
+
FilteredCursor(Cursor<S>) - Constructor for class com.amazon.carbonado.cursor.FilteredCursor
+
 
+
FilteredQueryExecutor<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
QueryExecutor which wraps another and filters results.
+
+
FilteredQueryExecutor(QueryExecutor<S>, Filter<S>) - Constructor for class com.amazon.carbonado.qe.FilteredQueryExecutor
+
 
+
filterFor(Class<S>, String) - Static method in class com.amazon.carbonado.filter.Filter
+
+
Returns a cached filter instance that operates on the given type and + filter expression.
+
+
FilteringScore<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
Evaluates an index for how well it matches a query's desired filtering.
+
+
FilterValues<S extends Storable> - Class in com.amazon.carbonado.filter
+
+
Assigns values to Filter placeholders.
+
+
findAdaptMethod(Class, Class) - Method in class com.amazon.carbonado.info.StorablePropertyAdapter
+
+
Returns an adapt method that supports the given conversion, or null if + none.
+
+
findAdaptMethodsFrom(Class) - Method in class com.amazon.carbonado.info.StorablePropertyAdapter
+
+
Returns all the adapt methods that convert from the given type.
+
+
findAdaptMethodsTo(Class) - Method in class com.amazon.carbonado.info.StorablePropertyAdapter
+
+
Returns all the adapt methods that convert to the given type.
+
+
findKeyIndex(StorableKey<S>) - Method in class com.amazon.carbonado.qe.StorableIndexSet
+
+
Finds the best index to represent the given key.
+
+
findPrimaryKeyIndex(StorableInfo<S>) - Method in class com.amazon.carbonado.qe.StorableIndexSet
+
+
Finds the best index to represent the primary key.
+
+
finish() - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Reply
+
+
Finish the reply.
+
+
finish() - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Request
+
+
Reply and immediately finish, without sending any data to caller.
+
+
finishGroup() - Method in class com.amazon.carbonado.cursor.GroupedCursor
+
+
This method is called when a group is finished, and it can return an + aggregate.
+
+
fire(Throwable) - Static method in class com.amazon.carbonado.util.ThrowUnchecked
+
+
Deprecated.
+
Throws the given exception, even though it may be checked.
+
+
fireCause(Throwable) - Static method in class com.amazon.carbonado.util.ThrowUnchecked
+
+
Deprecated.
+
Throws the cause of the given exception, even though it may be + checked.
+
+
fireDeclared(Throwable, Class...) - Static method in class com.amazon.carbonado.util.ThrowUnchecked
+
+
Deprecated.
+
Throws the given exception if it is unchecked or an instance of any of + the given declared types.
+
+
fireDeclaredCause(Throwable, Class...) - Static method in class com.amazon.carbonado.util.ThrowUnchecked
+
+
Deprecated.
+
Throws the cause of the given exception if it is unchecked or an + instance of any of the given declared types.
+
+
fireDeclaredRootCause(Throwable, Class...) - Static method in class com.amazon.carbonado.util.ThrowUnchecked
+
+
Deprecated.
+
Throws the root cause of the given exception if it is unchecked or an + instance of any of the given declared types.
+
+
fireFirstDeclared(Throwable, Class...) - Static method in class com.amazon.carbonado.util.ThrowUnchecked
+
+
Deprecated.
+
Throws the either the original exception or the first found cause if it + matches one of the given declared types or is unchecked.
+
+
fireFirstDeclaredCause(Throwable, Class...) - Static method in class com.amazon.carbonado.util.ThrowUnchecked
+
+
Deprecated.
+
Throws the first found cause that matches one of the given declared + types or is unchecked.
+
+
fireRootCause(Throwable) - Static method in class com.amazon.carbonado.util.ThrowUnchecked
+
+
Deprecated.
+
Throws the root cause of the given exception, even though it may be + checked.
+
+
FloatConstraint - Annotation Type in com.amazon.carbonado.constraint
+
+
Limits the value of a property to be a member of a specific set.
+
+
FloatConstraint.Constraint - Class in com.amazon.carbonado.constraint
+
+
Constraint implementation for FloatConstraint.
+
+
FloatConstraint.Constraint(Class<?>, String, FloatConstraint) - Constructor for class com.amazon.carbonado.constraint.FloatConstraint.Constraint
+
 
+
FloatConstraint.Constraint(Class<?>, String, double, double, double[], double[]) - Constructor for class com.amazon.carbonado.constraint.FloatConstraint.Constraint
+
 
+
flush() - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Call
+
+
Flushes all the data sent so far.
+
+
flush() - Method in interface com.amazon.carbonado.capability.RemoteProcedure.Reply
+
+
Flushes all the data sent so far.
+
+
forceCheckpoint() - Method in interface com.amazon.carbonado.repo.sleepycat.CheckpointCapability
+
+
Forces a checkpoint to run now, even if checkpointer is suspended or + disabled.
+
+
forString(String) - Static method in enum com.amazon.carbonado.repo.sleepycat.BDBProduct
+
 
+
from(Class<S>) - Static method in class com.amazon.carbonado.gen.StorableCopier
+
 
+
fromCharacter(char) - Static method in enum com.amazon.carbonado.info.Direction
+
+
Returns ASCENDING for '+', DESCENDING for '-', UNSPECIFIED for anything + else.
+
+
fullComparator() - Static method in class com.amazon.carbonado.qe.CompositeScore
+
+
Returns a comparator which determines which CompositeScores are + better.
+
+
fullComparator(QueryHints) - Static method in class com.amazon.carbonado.qe.CompositeScore
+
+
Returns a comparator which determines which CompositeScores are + better.
+
+
fullComparator() - Static method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns a comparator which determines which FilteringScores are + better.
+
+
fullComparator() - Static method in class com.amazon.carbonado.qe.OrderingScore
+
+
Returns a comparator which determines which OrderingScores are + better.
+
+
FullScanQueryExecutor<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
QueryExecutor which fully scans all Storables of a given type.
+
+
FullScanQueryExecutor(FullScanQueryExecutor.Support<S>) - Constructor for class com.amazon.carbonado.qe.FullScanQueryExecutor
+
 
+
FullScanQueryExecutor.Support<S extends Storable> - Interface in com.amazon.carbonado.qe
+
+
Provides support for FullScanQueryExecutor.
+
+
+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.

+ + diff --git a/apidocs/index-files/index-7.html b/apidocs/index-files/index-7.html new file mode 100644 index 0000000..d2b4ac9 --- /dev/null +++ b/apidocs/index-files/index-7.html @@ -0,0 +1,2226 @@ + + + + + + +G-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  + + +

G

+
+
gatherAllBridgeTypes(Set<Class>, Class) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Collect a set of all the interfaces and recursively all superclasses for the leaf + (genericised class) and root (genericised base class).
+
+
gatherAllDataProperties() - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Returns all non-derived data properties for storable.
+
+
gatherAllKeyProperties() - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Returns all key properties as ordered properties, possibly with + unspecified directions.
+
+
gatherAllProperties() - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Returns all non-join, non-derived properties for storable.
+
+
GenericEncodingStrategy<S extends Storable> - Class in com.amazon.carbonado.raw
+
+
Generates bytecode instructions for encoding/decoding Storable properties + to/from raw bytes.
+
+
GenericEncodingStrategy(Class<S>, StorableIndex<S>) - Constructor for class com.amazon.carbonado.raw.GenericEncodingStrategy
+
 
+
GenericEncodingStrategy(Class<S>, StorableIndex<S>, int, int, int, int) - Constructor for class com.amazon.carbonado.raw.GenericEncodingStrategy
+
 
+
GenericInstanceFactory - Interface in com.amazon.carbonado.raw
+
+
Can be used with QuickConstructorGenerator + for instantiating generic storable instances.
+
+
GenericPropertyInfo - Interface in com.amazon.carbonado.raw
+
+
Minimal information required by GenericEncodingStrategy to encode + and decode a storable property.
+
+
GenericStorableCodec<S extends Storable> - Class in com.amazon.carbonado.raw
+
+
Generic codec that supports any kind of storable by auto-generating and + caching storable implementations.
+
+
GenericStorableCodec.Decoder<S extends Storable> - Interface in com.amazon.carbonado.raw
+
+
Used for decoding different generations of Storable.
+
+
GenericStorableCodec.SearchKeyFactory<S extends Storable> - Interface in com.amazon.carbonado.raw
+
+
Creates custom raw search keys for Storable types.
+
+
GenericStorableCodecFactory - Class in com.amazon.carbonado.raw
+
+
Factory for generic codec that supports any kind of storable by + auto-generating and caching storable implementations.
+
+
GenericStorableCodecFactory() - Constructor for class com.amazon.carbonado.raw.GenericStorableCodecFactory
+
 
+
get(Object) - Method in class com.amazon.carbonado.gen.StorablePropertyMap
+
 
+
get(StorableProperty<S>) - Static method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns a canonical instance which has no chain.
+
+
get(StorableProperty<S>, StorableProperty<?>...) - Static method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns a canonical instance.
+
+
get(StorableProperty<S>, StorableProperty<?>[], boolean[]) - Static method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns a canonical instance.
+
+
get(StorableProperty<S>, Direction) - Static method in class com.amazon.carbonado.info.OrderedProperty
+
+
Returns a canonical instance.
+
+
get(ChainedProperty<S>, Direction) - Static method in class com.amazon.carbonado.info.OrderedProperty
+
+
Returns a canonical instance.
+
+
get(Class<S>, String) - Static method in class com.amazon.carbonado.qe.OrderingList
+
+
Returns a canonical instance composed of the given ordering.
+
+
get(Class<S>, String...) - Static method in class com.amazon.carbonado.qe.OrderingList
+
+
Returns a canonical instance composed of the given orderings.
+
+
get(OrderedProperty<S>...) - Static method in class com.amazon.carbonado.qe.OrderingList
+
+
Returns a canonical instance composed of the given orderings.
+
+
get(List<OrderedProperty<S>>) - Static method in class com.amazon.carbonado.qe.OrderingList
+
+
Returns a canonical instance composed of the given orderings.
+
+
get(int) - Method in class com.amazon.carbonado.qe.OrderingList
+
 
+
get(QueryHint) - Method in class com.amazon.carbonado.qe.QueryHints
+
+
Returns null if hint is not provided.
+
+
get(String) - Method in class com.amazon.carbonado.sequence.SequenceValueProducerPool
+
+
Returns a SequenceValueProducer instance for the given name, which is + lazily created and pooled.
+
+
get(K) - Method in class com.amazon.carbonado.util.AbstractPool
+
+
Returns a value for the given key, which is lazily created and + pooled.
+
+
get(int) - Method in class com.amazon.carbonado.util.BelatedCreator
+
+
Returns real or bogus object.
+
+
get(K) - Method in class com.amazon.carbonado.util.SoftValuedCache
+
+
Deprecated.
+
GET_PROPERTY_VALUE - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
GET_TRANSACTION_ISOLATION_LEVEL_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Repository API method name
+
+
getAbstractClass(Class<S>, EnumSet<MasterFeature>) - Static method in class com.amazon.carbonado.gen.MasterStorableGenerator
+
+
Returns an abstract implementation of the given Storable type, which + is fully thread-safe.
+
+
getAbstractClass(Class<S>) - Static method in class com.amazon.carbonado.gen.StorableGenerator
+
+
Returns an abstract implementation of the given Storable type, which is + fully thread-safe.
+
+
getAbstractClass(Class<S>, boolean) - Static method in class com.amazon.carbonado.raw.RawStorableGenerator
+
+
Returns an abstract implementation of the given Storable type, which is + fully thread-safe.
+
+
getAccessorAnnotationDescriptors() - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
+
Returns all the added accessor annotation descriptors in an unmodifiable list.
+
+
getActualRepositoryBuilder() - Method in class com.amazon.carbonado.repo.logging.LoggingRepositoryBuilder
+
+
Returns the Repository that all calls are wrapped to.
+
+
getAdapter() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns this property's adapter, or null if none.
+
+
getAdapter() - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
 
+
getAdapterConstructor() - Method in class com.amazon.carbonado.info.StorablePropertyAdapter
+
+
Returns the constructor for the adapter class.
+
+
getAdapterInstance() - Method in class com.amazon.carbonado.info.StorablePropertyAdapter
+
+
Returns an instance of the adapter, for which an adapt method is applied to.
+
+
getAdapterParams() - Method in class com.amazon.carbonado.layout.LayoutProperty
+
+
Parameters for adapter, or null if property has no explicit adapter.
+
+
getAdapterParams() - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
+
Parameters for adapter, or null if property has no explicit adapter.
+
+
getAdapterTypeName() - Method in class com.amazon.carbonado.layout.LayoutProperty
+
+
Adapter type name is a fully qualified Java class name.
+
+
getAdapterTypeName() - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
+
Adapter type name is a fully qualified Java class name.
+
+
getAdaptMethod(int) - Method in class com.amazon.carbonado.info.StorablePropertyAdapter
+
+
Returns a specific adapt method.
+
+
getAdaptMethodCount() - Method in class com.amazon.carbonado.info.StorablePropertyAdapter
+
+
Returns the count of all defined adapt methods.
+
+
getAdaptMethods() - Method in class com.amazon.carbonado.info.StorablePropertyAdapter
+
+
Returns a new array with all the adapt methods in it.
+
+
getAlias(int) - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns a specific alias for the Storable.
+
+
getAlias(int) - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns a specific alias for this property.
+
+
getAliasCount() - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns the count of aliases for the Storable.
+
+
getAliasCount() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns the count of aliases for this property.
+
+
getAliases() - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns a new array with all the alias names in it.
+
+
getAliases() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns a new array with all the alias names in it.
+
+
getAllIndexes() - Method in interface com.amazon.carbonado.qe.StorageAccess
+
+
Returns all the available indexes.
+
+
getAllProperties() - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns all the storable properties in an unmodifiable map.
+
+
getAllProperties() - Method in class com.amazon.carbonado.layout.Layout
+
+
Returns all the properties of this layout, in their proper order.
+
+
getAllProperties() - Method in class com.amazon.carbonado.raw.CustomStorableCodec
+
+
Convenient access to all the storable properties.
+
+
getAllProperties() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableInfo
+
 
+
getAlternateKey(int) - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns a specific alternate key for the Storable.
+
+
getAlternateKeyCount() - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns the count of alternate keys for the Storable.
+
+
getAlternateKeys() - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns a new array with all the alternate keys in it.
+
+
getAnnotatedMethod() - Method in class com.amazon.carbonado.info.StorablePropertyAnnotation
+
+
Returns the method that has the annotation.
+
+
getAnnotation() - Method in class com.amazon.carbonado.info.StorablePropertyAdapter
+
+
Returns the annotation that applied this adapter, or null if none.
+
+
getAnnotation() - Method in class com.amazon.carbonado.info.StorablePropertyAnnotation
+
+
Returns the actual annotation instance, which may be null if annotation + was automatically applied.
+
+
getAnnotation() - Method in class com.amazon.carbonado.info.StorablePropertyConstraint
+
+
Returns the annotation that applied this constraint.
+
+
getAnnotationType() - Method in class com.amazon.carbonado.info.StorablePropertyAnnotation
+
+
Returns the type of annotation that was applied to the property method.
+
+
getAppliedAdapter() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
+
Returns the adapter that needs to be applied to properties returned from + ResultSets and set into PreparedStatements.
+
+
getArrangementScore() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns a value which indicates how well the index property order + matches the property filter specification order.
+
+
getAssignedValue(PropertyFilter<S>) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns the value assigned to the given PropertyFilter, throwing an + exception if not assigned.
+
+
getBDBProduct() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the BDB product to use, which is JE by default.
+
+
getBDBProduct() - Method in interface com.amazon.carbonado.repo.sleepycat.EnvironmentCapability
+
 
+
getBeanName() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns the bean name of this property, which is derived from the read + and write method names.
+
+
getBindID() - Method in class com.amazon.carbonado.filter.PropertyFilter
+
+
Bind ID is used to distinguish this PropertyFilter instance from another + against the same property.
+
+
getBlankParameterCount() - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns the amount of values yet to be assigned.
+
+
getBlankParameterCount() - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns zero.
+
+
getBlankParameterCount() - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
getBlankParameterCount() - Method in interface com.amazon.carbonado.Query
+
+
Returns the amount of blank parameters that need to be filled in.
+
+
getBlob(S, String, long) - Method in interface com.amazon.carbonado.raw.RawSupport
+
+
Returns the Blob for the given locator, returning null if not found.
+
+
getBlobValue(long) - Method in class com.amazon.carbonado.spi.LobEngine
+
+
Loads a Blob value, without checking if it exists or not.
+
+
getBlockCount() - Method in class com.amazon.carbonado.spi.StoredLob
+
+
Returns number of blocks required to store Lob.
+
+
getBlockNumber() - Method in class com.amazon.carbonado.spi.StoredLob.Block
+
+
First block number is logically zero, but subtract 0x80000000 to get + actual number.
+
+
getBlockSize() - Method in class com.amazon.carbonado.spi.StoredLob
+
 
+
getBoxedType() - Method in class com.amazon.carbonado.filter.PropertyFilter
+
+
Returns the type of the ChainedProperty property, boxed into an object + if primitive.
+
+
getCachePercent() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the percent of JVM heap used by the repository cache, or + null if default should be selected.
+
+
getCacheSize() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the repository cache size, or null if default should be + selected.
+
+
getCapability(Class<C>) - Method in interface com.amazon.carbonado.Repository
+
+
Requests a specific capability of this Repository.
+
+
getCapability(Class<C>) - Method in class com.amazon.carbonado.spi.AbstractRepository
+
+
Default implementation checks if Repository implements Capability + interface, and if so, returns the Repository.
+
+
getCatalog() - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Returns the optional catalog to search for metadata.
+
+
getCatalogName() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableInfo
+
+
Returns the optional catalog name for the Storable.
+
+
getChainCount() - Method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns amount of properties chained from prime property, which may be + zero.
+
+
getChainedProperty() - Method in class com.amazon.carbonado.filter.ExistsFilter
+
+
Returns the join property that is being checked for existence or + non-existence.
+
+
getChainedProperty() - Method in class com.amazon.carbonado.filter.PropertyFilter
+
 
+
getChainedProperty(int) - Method in class com.amazon.carbonado.info.ChainedProperty
+
 
+
getChainedProperty() - Method in class com.amazon.carbonado.info.OrderedProperty
+
 
+
getCharOctetLength() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
+
Returns the maximum amount of bytes for property value.
+
+
getCheckpointInterval() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
getCheckpointThresholdKB() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
getCheckpointThresholdMinutes() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
getChecksumEnabled() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns true if checksum verification is enabled.
+
+
getClassFile() - Method in class com.amazon.carbonado.synthetic.ClassFileBuilder
+
 
+
getClassNameProvider() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
 
+
getClob(S, String, long) - Method in interface com.amazon.carbonado.raw.RawSupport
+
+
Returns the Clob for the given locator, returning null if not found.
+
+
getClobValue(long) - Method in class com.amazon.carbonado.spi.LobEngine
+
+
Loads a Clob value, without checking if it exists or not.
+
+
getClosedFilter(Class<S>) - Static method in class com.amazon.carbonado.filter.Filter
+
+
Returns a cached filter instance that operates on the given type, which + prevents any results from passing through.
+
+
getColumnName() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
+
Returns the table column for this property.
+
+
getColumnSize() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
+
The column size is either the maximum number of characters or the + numeric precision.
+
+
getComparator() - Method in interface com.amazon.carbonado.repo.indexed.IndexEntryAccessor
+
+
Returns a comparator for ordering index entries.
+
+
getComparator() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceAccess
+
+
Returns a comparator for ordering storable reference instances.
+
+
getComparator() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
+
Deprecated. +
call getReferenceAccess
+
+
+
getCompositeScore() - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Returns the score on how well the selected index performs the + desired filtering and ordering.
+
+
getCompressionType() - Method in class com.amazon.carbonado.layout.LayoutOptions
+
 
+
getCompressionType(Class<? extends Storable>) - Method in class com.amazon.carbonado.raw.CompressedStorableCodecFactory
+
 
+
getCompressor(String) - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Return the compressor used for the given storable.
+
+
getConnection() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCConnectionCapability
+
+
Any connection returned by this method must be closed by calling + yieldConnection.
+
+
getConnection() - Method in class com.amazon.carbonado.repo.jdbc.LoggingDataSource
+
 
+
getConnection(String, String) - Method in class com.amazon.carbonado.repo.jdbc.LoggingDataSource
+
 
+
getConnection() - Method in class com.amazon.carbonado.repo.jdbc.SimpleDataSource
+
 
+
getConnection(String, String) - Method in class com.amazon.carbonado.repo.jdbc.SimpleDataSource
+
 
+
getConstantKeyPrefixLength() - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Returns amount of prefix key bytes that encoding strategy instance + produces which are always the same.
+
+
getConstrainMethod() - Method in class com.amazon.carbonado.info.StorablePropertyConstraint
+
+
Returns the best matching property checking method in the validator.
+
+
getConstraint(int) - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns a specific constraint for this property.
+
+
getConstraintConstructor() - Method in class com.amazon.carbonado.info.StorablePropertyConstraint
+
+
Returns the constructor for the constraint class.
+
+
getConstraintCount() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns the count of constraints for this property.
+
+
getConstraints() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns a new array with all the constraints in it.
+
+
getCovariantTypes() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns additional types of this property, all of which are assignable + by the primary type.
+
+
getCoveringCount() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns number of covering property filters which are supported by the + evaluated index.
+
+
getCoveringFilter() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the composite covering filter supported by the evaluated index, + or null if the covering count is zero.
+
+
getCoveringFilter() - Method in class com.amazon.carbonado.qe.IndexedQueryExecutor
+
 
+
getCoveringFilters() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the covering filters which are supported by the evaluated index, + which is a subset of the remainder filters.
+
+
getCoveringRemainderFilter() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the composite remainder filter without including the covering + filter.
+
+
getCreationDateTime() - Method in class com.amazon.carbonado.layout.Layout
+
+
Returns the date and time for when this layout generation was created.
+
+
getCreationHost() - Method in class com.amazon.carbonado.layout.Layout
+
+
Returns the host machine that created this generation.
+
+
getCreationHost() - Method in interface com.amazon.carbonado.layout.StoredLayout
+
+
Returns the host machine that created this generation.
+
+
getCreationTimestamp() - Method in interface com.amazon.carbonado.layout.StoredLayout
+
+
Returns the milliseconds from 1970-01-01T00:00:00Z when this record was + created.
+
+
getCreationTimestamp() - Method in interface com.amazon.carbonado.repo.indexed.StoredIndexInfo
+
+
Returns the milliseconds from 1970-01-01T00:00:00Z when this record was + created.
+
+
getCreationTimestamp() - Method in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
+
Returns the milliseconds from 1970-01-01T00:00:00Z when this record was + created.
+
+
getCreationUser() - Method in class com.amazon.carbonado.layout.Layout
+
+
Returns the user that created this layout generation.
+
+
getCreationUser() - Method in interface com.amazon.carbonado.layout.StoredLayout
+
+
Returns the user that created this generation.
+
+
getCulpritIndex() - Method in exception com.amazon.carbonado.MalformedFilterException
+
+
Returns the index into the query filter string that is malformed, or a + negative value if not known.
+
+
getCurrentKey() - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Returns the contents of the current key being referenced, or null + otherwise.
+
+
getCurrentValue() - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Returns the contents of the current value being referenced, or null + otherwise.
+
+
getData() - Method in class com.amazon.carbonado.spi.StoredLob.Block
+
 
+
getDatabaseHook() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the custom open database hook, or null if none.
+
+
getDatabaseName() - Method in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
 
+
getDatabaseProductName() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCConnectionCapability
+
+
Returns the name of the database product connected to.
+
+
getDatabasesTransactional() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns true if the databases are configured to be transactional, + false if configured to not be transactional, null if this override was never set
+
+
getDataFiles() - Method in interface com.amazon.carbonado.repo.sleepycat.HotBackupCapability.Backup
+
+
Returns all the data files to be copied.
+
+
getDataHome() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the directory to store data files.
+
+
getDataHome() - Method in interface com.amazon.carbonado.repo.sleepycat.EnvironmentCapability
+
+
Returns the directory where data files are stored, which is the same as + the home directory by default.
+
+
getDataHomeFile() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the optional directory to store data files.
+
+
getDataPrefixPadding() - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
 
+
getDataProperties() - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns a subset of the storable properties in an unmodifiable map + that define the basic data properties.
+
+
getDataProperties() - Method in class com.amazon.carbonado.layout.Layout
+
+
Returns all the non-primary key properties of this layout, in their + proper order.
+
+
getDataProperties() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableInfo
+
 
+
getDataSource() - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Returns the source of JDBC connections, which defaults to a non-pooling + source if driver class, driver URL, username, and password are all + supplied.
+
+
getDataSourceCloseOnShutdown() - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Returns true if DataSource is closed when the repository is closed or + shutdown.
+
+
getDataSourceLogging() - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Returns true if debug logging is enabled.
+
+
getDataSuffixPadding() - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
 
+
getDataType() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
+
Returns the data type as defined by Types.
+
+
getDataTypeName() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
+
Returns the data type name.
+
+
getDeadlockCount() - Method in interface com.amazon.carbonado.repo.sleepycat.CompactionCapability.Result
+
 
+
getDecimalDigits() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
+
Returns the amount of fractional decimal digits.
+
+
getDecoder(int) - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
+
Deprecated. +
use direct decode method
+
+
+
getDefaultFetchSize() - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Returns the default fetch size when running queries, or null if driver + default is used instead.
+
+
getDelegateClass(Class<S>, EnumSet<MasterFeature>) - Static method in class com.amazon.carbonado.gen.DelegateStorableGenerator
+
+
Delegate class has a constructor that accepts a DelegateSupport + instance.
+
+
getDeleteTrigger() - Method in interface com.amazon.carbonado.gen.TriggerSupport
+
+
Returns a trigger which must be run for all delete operations.
+
+
getDeleteTrigger() - Method in class com.amazon.carbonado.spi.TriggerManager
+
+
Returns a consolidated trigger to call for delete operations, or null if + none.
+
+
getDerivedFromProperties() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns a new array with all the derived-from properties, which is empty + if this is not a derived property.
+
+
getDerivedToProperties() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns a new array with all the properties which are derived from this + one.
+
+
getDirection() - Method in class com.amazon.carbonado.info.OrderedProperty
+
 
+
getDriverClassName() - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Returns the driver class name, which may be null if a DataSource was provided.
+
+
getDriverURL() - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Returns the connection URL, which may be null if a DataSource was + provided.
+
+
getEnclosingType() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns the enclosing type of this property.
+
+
getEnvironment() - Method in interface com.amazon.carbonado.repo.sleepycat.EnvironmentCapability
+
+
Returns the BDB environment object, which must be cast to the expected + type, depending on the BDB product and version being used.
+
+
getEnvironmentHome() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the repository environment home directory.
+
+
getEnvironmentHomeFile() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the repository environment home directory.
+
+
getEvolutionStrategy() - Method in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
+
Returns EVOLUTION_NONE if evolution of records is not supported.
+
+
getExclusiveRangeEndFilters() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the range end property filters supported by the evaluated + index whose operator is only RelOp.LT.
+
+
getExclusiveRangeStartFilters() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the range start property filters supported by the evaluated + index whose operator is only RelOp.GT.
+
+
getExternalJoinElement(int) - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns a specific property in the joined class that participates in the + join.
+
+
getExternalJoinElement(int) - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
 
+
getExternalJoinElements() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns a new array with all the external join elements in it.
+
+
getExternalJoinElements() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
 
+
getExtraData() - Method in interface com.amazon.carbonado.layout.StoredLayout
+
+
Since this record cannot evolve, this property allows it to be extended + without conflicting with existing records.
+
+
getExtraData() - Method in interface com.amazon.carbonado.layout.StoredLayoutEquivalence
+
 
+
getExtraData() - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
+
Since this record cannot evolve, this property allows it to be extended + without conflicting with existing records.
+
+
getExtraData() - Method in interface com.amazon.carbonado.repo.indexed.StoredIndexInfo
+
+
Since this record cannot evolve, this property allows it to be extended + without conflicting with existing records.
+
+
getExtraData() - Method in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
+
Since this record cannot evolve, this property allows it to be extended + without conflicting with existing records.
+
+
getFiles() - Method in interface com.amazon.carbonado.repo.sleepycat.HotBackupCapability.Backup
+
+
Deprecated. +
use getDataFiles and getLogFiles
+
+
+
getFilter() - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns the Filter that this FilterValues instance applies to.
+
+
getFilter() - Method in exception com.amazon.carbonado.MalformedFilterException
+
+
Returns the malformed query filter.
+
+
getFilter() - Method in class com.amazon.carbonado.qe.DelegatedQueryExecutor
+
 
+
getFilter() - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns a ClosedFilter.
+
+
getFilter() - Method in class com.amazon.carbonado.qe.FilteredQueryExecutor
+
+
Returns the combined filter of the wrapped executor and the extra filter.
+
+
getFilter() - Method in class com.amazon.carbonado.qe.FullScanQueryExecutor
+
+
Returns an open filter.
+
+
getFilter() - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Returns combined handled and remainder filter for this result.
+
+
getFilter() - Method in class com.amazon.carbonado.qe.IndexedQueryExecutor
+
 
+
getFilter() - Method in class com.amazon.carbonado.qe.IterableQueryExecutor
+
+
Returns an open filter.
+
+
getFilter() - Method in class com.amazon.carbonado.qe.JoinedQueryExecutor
+
 
+
getFilter() - Method in class com.amazon.carbonado.qe.KeyQueryExecutor
+
 
+
getFilter() - Method in interface com.amazon.carbonado.qe.QueryExecutor
+
+
Returns the filter used by this QueryExecutor.
+
+
getFilter() - Method in class com.amazon.carbonado.qe.SortedQueryExecutor
+
 
+
getFilter() - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
getFilter() - Method in class com.amazon.carbonado.qe.UnionQueryExecutor
+
+
Returns the combined filter of the wrapped executors.
+
+
getFilter() - Method in interface com.amazon.carbonado.Query
+
+
Returns the query's filter.
+
+
getFilteringScore() - Method in class com.amazon.carbonado.qe.CompositeScore
+
+
Returns the score on how well the evaluated index performs the desired + filtering.
+
+
getFilterValues() - Method in class com.amazon.carbonado.qe.EmptyQuery
+
+
Always returns null.
+
+
getFilterValues() - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
getFilterValues() - Method in interface com.amazon.carbonado.Query
+
+
Returns the query's filter values, which is null if filter has no + parameters.
+
+
getForeignIndex() - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Returns the foreign index that was selected, or null if a local + index was selected.
+
+
getForeignProperty() - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Returns the simple or chained property that maps to the selected + foreign index.
+
+
getFreeOrdering() - Method in class com.amazon.carbonado.qe.OrderingScore
+
+
Returns potential ordering properties that the evaluated index can + handle, if arranged to immediately follow the handled orderings.
+
+
getFromStorageAdapter() - Method in interface com.amazon.carbonado.raw.GenericPropertyInfo
+
+
Returns the optional method used to adapt the property from the + storage supported type to the user visible type.
+
+
getFromStorageAdapter() - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
getGeneration() - Method in class com.amazon.carbonado.layout.Layout
+
+
Returns the generation of this layout, where zero represents the first + generation.
+
+
getGeneration(int) - Method in class com.amazon.carbonado.layout.Layout
+
+
Returns the layout for a particular generation of this layout's type.
+
+
getGeneration() - Method in interface com.amazon.carbonado.layout.StoredLayout
+
+
Generation of storable, where 0 represents the first generation.
+
+
getGeneration() - Method in interface com.amazon.carbonado.layout.StoredLayoutEquivalence
+
+
Generation of storable, where 0 represents the first generation.
+
+
getGroupMembers() - Method in interface com.amazon.carbonado.capability.GroupAccessCapability
+
+
Return all replication group members, including this repository.
+
+
getHandledCount() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the count of all handled property filters.
+
+
getHandledCount() - Method in class com.amazon.carbonado.qe.OrderingScore
+
+
Returns the number of desired orderings the evaluated index + supports.
+
+
getHandledFilter() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the composite handled filter, or null if no matches at all.
+
+
getHandledOrdering() - Method in class com.amazon.carbonado.qe.OrderingScore
+
+
Returns the ordering properties that the evaluated index supports.
+
+
getHome() - Method in interface com.amazon.carbonado.repo.sleepycat.EnvironmentCapability
+
+
Returns the home directory for the BDB environment.
+
+
getIdentityCount() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns number of consecutive left-aligned index properties which match + property filters with an operator of RelOp.EQ.
+
+
getIdentityFilter() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the composite identity filter, or null if no identity property + filters.
+
+
getIdentityFilters() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the identity property filters supported by the evaluated + index.
+
+
getIdentityProperties() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableInfo
+
+
Returns auto-increment properties which are primary key members.
+
+
getInclusiveRangeEndFilters() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the range end property filters supported by the evaluated + index whose operator is only RelOp.LE.
+
+
getInclusiveRangeStartFilters() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the range start property filters supported by the evaluated + index whose operator is only RelOp.GE.
+
+
getIndex(int) - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns a specific index for the Storable.
+
+
getIndexCount() - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns the count of indexes defined for the Storable.
+
+
getIndexEntryAccessors(Class<S>) - Method in interface com.amazon.carbonado.repo.indexed.IndexEntryAccessCapability
+
+
Returns index entry accessors for the known indexes of the given + storable type.
+
+
getIndexEntryStorage() - Method in interface com.amazon.carbonado.repo.indexed.IndexEntryAccessor
+
+
Returns the index entry storage.
+
+
getIndexes() - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns a new array with all the indexes in it.
+
+
getIndexInfo(Class<S>) - Method in interface com.amazon.carbonado.capability.IndexInfoCapability
+
+
Returns information about the known indexes for the given storable + type.
+
+
getIndexInfo() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableInfo
+
 
+
getIndexName() - Method in interface com.amazon.carbonado.repo.indexed.StoredIndexInfo
+
+
Returns the index name, which is also a valid index name + descriptor.
+
+
getIndexNameDescriptor() - Method in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
+
Returns the index name descriptor for the keys of this database.
+
+
getIndexPropertyCount() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the amount of properties in the evaluated index.
+
+
getIndexPropertyCount() - Method in class com.amazon.carbonado.qe.OrderingScore
+
+
Returns the amount of properties in the evaluated index.
+
+
getIndexRepairThrottle() - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
+
Returns the throttle parameter used when indexes are added, dropped or + bulk repaired.
+
+
getIndexRepairThrottle() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the throttle parameter used when indexes are added, dropped or + bulk repaired.
+
+
getIndexSupport() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns true if indexes are supported, which is true by default.
+
+
getIndexTypeDescriptor() - Method in interface com.amazon.carbonado.repo.indexed.StoredIndexInfo
+
+
Returns the types of the index properties.
+
+
getIndexTypeDescriptor() - Method in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
+
Returns the types of the index properties.
+
+
getInitialDatabaseConfig() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the optional BDB specific database configuration to use + for all databases created.
+
+
getInitialEnvironmentConfig() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the optional BDB specific environment configuration to use.
+
+
getInitializeLogging() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
getInitialValue() - Method in interface com.amazon.carbonado.sequence.StoredSequence
+
+
Returns the initial value for the sequence.
+
+
getInitialValue() - Method in interface com.amazon.carbonado.spi.StoredSequence
+
+
Deprecated.
+
Returns the initial value for the sequence.
+
+
getInjector() - Method in class com.amazon.carbonado.synthetic.ClassFileBuilder
+
 
+
getInsertTrigger() - Method in interface com.amazon.carbonado.gen.TriggerSupport
+
+
Returns a trigger which must be run for all insert operations.
+
+
getInsertTrigger() - Method in class com.amazon.carbonado.spi.TriggerManager
+
+
Returns a consolidated trigger to call for insert operations, or null if + none.
+
+
getInstance() - Static method in class com.amazon.carbonado.spi.ExceptionTransformer
+
+
Returns a generic instance.
+
+
getInstance(Class<?>, Class<F>) - Static method in class com.amazon.carbonado.util.QuickConstructorGenerator
+
+
Deprecated.
+
Returns a factory instance for one type of object.
+
+
getInternalJoinElement(int) - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns a specific property in this property's class that participates + in the join.
+
+
getInternalJoinElement(int) - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
 
+
getInternalJoinElements() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns a new array with all the internal join elements in it.
+
+
getInternalJoinElements() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
 
+
getIsolationLevel() - Method in interface com.amazon.carbonado.Transaction
+
+
Returns the isolation level of this transaction.
+
+
getIsolationLevel() - Method in class com.amazon.carbonado.txn.TransactionPair
+
 
+
getIsolationLevel() - Method in class com.amazon.carbonado.txn.TransactionScope
+
+
Returns the isolation level of the active transaction, or null if there + is no active transaction.
+
+
getJoinedType() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns the type of property this is joined to, or null if not joined.
+
+
getJoinElementCount() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns the count of properties that participate in this property's + join.
+
+
getKeepOldLogFiles() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns false by default.
+
+
getKeyPrefixPadding() - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
 
+
getKeySuffixPadding() - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
 
+
getLastBlockLength() - Method in class com.amazon.carbonado.spi.StoredLob
+
+
Returns expected length of last block.
+
+
getLastLogNumber() - Method in interface com.amazon.carbonado.repo.sleepycat.HotBackupCapability.Backup
+
+
Can be called after a backup has been performed to find the last log file + that has been backed up.
+
+
getLastProperty() - Method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns the last property in the chain, or the prime property if chain + is empty.
+
+
getLayoutID() - Method in class com.amazon.carbonado.layout.Layout
+
+
Returns a unique identifier for this layout.
+
+
getLayoutID() - Method in interface com.amazon.carbonado.layout.StoredLayout
+
 
+
getLayoutID() - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
 
+
getLayoutOptions(Class<? extends Storable>) - Method in class com.amazon.carbonado.raw.CompressedStorableCodecFactory
+
 
+
getLayoutOptions(Class<? extends Storable>) - Method in class com.amazon.carbonado.raw.GenericStorableCodecFactory
+
+
Returns null.
+
+
getLayoutOptions(Class<? extends Storable>) - Method in interface com.amazon.carbonado.raw.StorableCodecFactory
+
+
Optionally return additional information regarding storable encoding.
+
+
getLeftFilter() - Method in class com.amazon.carbonado.filter.BinaryOpFilter
+
 
+
getLength() - Method in interface com.amazon.carbonado.lob.Blob
+
+
Returns the length of this Blob, in bytes.
+
+
getLength() - Method in class com.amazon.carbonado.lob.BlobClob
+
 
+
getLength() - Method in class com.amazon.carbonado.lob.ByteArrayBlob
+
 
+
getLength() - Method in class com.amazon.carbonado.lob.CharArrayClob
+
 
+
getLength() - Method in interface com.amazon.carbonado.lob.Clob
+
+
Returns the length of this Clob, in characters.
+
+
getLength() - Method in class com.amazon.carbonado.lob.FileBlob
+
 
+
getLength() - Method in class com.amazon.carbonado.lob.StringClob
+
 
+
getLength() - Method in class com.amazon.carbonado.spi.StoredLob
+
 
+
getLevels() - Method in interface com.amazon.carbonado.repo.sleepycat.CompactionCapability.Result
+
 
+
getLoadTrigger() - Method in interface com.amazon.carbonado.gen.TriggerSupport
+
+
Returns a trigger which must be run for all load and fetch operations.
+
+
getLoadTrigger() - Method in class com.amazon.carbonado.spi.TriggerManager
+
+
Returns a consolidated trigger to call for load operations, or null if + none.
+
+
getLocalIndex() - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Returns the local index that was selected, or null if a foreign + index was selected.
+
+
getLocator() - Method in class com.amazon.carbonado.lob.BlobClob
+
 
+
getLocator() - Method in class com.amazon.carbonado.lob.ByteArrayBlob
+
+
Always returns null.
+
+
getLocator() - Method in class com.amazon.carbonado.lob.CharArrayClob
+
+
Always returns null.
+
+
getLocator() - Method in class com.amazon.carbonado.lob.FileBlob
+
+
Always returns null.
+
+
getLocator() - Method in interface com.amazon.carbonado.lob.Lob
+
+
Returns an object which identifies the Lob data, which may be null if + not supported.
+
+
getLocator() - Method in class com.amazon.carbonado.lob.StringClob
+
+
Always returns null.
+
+
getLocator(Blob) - Method in interface com.amazon.carbonado.raw.RawSupport
+
+
Returns the locator for the given Blob, returning zero if null.
+
+
getLocator(Clob) - Method in interface com.amazon.carbonado.raw.RawSupport
+
+
Returns the locator for the given Clob, returning zero if null.
+
+
getLocator(Lob) - Method in class com.amazon.carbonado.spi.LobEngine
+
+
Returns the locator for the given Lob, or zero if null.
+
+
getLocator() - Method in class com.amazon.carbonado.spi.StoredLob.Block
+
 
+
getLocator() - Method in class com.amazon.carbonado.spi.StoredLob
+
 
+
getLock() - Method in class com.amazon.carbonado.txn.TransactionScope
+
+
Returns lock used by TransactionScope.
+
+
getLockConflictDeadlockDetectMode() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns true if deadlock detection is run whenever a lock conflict occurs.
+
+
getLockTimeout() - Method in class com.amazon.carbonado.repo.map.MapRepositoryBuilder
+
+
Returns the lock timeout.
+
+
getLockTimeout() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the lock timeout, in seconds.
+
+
getLockTimeoutInMicroseconds() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the lock timeout, in microseconds, limited to max long value.
+
+
getLockTimeoutUnit() - Method in class com.amazon.carbonado.repo.map.MapRepositoryBuilder
+
+
Returns the lock timeout unit.
+
+
getLog() - Method in interface com.amazon.carbonado.repo.logging.LogAccessCapability
+
 
+
getLog() - Method in class com.amazon.carbonado.repo.logging.LoggingRepositoryBuilder
+
+
Return the Log to use.
+
+
getLog() - Method in class com.amazon.carbonado.spi.AbstractRepository
+
+
Return the main Log object for this Repository.
+
+
getLogFileMaxSize() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns null if default size will be used.
+
+
getLogFiles() - Method in interface com.amazon.carbonado.repo.sleepycat.HotBackupCapability.Backup
+
+
Returns all the transaction log files to be copied, in the exact + order in which they must be copied.
+
+
getLogInMemory() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns false by default, indicating that transaction logs are persisted.
+
+
getLoginTimeout() - Method in class com.amazon.carbonado.repo.jdbc.LoggingDataSource
+
 
+
getLoginTimeout() - Method in class com.amazon.carbonado.repo.jdbc.SimpleDataSource
+
 
+
getLogRegionSize() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the repository log region size, or null if the default + should be selected.
+
+
getLogWriter() - Method in class com.amazon.carbonado.repo.jdbc.LoggingDataSource
+
 
+
getLogWriter() - Method in class com.amazon.carbonado.repo.jdbc.SimpleDataSource
+
 
+
getMalformedType() - Method in exception com.amazon.carbonado.MalformedTypeException
+
 
+
getMasterClass() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceAccess
+
+
Returns the storable class which is referenced.
+
+
getMasterRepository() - Method in interface com.amazon.carbonado.capability.ResyncCapability
+
+
Returns the immediate master Repository, for manual comparison.
+
+
getMasterRepositoryBuilder() - Method in class com.amazon.carbonado.repo.replicated.ReplicatedRepositoryBuilder
+
 
+
getMatchedGeneration() - Method in interface com.amazon.carbonado.layout.StoredLayoutEquivalence
+
+
Generation of matched layout.
+
+
getMaxLocks() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
getMessage() - Method in exception com.amazon.carbonado.CorruptEncodingException
+
 
+
getMessage() - Method in exception com.amazon.carbonado.MalformedArgumentException
+
 
+
getMessage() - Method in exception com.amazon.carbonado.MalformedTypeException
+
+
Returns first message, prefixed with the malformed type.
+
+
getMessage() - Method in exception com.amazon.carbonado.MismatchException
+
 
+
getMessage() - Method in exception com.amazon.carbonado.UnsupportedTypeException
+
 
+
getMessages() - Method in exception com.amazon.carbonado.MalformedArgumentException
+
+
Multiple error messages may be embedded in a MalformedArgumentException.
+
+
getMessages() - Method in exception com.amazon.carbonado.MismatchException
+
+
Multiple error messages may be embedded in a MismatchException.
+
+
getName() - Method in interface com.amazon.carbonado.capability.IndexInfo
+
+
Returns the name of this index, or null if not applicable.
+
+
getName() - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns the name of the Storable described by this StorableInfo, + which is an abbreviated form of the type's class name.
+
+
getName() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns the name of this property, which is the same as the bean name + unless it has been renamed.
+
+
getName() - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
 
+
getName() - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
 
+
getName() - Method in class com.amazon.carbonado.repo.logging.LoggingRepositoryBuilder
+
 
+
getName() - Method in class com.amazon.carbonado.repo.map.MapRepositoryBuilder
+
 
+
getName() - Method in class com.amazon.carbonado.repo.replicated.ReplicatedRepositoryBuilder
+
 
+
getName() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
getName() - Method in interface com.amazon.carbonado.Repository
+
+
Returns the name of this repository.
+
+
getName() - Method in interface com.amazon.carbonado.RepositoryBuilder
+
+
Returns the name of the repository.
+
+
getName() - Method in interface com.amazon.carbonado.sequence.StoredSequence
+
 
+
getName() - Method in class com.amazon.carbonado.spi.AbstractRepository
+
 
+
getName() - Method in class com.amazon.carbonado.spi.IndexInfoImpl
+
 
+
getName() - Method in interface com.amazon.carbonado.spi.StoredSequence
+
+
Deprecated.
+
getName() - Method in interface com.amazon.carbonado.synthetic.SyntheticBuilder.ClassNameProvider
+
 
+
getName() - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
 
+
getName() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
+
Frequently used by the SyntheticBuilder.ClassNameProvider as a + basis for the generated classname
+
+
getName() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
 
+
getNameDescriptor() - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Converts this index into a parseable name descriptor string, whose + general format is:
+
+
getNextValue() - Method in interface com.amazon.carbonado.sequence.StoredSequence
+
+
Returns the pre-adjusted next value of the sequence.
+
+
getNextValue() - Method in interface com.amazon.carbonado.spi.StoredSequence
+
+
Deprecated.
+
Returns the pre-adjusted next value of the sequence.
+
+
getNotJoinedFilter() - Method in class com.amazon.carbonado.filter.Filter.NotJoined
+
+
Returns the filter which is no longer as from a join.
+
+
getNumber() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns the zero-based numerical position of this property within its + enclosing type.
+
+
getOpenFilter(Class<S>) - Static method in class com.amazon.carbonado.filter.Filter
+
+
Returns a cached filter instance that operates on the given type, which + allows all results to pass through.
+
+
getOperator() - Method in class com.amazon.carbonado.filter.PropertyFilter
+
 
+
getOptions() - Method in class com.amazon.carbonado.layout.Layout
+
+
Returns additional options, or null if none.
+
+
getOrderedProperties() - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns a new array with all the properties in it, with directions + folded in.
+
+
getOrderedProperty(int) - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns a specific property in this index, with the direction folded in.
+
+
getOrdering() - Method in class com.amazon.carbonado.qe.DelegatedQueryExecutor
+
 
+
getOrdering() - Method in class com.amazon.carbonado.qe.FilteredQueryExecutor
+
 
+
getOrdering() - Method in class com.amazon.carbonado.qe.FullScanQueryExecutor
+
+
Returns an empty list.
+
+
getOrdering() - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Returns combined handled and remainder orderings for this result.
+
+
getOrdering() - Method in class com.amazon.carbonado.qe.IndexedQueryExecutor
+
 
+
getOrdering() - Method in class com.amazon.carbonado.qe.IterableQueryExecutor
+
+
Returns an empty list.
+
+
getOrdering() - Method in class com.amazon.carbonado.qe.JoinedQueryExecutor
+
 
+
getOrdering() - Method in class com.amazon.carbonado.qe.KeyQueryExecutor
+
+
Returns an empty list.
+
+
getOrdering() - Method in interface com.amazon.carbonado.qe.QueryExecutor
+
+
Returns the result ordering of this QueryExecutor.
+
+
getOrdering() - Method in class com.amazon.carbonado.qe.SortedQueryExecutor
+
 
+
getOrdering() - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
getOrdering() - Method in class com.amazon.carbonado.qe.UnionQueryExecutor
+
 
+
getOrderingScore() - Method in class com.amazon.carbonado.qe.CompositeScore
+
+
Returns the score on how well the evaluated index performs the desired + ordering.
+
+
getOrdinal() - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
+
Ordinal defines the order in which this property appears in it enclosing + layout.
+
+
getOrdinalPosition() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
+
Returns the one-based index of the column in the table.
+
+
getPagesExamine() - Method in interface com.amazon.carbonado.repo.sleepycat.CompactionCapability.Result
+
 
+
getPagesFree() - Method in interface com.amazon.carbonado.repo.sleepycat.CompactionCapability.Result
+
 
+
getPagesTruncated() - Method in interface com.amazon.carbonado.repo.sleepycat.CompactionCapability.Result
+
 
+
getPanicHandler() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Return the panic handler to call if the database panics.
+
+
getParentLogger() - Method in class com.amazon.carbonado.repo.jdbc.LoggingDataSource
+
 
+
getParentLogger() - Method in class com.amazon.carbonado.repo.jdbc.SimpleDataSource
+
 
+
getPartitionKey() - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns the partition key for the Storable, or null if none exists.
+
+
getPassword() - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Returns the optional password to use with DataSource.
+
+
getPreferenceScore() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns a value which indicates user index preference, based on the + original ordering of elements in the filter.
+
+
getPreparedStatementSetMethod() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
+
Returns the method to use to set this property (by index) into a + PreparedStatement.
+
+
getPreShutdownHook() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the custom shutdown hook that runs before the repository has + finished running its own shutdown hooks, or null if none.
+
+
getPrimaryKey() - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns the primary key for the Storable, never null.
+
+
getPrimaryKeyIndex() - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Returns all key properties in the form of an index.
+
+
getPrimaryKeyIndex() - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
 
+
getPrimaryKeyIndex() - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Returns the sequence and directions of properties that make up the + primary key.
+
+
getPrimaryKeyPrefixLength() - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
 
+
getPrimaryKeyPrefixLength() - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Returns the number of prefix bytes in the primary key, which may be + zero.
+
+
getPrimaryKeyProperties() - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns a subset of the storable properties in an unmodifiable map + that define the primary key.
+
+
getPrimaryKeyProperties() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableInfo
+
 
+
getPrimeProperty() - Method in class com.amazon.carbonado.info.ChainedProperty
+
 
+
getProduct() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the BDB product to use, which is JE by default.
+
+
getProperties() - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns a new array with all the properties in it.
+
+
getProperties() - Method in interface com.amazon.carbonado.info.StorableKey
+
+
Returns all the properties of the key in a properly ordered, + unmodifiable set.
+
+
getProperties() - Method in class com.amazon.carbonado.synthetic.SyntheticPropertyList
+
+
Returns all the properties in this index, optionally prefixed with a '+' + or '-' to indicate direction.
+
+
getProperty(int) - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns a specific property in this index.
+
+
getPropertyCount() - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns the count of properties in this index.
+
+
getPropertyCount() - Method in class com.amazon.carbonado.synthetic.SyntheticPropertyList
+
+
Returns the count of properties in this index.
+
+
getPropertyDirection(int) - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns the requested direction of a specific property in this index.
+
+
getPropertyDirections() - Method in interface com.amazon.carbonado.capability.IndexInfo
+
+
Returns the directions of all the properties in this index.
+
+
getPropertyDirections() - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns a new array with all the property directions in it.
+
+
getPropertyDirections() - Method in class com.amazon.carbonado.spi.IndexInfoImpl
+
 
+
getPropertyList() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
+
Frequently used by the SyntheticBuilder.ClassNameProvider as a + basis for the generated classname
+
+
getPropertyName() - Method in class com.amazon.carbonado.layout.LayoutProperty
+
 
+
getPropertyName() - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
 
+
getPropertyName() - Method in interface com.amazon.carbonado.raw.GenericPropertyInfo
+
 
+
getPropertyName() - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
getPropertyNames() - Method in interface com.amazon.carbonado.capability.IndexInfo
+
+
Returns the properties in this index.
+
+
getPropertyNames() - Method in class com.amazon.carbonado.spi.IndexInfoImpl
+
 
+
getPropertyType() - Method in class com.amazon.carbonado.layout.LayoutProperty
+
 
+
getPropertyType(ClassLoader) - Method in class com.amazon.carbonado.layout.LayoutProperty
+
 
+
getPropertyType() - Method in interface com.amazon.carbonado.raw.GenericPropertyInfo
+
+
Returns the user specified property type.
+
+
getPropertyType() - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
getPropertyTypeDescriptor() - Method in class com.amazon.carbonado.layout.LayoutProperty
+
+
Property type descriptor is a Java type descriptor.
+
+
getPropertyTypeDescriptor() - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
+
Property type descriptor is a Java type descriptor.
+
+
getPropertyValue(String) - Method in interface com.amazon.carbonado.Storable
+
+
Returns a Storable property value by name.
+
+
getQualifiedTableName() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableInfo
+
+
Returns the qualified table name for the Storable or null if + unsupported.
+
+
getQueryExecutorFactory() - Method in interface com.amazon.carbonado.qe.StorageAccess
+
+
Returns a QueryExecutorFactory instance for storage.
+
+
getRangeEndFilters() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the range end property filters supported by the evaluated + index.
+
+
getRangeStartFilters() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the range start property filters supported by the evaluated + index.
+
+
getReadMethod() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns a no-arg method used to read the property value, or null if + reading is not allowed.
+
+
getReadMethodName() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns the name of the read method, even if no read method was actually + declared.
+
+
getReadMethodName() - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
getReadMethodName() - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
+
Returns the name of the read method.
+
+
getReadOnly() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns true if repository should be opened read-only.
+
+
getReadWriteMembers() - Method in interface com.amazon.carbonado.capability.GroupMembers
+
+
Returns members intended for read and write access.
+
+
getReferenceAccess() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
+
Build and return access to the generated storable reference class.
+
+
getReferenceClass() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceAccess
+
+
Returns the generated storable reference class.
+
+
getRemainderCount() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns number of property filters not supported by the evaluated index.
+
+
getRemainderCount() - Method in class com.amazon.carbonado.qe.OrderingScore
+
+
Returns the number of desired orderings the evaluated index does not + support.
+
+
getRemainderFilter() - Method in class com.amazon.carbonado.filter.Filter.NotJoined
+
+
Returns the filter which could not be separated.
+
+
getRemainderFilter() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the composite remainder filter not supported by the evaluated + index, or null if no remainder.
+
+
getRemainderFilter() - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Remainder filter which overrides that in composite score.
+
+
getRemainderFilters() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns the filters not supported by the evaluated index.
+
+
getRemainderOrdering() - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Remainder orderings which override that in composite score.
+
+
getRemainderOrdering() - Method in class com.amazon.carbonado.qe.OrderingScore
+
+
Returns the ordering properties that the evaluated index does not + support.
+
+
getReplicaRepositoryBuilder() - Method in class com.amazon.carbonado.repo.replicated.ReplicatedRepositoryBuilder
+
 
+
getResultSetGetMethod() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
+
Returns the method to use to access this property (by index) from a + ResultSet.
+
+
getRightFilter() - Method in class com.amazon.carbonado.filter.BinaryOpFilter
+
 
+
getRootCause() - Method in exception com.amazon.carbonado.RepositoryException
+
+
Recursively calls getCause, until the root cause is found.
+
+
getRootRepository() - Method in interface com.amazon.carbonado.gen.StorableSupport
+
+
Returns the root parent Repository that the Storable came from.
+
+
getRootRepository() - Method in interface com.amazon.carbonado.qe.RepositoryAccess
+
 
+
getRunCheckpointer() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns true if checkpointer is run automatically.
+
+
getRunDeadlockDetector() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns true if deadlock detector is configured to run.
+
+
getRunFullRecovery() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns true if a full (catastrophic) recovery should be performed when + environment is opened.
+
+
getSchema() - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Returns the optional schema to search for metadata.
+
+
getSchemaName() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableInfo
+
+
Returns the optional schema name for the Storable.
+
+
getSearchKeyFactory(OrderedProperty<S>[]) - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
+
Returns a search key factory, which is useful for implementing indexes + and queries.
+
+
getSequenceName() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns the property's sequence name, or null if none.
+
+
getSequenceSelectStatement() - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Returns the native sequence select statement, which is null if the + default is chosen.
+
+
getSequenceValueProducer(String) - Method in interface com.amazon.carbonado.gen.MasterSupport
+
+
Returns a sequence value producer by name, or throw PersistException if not found.
+
+
getSequenceValueProducer(String) - Method in interface com.amazon.carbonado.sequence.SequenceCapability
+
+
Retrieve and/or generate a SequenceValueProducer for the given name.
+
+
getSequenceValueProducer(String) - Method in class com.amazon.carbonado.spi.AbstractRepository
+
 
+
getShutdownHook() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the custom shutdown hook that runs after the repository has + finished running its own shutdown hooks, or null if none.
+
+
getSingleFileName() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the single file that all BDB databases should reside in.
+
+
getStorable() - Method in exception com.amazon.carbonado.OptimisticLockException
+
+
Returns the Storable which was acted upon, or null if not available.
+
+
getStorableClass() - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
+
Returns a concrete Storable implementation, which is fully + thread-safe.
+
+
getStorableClass() - Method in interface com.amazon.carbonado.synthetic.SyntheticBuilder
+
 
+
getStorableClass() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
 
+
getStorableClass() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
 
+
getStorableCodecFactory() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the storable codec factory used.
+
+
getStorableType() - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns the storable type that this filter operates on.
+
+
getStorableType() - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns the type of storable this index applies to.
+
+
getStorableType() - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns the type of Storable described by this StorableInfo.
+
+
getStorableType() - Method in class com.amazon.carbonado.qe.AbstractQueryExecutor
+
 
+
getStorableType() - Method in class com.amazon.carbonado.qe.DelegatedQueryExecutor
+
 
+
getStorableType() - Method in class com.amazon.carbonado.qe.DelegatedQueryExecutorFactory
+
 
+
getStorableType() - Method in class com.amazon.carbonado.qe.EmptyQuery
+
 
+
getStorableType() - Method in interface com.amazon.carbonado.qe.FullScanQueryExecutor.Support
+
 
+
getStorableType() - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer
+
 
+
getStorableType() - Method in class com.amazon.carbonado.qe.IndexedQueryExecutor
+
 
+
getStorableType() - Method in class com.amazon.carbonado.qe.KeyQueryExecutor
+
 
+
getStorableType() - Method in interface com.amazon.carbonado.qe.QueryExecutor
+
+
Returns the storable type that this executor operates on.
+
+
getStorableType() - Method in class com.amazon.carbonado.qe.QueryExecutorCache
+
 
+
getStorableType() - Method in interface com.amazon.carbonado.qe.QueryExecutorFactory
+
 
+
getStorableType() - Method in interface com.amazon.carbonado.qe.QueryFactory
+
 
+
getStorableType() - Method in class com.amazon.carbonado.qe.StandardQuery
+
 
+
getStorableType() - Method in class com.amazon.carbonado.qe.StandardQueryFactory
+
 
+
getStorableType() - Method in interface com.amazon.carbonado.qe.StorageAccess
+
+
Returns the specific type of Storable managed by this object.
+
+
getStorableType() - Method in class com.amazon.carbonado.qe.UnionQueryAnalyzer
+
 
+
getStorableType() - Method in interface com.amazon.carbonado.Query
+
+
Returns the specific type of Storable managed by this object.
+
+
getStorableType() - Method in class com.amazon.carbonado.raw.CustomStorableCodec
+
 
+
getStorableType() - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
+
Returns the type of Storable that code is generated for.
+
+
getStorableType() - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Returns the type of Storable produced by this codec.
+
+
getStorableType() - Method in interface com.amazon.carbonado.Storage
+
+
Returns the specific type of Storable managed by this object.
+
+
getStorableTypeName() - Method in class com.amazon.carbonado.layout.Layout
+
+
Storable type name is a fully qualified Java class name.
+
+
getStorableTypeName() - Method in interface com.amazon.carbonado.layout.StoredLayout
+
+
Storable type name is a fully qualified Java class name.
+
+
getStorableTypeName() - Method in interface com.amazon.carbonado.layout.StoredLayoutEquivalence
+
+
Storable type name is a fully qualified Java class name.
+
+
getStorableWithPrimaryKey() - Method in exception com.amazon.carbonado.CorruptEncodingException
+
+
If the decoder was able to extract the primary key, it will be available in the + returned Storable.
+
+
getStorage(Class<S>) - Method in class com.amazon.carbonado.spi.StoragePool
+
+
Returns a Storage instance for the given Storable type, which is lazily + created and pooled.
+
+
getStorageName(Class<? extends Storable>) - Method in class com.amazon.carbonado.raw.CustomStorableCodecFactory
+
+
Returns null to let repository decide what the name should be.
+
+
getStorageName(Class<? extends Storable>) - Method in class com.amazon.carbonado.raw.GenericStorableCodecFactory
+
+
Returns null to let repository decide what the name should be.
+
+
getStorageName(Class<? extends Storable>) - Method in interface com.amazon.carbonado.raw.StorableCodecFactory
+
+
Returns the preferred storage/database name for the given type.
+
+
getStorageType() - Method in interface com.amazon.carbonado.raw.GenericPropertyInfo
+
+
Returns the storage supported type.
+
+
getStorageType() - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
getStorageTypePreferences() - Method in class com.amazon.carbonado.info.StorablePropertyAdapter
+
+
Returns the adapter's storage type preferences.
+
+
getSubFilter() - Method in class com.amazon.carbonado.filter.ExistsFilter
+
+
Returns the filter applied to the join, which might be open.
+
+
getSubResults() - Method in class com.amazon.carbonado.qe.UnionQueryAnalyzer.Result
+
+
Returns results for each sub-query to be executed in the union.
+
+
getSuppliedValues() - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns all supplied values in this object.
+
+
getSuppliedValuesFor(Filter<S>) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns all supplied values in this object, as required by the given + Filter.
+
+
getSupport() - Method in class com.amazon.carbonado.raw.CustomStorableCodec
+
 
+
getSupport() - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
 
+
getSupport() - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Returns the default RawSupport object that is supplied to + Storable instances produced by this codec.
+
+
getSupportTrigger(Class<S>, int) - Method in class com.amazon.carbonado.spi.LobEngine
+
+
Returns a Trigger for binding to this LobEngine.
+
+
getTableName() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableInfo
+
+
Returns the table name for the Storable or null if unsupported.
+
+
getTimeout() - Method in interface com.amazon.carbonado.Query.Controller
+
+
Returns a non-negative value if controller imposes an absolute upper + bound on query execution time.
+
+
getTimeout() - Method in class com.amazon.carbonado.Query.Timeout
+
 
+
getTimeoutUnit() - Method in interface com.amazon.carbonado.Query.Controller
+
+
Returns the unit for the timeout, if applicable.
+
+
getTimeoutUnit() - Method in class com.amazon.carbonado.Query.Timeout
+
 
+
getToStorageAdapter() - Method in interface com.amazon.carbonado.raw.GenericPropertyInfo
+
+
Returns the optional method used to adapt the property from the user + visible type to the storage supported type.
+
+
getToStorageAdapter() - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
getTotalOrdering() - Method in class com.amazon.carbonado.qe.UnionQueryAnalyzer.Result
+
+
Returns a total ordering, if one was imposed.
+
+
getTransactionIsolationLevel() - Method in interface com.amazon.carbonado.Repository
+
+
Returns the isolation level of the current transaction, or null if there + is no transaction in the current thread.
+
+
getTransactionIsolationLevel() - Method in class com.amazon.carbonado.spi.AbstractRepository
+
 
+
getTransactionMaxActive() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the maximum number of concurrent transactions, or null if the + default is used.
+
+
getTransactionNoSync() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns true if transactions are not written or flushed to disk.
+
+
getTransactionTimeout() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the repository transaction timeout, in seconds.
+
+
getTransactionTimeoutInMicroseconds() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns the repository transaction timeout, in microseconds, limited to + max long value.
+
+
getTransactionWriteNoSync() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns true if transactions are not flushed to disk.
+
+
getTriggerFactories() - Method in interface com.amazon.carbonado.RepositoryBuilder
+
+
Returns all the TriggerFactories which were added.
+
+
getTriggerFactories() - Method in class com.amazon.carbonado.spi.AbstractRepositoryBuilder
+
 
+
getTriggerManagerFor(Class<S>) - Method in interface com.amazon.carbonado.spi.TriggerManagerCapability
+
+
Returns the TriggerManager for the given Storable type.
+
+
getTxn() - Method in class com.amazon.carbonado.txn.TransactionScope
+
+
Returns the implementation for the active transaction, or null if there + is no active transaction.
+
+
getType() - Method in class com.amazon.carbonado.filter.PropertyFilter
+
+
Returns the type of the ChainedProperty.
+
+
getType() - Method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns the type of the last property in the chain, or of the prime + property if the chain is empty.
+
+
getType() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns the primary type of this property.
+
+
getType() - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Returns the type of Storable that code is generated for.
+
+
getType() - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
 
+
getType() - Method in exception com.amazon.carbonado.UnsupportedTypeException
+
 
+
getTypeDescriptor() - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Converts this index into a parseable type descriptor string, which + basically consists of Java type descriptors appended together.
+
+
getUnusedOrdering() - Method in class com.amazon.carbonado.qe.OrderingScore
+
+
Returns unused ordering properties of the evaluated index because they + were filtered out.
+
+
getUpdateTrigger() - Method in interface com.amazon.carbonado.gen.TriggerSupport
+
+
Returns a trigger which must be run for all update operations.
+
+
getUpdateTrigger() - Method in class com.amazon.carbonado.spi.TriggerManager
+
+
Returns a consolidated trigger to call for update operations, or null if + none.
+
+
getUserName() - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Returns the optional username to use with DataSource.
+
+
getUserProps() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
 
+
getUserStorableTypeNames() - Method in interface com.amazon.carbonado.capability.StorableInfoCapability
+
+
Returns an array of storable type class names for user-level storables + known to the repository.
+
+
getValue(PropertyFilter<S>) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns the value assigned to the given PropertyFilter.
+
+
getValues() - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns all values in this object, including those provided by filter + constants.
+
+
getValuesFor(Filter<S>) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns all values in this object, as required by the given Filter.
+
+
getVersion() - Method in interface com.amazon.carbonado.repo.sleepycat.EnvironmentCapability
+
+
Returns the major, minor, and patch version numbers.
+
+
getVersion() - Method in interface com.amazon.carbonado.sequence.StoredSequence
+
 
+
getVersion() - Method in class com.amazon.carbonado.spi.StoredLob.Block
+
 
+
getVersion() - Method in class com.amazon.carbonado.spi.StoredLob
+
 
+
getVersionNumber() - Method in interface com.amazon.carbonado.layout.StoredLayout
+
+
Record version number for this StoredTypeLayout instance.
+
+
getVersionNumber() - Method in interface com.amazon.carbonado.layout.StoredLayoutEquivalence
+
 
+
getVersionNumber() - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
+
Record version number for this StoredPropertyLayout instance.
+
+
getVersionNumber() - Method in interface com.amazon.carbonado.repo.indexed.StoredIndexInfo
+
+
Record version number for this StoredIndexInfo instance.
+
+
getVersionNumber() - Method in class com.amazon.carbonado.repo.sleepycat.StoredDatabaseInfo
+
+
Record version number for this StoredDatabaseInfo instance.
+
+
getVersionProperty() - Method in interface com.amazon.carbonado.info.StorableInfo
+
+
Returns the designated version property, or null if none.
+
+
getVersionProperty() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableInfo
+
 
+
getWrappedBlob() - Method in class com.amazon.carbonado.lob.BlobClob
+
 
+
getWrappedRepository() - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
 
+
getWriteMethod() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns a one argument method used to write the property value, or null + if writing is not allowed.
+
+
getWriteMethodName() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns the name of the write method, even if no write method was + actually declared.
+
+
getWriteMethodName() - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
getWriteMethodName() - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
+
Returns the name of the write method.
+
+
GroupAccessCapability - Interface in com.amazon.carbonado.capability
+
+
Capability for gaining access to replication group members.
+
+
GroupedCursor<S,G> - Class in com.amazon.carbonado.cursor
+
+
Abstract cursor for aggregation and finding distinct data.
+
+
GroupedCursor(Cursor<S>, Comparator<S>) - Constructor for class com.amazon.carbonado.cursor.GroupedCursor
+
+
Create a GroupedCursor with an existing group comparator.
+
+
GroupedCursor(Cursor<S>, Class<S>, String...) - Constructor for class com.amazon.carbonado.cursor.GroupedCursor
+
+
Create a GroupedCursor using properties to define the group + comparator.
+
+
GroupMembers - Interface in com.amazon.carbonado.capability
+
 
+
GzipCompressor - Class in com.amazon.carbonado.raw
+
+
Raw-level data compression using gzip.
+
+
GzipCompressor() - Constructor for class com.amazon.carbonado.raw.GzipCompressor
+
 
+
+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.

+ + 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.

+ + diff --git a/apidocs/index-files/index-9.html b/apidocs/index-files/index-9.html new file mode 100644 index 0000000..593671b --- /dev/null +++ b/apidocs/index-files/index-9.html @@ -0,0 +1,765 @@ + + + + + + +I-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  + + +

I

+
+
increaseIndent(int) - Method in class com.amazon.carbonado.qe.AbstractQueryExecutor
+
+
Adds a constant amount to the given indent level.
+
+
increment(byte[]) - Static method in class com.amazon.carbonado.raw.RawUtil
+
+
Adds one to an unsigned integer, represented as a byte array.
+
+
incrementVersion(CodeBuilder, TypeDesc) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Generates code to increment a version property value, already on the stack.
+
+
indent(Appendable, int) - Method in class com.amazon.carbonado.qe.AbstractQueryExecutor
+
+
Appends spaces to the given appendable.
+
+
Independent - Annotation Type in com.amazon.carbonado
+
+
A hint for a dependent Repository to allow a Storable property or type + to be undefined in the underlying schema.
+
+
Index - Annotation Type in com.amazon.carbonado
+
+
An Index annotation provides a hint to the storage layer allowing queries to be performed more quickly.
+
+
IndexedQueryAnalyzer<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
Analyzes a simple query specification and determines which index is best + suited for its execution.
+
+
IndexedQueryAnalyzer(Class<S>, RepositoryAccess) - Constructor for class com.amazon.carbonado.qe.IndexedQueryAnalyzer
+
 
+
IndexedQueryAnalyzer.Result - Class in com.amazon.carbonado.qe
+
 
+
IndexedQueryExecutor<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
QueryExecutor which utilizes an index.
+
+
IndexedQueryExecutor(IndexedQueryExecutor.Support<S>, StorableIndex<S>, CompositeScore<S>) - Constructor for class com.amazon.carbonado.qe.IndexedQueryExecutor
+
 
+
IndexedQueryExecutor.Support<S extends Storable> - Interface in com.amazon.carbonado.qe
+
+
Provides support for IndexedQueryExecutor.
+
+
IndexedRepositoryBuilder - Class in com.amazon.carbonado.repo.indexed
+
+
Repository builder for the indexed repository.
+
+
IndexedRepositoryBuilder() - Constructor for class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
 
+
IndexEntryAccessCapability - Interface in com.amazon.carbonado.repo.indexed
+
+
Capability for gaining low-level access to index data, which can be used for + manual inspection and repair.
+
+
IndexEntryAccessor<S extends Storable> - Interface in com.amazon.carbonado.repo.indexed
+
+
Provides low-level access to index data, which can be used for manual + inspection and repair.
+
+
indexEntryQuery(StorableIndex<S>) - Method in interface com.amazon.carbonado.qe.IndexedQueryExecutor.Support
+
+
Returns an open query if the given index supports query access.
+
+
Indexes - Annotation Type in com.amazon.carbonado
+
+
The Indexes annotation is applied to a Storable for specifying all + the indexes it should have.
+
+
IndexInfo - Interface in com.amazon.carbonado.capability
+
+
General information about an index defined in a Storage.
+
+
IndexInfoCapability - Interface in com.amazon.carbonado.capability
+
+
Capability for getting information about physical indexes for storables.
+
+
IndexInfoImpl - Class in com.amazon.carbonado.spi
+
+
Basic implementation of an IndexInfo.
+
+
IndexInfoImpl(String, boolean, boolean, String[], Direction[]) - Constructor for class com.amazon.carbonado.spi.IndexInfoImpl
+
 
+
inferType(Class) - Static method in class com.amazon.carbonado.info.StorableIntrospector
+
+
Examines a class and determines what Storable type it implements.
+
+
initialFilterValues() - Method in class com.amazon.carbonado.filter.ClosedFilter
+
 
+
initialFilterValues() - Method in class com.amazon.carbonado.filter.ExistsFilter
+
 
+
initialFilterValues() - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns a FilterValues instance for assigning values to a + Filter.
+
+
initialFilterValues() - Method in class com.amazon.carbonado.filter.OpenFilter
+
 
+
initialVersion(CodeBuilder, TypeDesc, int) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Generates code to push an initial version property value on the stack.
+
+
insert() - Method in interface com.amazon.carbonado.Storable
+
+
Inserts a new persistent value for this object.
+
+
INSERT_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
instantiate(RawSupport, CustomStorableCodec) - Method in interface com.amazon.carbonado.raw.CustomStorableCodec.InstanceFactory
+
 
+
instantiate(RawSupport, byte[], byte[], CustomStorableCodec) - Method in interface com.amazon.carbonado.raw.CustomStorableCodec.InstanceFactory
+
 
+
instantiate() - Method in class com.amazon.carbonado.raw.CustomStorableCodec
+
 
+
instantiate(byte[], byte[]) - Method in class com.amazon.carbonado.raw.CustomStorableCodec
+
 
+
instantiate(RawSupport<S>) - Method in class com.amazon.carbonado.raw.CustomStorableCodec
+
 
+
instantiate(RawSupport<S>, byte[], byte[]) - Method in class com.amazon.carbonado.raw.CustomStorableCodec
+
 
+
instantiate(RawSupport) - Method in interface com.amazon.carbonado.raw.GenericInstanceFactory
+
 
+
instantiate(RawSupport, byte[]) - Method in interface com.amazon.carbonado.raw.GenericInstanceFactory
+
 
+
instantiate(RawSupport, byte[], byte[]) - Method in interface com.amazon.carbonado.raw.GenericInstanceFactory
+
 
+
instantiate() - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
+
Instantiate a Storable with no key or value defined yet.
+
+
instantiate(byte[]) - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
+
Instantiate a Storable with no value defined yet.
+
+
instantiate(byte[], byte[]) - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
+
Instantiate a Storable with a specific key and value.
+
+
instantiate(RawSupport<S>) - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
+
Instantiate a Storable with no key or value defined yet.
+
+
instantiate(RawSupport<S>, byte[], byte[]) - Method in class com.amazon.carbonado.raw.GenericStorableCodec
+
+
Instantiate a Storable with a specific key and value.
+
+
instantiate() - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Instantiate a Storable with no key or value defined yet.
+
+
instantiate(byte[]) - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Instantiate a Storable with no value defined yet.
+
+
instantiate(byte[], byte[]) - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Instantiate a Storable with a specific key and value.
+
+
instantiate(RawSupport<S>) - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Instantiate a Storable with no key or value defined yet.
+
+
instantiate(RawSupport<S>, byte[], byte[]) - Method in interface com.amazon.carbonado.raw.StorableCodec
+
+
Instantiate a Storable with a specific key and value.
+
+
instantiateCurrent() - Method in class com.amazon.carbonado.raw.RawCursor
+
+
Returns a new Storable instance for the currently referenced entry.
+
+
IntegerConstraint - Annotation Type in com.amazon.carbonado.constraint
+
+
Limits the value of a property to be a member of a specific set.
+
+
IntegerConstraint.Constraint - Class in com.amazon.carbonado.constraint
+
+
Constraint implementation for IntegerConstraint.
+
+
IntegerConstraint.Constraint(Class<?>, String, IntegerConstraint) - Constructor for class com.amazon.carbonado.constraint.IntegerConstraint.Constraint
+
 
+
IntegerConstraint.Constraint(Class<?>, String, long, long, long[], long[]) - Constructor for class com.amazon.carbonado.constraint.IntegerConstraint.Constraint
+
 
+
IntersectionCursor<S> - Class in com.amazon.carbonado.cursor
+
+
Wraps two Cursors and performs a set intersection operation.
+
+
IntersectionCursor(Cursor<S>, Cursor<S>, Comparator<S>) - Constructor for class com.amazon.carbonado.cursor.IntersectionCursor
+
 
+
IS_ALT_KEY_INITIALIZED_PREFIX - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Name prefix of protected method in generated storable that returns false + if a specific alternate key is uninitialized.
+
+
IS_PARTITION_KEY_INITIALIZED_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Name of protected method in generated storable that returns false if any + partition keys are uninitialized.
+
+
IS_PK_INITIALIZED_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Name of protected method in generated storable that returns false if any + primary keys are uninitialized.
+
+
IS_PROPERTY_CLEAN - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
IS_PROPERTY_DIRTY - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
IS_PROPERTY_SUPPORTED - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
IS_PROPERTY_UNINITIALIZED - Static variable in class com.amazon.carbonado.gen.CommonMethodNames
+
+
Storable API method name
+
+
IS_REQUIRED_DATA_INITIALIZED_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Name of protected method in generated storable that returns false if any + non-nullable, non-pk properties are uninitialized.
+
+
IS_VERSION_INITIALIZED_METHOD_NAME - Static variable in class com.amazon.carbonado.gen.StorableGenerator
+
+
Name of protected method in generated storable that returns false if + version property is uninitialized.
+
+
isAllClustered() - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
+
Returns true if all indexes should be identified as clustered.
+
+
isAllowed(S) - Method in class com.amazon.carbonado.cursor.FilteredCursor
+
 
+
isAlternateKeyMember() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns true if this property is a member of an alternate key.
+
+
isAssigned(PropertyFilter<S>) - Method in class com.amazon.carbonado.filter.FilterValues
+
+
Returns true if a value is assigned to the given PropertyFilter.
+
+
isAtLeast(IsolationLevel) - Method in enum com.amazon.carbonado.IsolationLevel
+
+
Returns true if this isolation level is at least as high as the one + given.
+
+
isAtMost(IsolationLevel) - Method in enum com.amazon.carbonado.IsolationLevel
+
+
Returns true if this isolation level is no higher than the one given.
+
+
isAuthoritative() - Method in interface com.amazon.carbonado.info.StorableInfo
+
 
+
isAutoIncrement() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
+
Returns true if property is declared as @Automatic and column is + designated as auto-increment.
+
+
isAutomatic() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns true of this property is given an automatic value upon insert.
+
+
isAutoShutdownEnabled() - Method in interface com.amazon.carbonado.capability.ShutdownCapability
+
+
Returns true if repository has a shutdown hook registered to + automatically call shutdown when the virtual machine exits.
+
+
isAutoShutdownEnabled() - Method in class com.amazon.carbonado.spi.AbstractRepository
+
 
+
isBound() - Method in class com.amazon.carbonado.filter.BinaryOpFilter
+
 
+
isBound() - Method in class com.amazon.carbonado.filter.ClosedFilter
+
 
+
isBound() - Method in class com.amazon.carbonado.filter.ExistsFilter
+
 
+
isBound() - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns true if all property filters are known to be properly + bound.
+
+
isBound() - Method in class com.amazon.carbonado.filter.OpenFilter
+
 
+
isBound() - Method in class com.amazon.carbonado.filter.PropertyFilter
+
 
+
isClosed() - Method in class com.amazon.carbonado.filter.ClosedFilter
+
+
Always returns true.
+
+
isClosed() - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns true if filter prevents any results from passing through.
+
+
isClosed() - Method in class com.amazon.carbonado.spi.AbstractRepository
+
 
+
isClosed() - Method in class com.amazon.carbonado.txn.TransactionManager
+
 
+
isClustered() - Method in interface com.amazon.carbonado.capability.IndexInfo
+
+
Returns true if index is clustered, which means it defines the physical + ordering of storables.
+
+
isClustered() - Method in class com.amazon.carbonado.info.StorableIndex
+
+
Returns true if index is known to be clustered, which means it defines + the physical ordering of storables.
+
+
isClustered() - Method in class com.amazon.carbonado.spi.IndexInfoImpl
+
 
+
isColumnNullable() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
 
+
isConsistent(Storable, S) - Method in interface com.amazon.carbonado.repo.indexed.IndexEntryAccessor
+
+
Returns true if the properties of the given index entry match those + contained in the master, exluding any version property.
+
+
isConsistent(Storable, S) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceAccess
+
+
Returns true if the properties of the given reference match those + contained in the master, excluding any version property.
+
+
isConsistent(Storable, S) - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
+
Deprecated. +
call getReferenceAccess
+
+
+
isConstant() - Method in class com.amazon.carbonado.filter.PropertyFilter
+
+
Returns true if this PropertyFilter has a constant value.
+
+
isConversionPossible(Class) - Method in class com.amazon.carbonado.util.ConversionComparator
+
+
Returns true if a coversion is possible to the given type.
+
+
isDerived() - Method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns true if any property in the chain is derived.
+
+
isDerived() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns true if this property is derived.
+
+
isDerived() - Method in interface com.amazon.carbonado.raw.GenericPropertyInfo
+
 
+
isDerived() - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
isEmpty() - Method in class com.amazon.carbonado.gen.StorablePropertyMap
+
 
+
isEmpty() - Method in class com.amazon.carbonado.qe.QueryHints
+
 
+
isEmpty() - Method in class com.amazon.carbonado.util.SoftValuedCache
+
+
Deprecated.
+
isEnabled() - Method in class com.amazon.carbonado.repo.logging.CommonsLog
+
 
+
isEnabled() - Method in interface com.amazon.carbonado.repo.logging.Log
+
 
+
isExplicit() - Method in interface com.amazon.carbonado.synthetic.SyntheticBuilder.ClassNameProvider
+
+
SyntheticBuilder may choose to alter the class name to prevent a + class name collision.
+
+
isForceStoredSequence() - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
+
Returns true if native sequences should not be used.
+
+
isForUpdate() - Method in interface com.amazon.carbonado.Transaction
+
+
Returns true if this transaction is in update mode, which is adjusted by + calling Transaction.setForUpdate(boolean).
+
+
isForUpdate() - Method in class com.amazon.carbonado.txn.TransactionPair
+
 
+
isForUpdate() - Method in class com.amazon.carbonado.txn.TransactionScope
+
+
Returns true if an active transaction exists and it is for update.
+
+
isIndependent() - Method in interface com.amazon.carbonado.info.StorableInfo
+
 
+
isIndependent() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns true if this property has been designated independent.
+
+
isIndexClustered() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns true if evaluated index is clustered.
+
+
isIndexClustered() - Method in class com.amazon.carbonado.qe.IndexedQueryAnalyzer.Result
+
+
Returns true if local or foreign index is clustered.
+
+
isIndexClustered() - Method in class com.amazon.carbonado.qe.OrderingScore
+
+
Returns true if evaluated index is clustered.
+
+
isIndexRepairEnabled() - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
 
+
isIndexRepairEnabled() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
isIndexUnique() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns true if evaluated index is unique.
+
+
isJoin() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns true if this property is joined in any way to another Storable.
+
+
isKeyMatch() - Method in class com.amazon.carbonado.qe.FilteringScore
+
+
Returns true if evaluated index is unique and each of its properties has + an identity match.
+
+
isLob() - Method in interface com.amazon.carbonado.raw.GenericPropertyInfo
+
 
+
isLob() - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
isMaster() - Method in class com.amazon.carbonado.repo.indexed.IndexedRepositoryBuilder
+
 
+
isMaster() - Method in class com.amazon.carbonado.repo.jdbc.JDBCRepositoryBuilder
+
 
+
isMaster() - Method in class com.amazon.carbonado.repo.logging.LoggingRepositoryBuilder
+
 
+
isMaster() - Method in class com.amazon.carbonado.repo.map.MapRepositoryBuilder
+
 
+
isMaster() - Method in class com.amazon.carbonado.repo.replicated.ReplicatedRepositoryBuilder
+
 
+
isMaster() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
isMaster() - Method in interface com.amazon.carbonado.RepositoryBuilder
+
+
Returns true if repository should assume the role of master, which is + true by default.
+
+
isMultiversion() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns false by default because multiversion concurrency control (MVCC) + is not enabled.
+
+
isNotExists() - Method in class com.amazon.carbonado.filter.ExistsFilter
+
 
+
isNullable() - Method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns true if any property in the chain can be null.
+
+
isNullable() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns true if this property can be null.
+
+
isNullable() - Method in class com.amazon.carbonado.layout.LayoutProperty
+
+
Returns true of property can be set to null.
+
+
isNullable() - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
+
Returns true of property value can be set to null.
+
+
isNullable() - Method in interface com.amazon.carbonado.raw.GenericPropertyInfo
+
 
+
isNullable() - Method in class com.amazon.carbonado.raw.StorablePropertyInfo
+
 
+
isNullable() - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
 
+
IsolationLevel - Enum in com.amazon.carbonado
+
+
Describes a transaction isolation level.
+
+
isOneToOneJoin() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns true if this property is one-to-one joined to another Storable.
+
+
isOpen() - Method in class com.amazon.carbonado.filter.Filter
+
+
Returns true if filter allows all results to pass through.
+
+
isOpen() - Method in class com.amazon.carbonado.filter.OpenFilter
+
+
Always returns true.
+
+
isOuterJoin(int) - Method in class com.amazon.carbonado.info.ChainedProperty
+
+
Returns true if the property at the given index should be treated as an + outer join.
+
+
isPartitionKeyMember() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns true if this property is a member of a partition key.
+
+
isPrimary() - Method in interface com.amazon.carbonado.info.StorableKey
+
+
Returns true if this key is primary, false otherwise.
+
+
isPrimaryKeyMember() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns true if this property is a member of a primary key.
+
+
isPrimaryKeyMember() - Method in class com.amazon.carbonado.layout.LayoutProperty
+
+
Returns true if property is a member of the primary key.
+
+
isPrimaryKeyMember() - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
+
Returns true if property is a member of the primary key.
+
+
isPrivate() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
+
Returns true if BDB environment is private.
+
+
isPropertyClean(String) - Method in interface com.amazon.carbonado.Storable
+
+
Returns true if the given property of this Storable is clean.
+
+
isPropertyDirty(String) - Method in interface com.amazon.carbonado.Storable
+
+
Returns true if the given property of this Storable has been set, but no + load or store operation has been performed yet.
+
+
isPropertySupported(Class<Storable>, String) - Method in interface com.amazon.carbonado.capability.StorableInfoCapability
+
+
Returns true if the given property exists and is supported.
+
+
isPropertySupported(String) - Method in interface com.amazon.carbonado.gen.StorableSupport
+
+
Returns true if the given property exists and is supported.
+
+
isPropertySupported(String) - Method in interface com.amazon.carbonado.Storable
+
+
Returns true if the given property exists and is supported.
+
+
isPropertyUninitialized(String) - Method in interface com.amazon.carbonado.Storable
+
+
Returns true if the given property of this Storable has never been + loaded or set.
+
+
isPublicMethodFinal(Class, String, TypeDesc, TypeDesc[]) - Static method in class com.amazon.carbonado.gen.CodeBuilderUtil
+
+
Returns true if a public final method exists which matches the given + specification.
+
+
isQuery() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns true if this property is a query, which also implies that it is + a join property.
+
+
isReverseSplitOff() - Method in class com.amazon.carbonado.repo.sleepycat.BDBRepositoryBuilder
+
 
+
isSelectable() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
+
Returns true if property is both supported and not a join.
+
+
isSupported(Class<Storable>) - Method in interface com.amazon.carbonado.capability.StorableInfoCapability
+
+
Returns true if the given storable type is supported.
+
+
isSupported(Class<?>) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Returns true if the type of the given property type is supported.
+
+
isSupported(TypeDesc) - Method in class com.amazon.carbonado.raw.GenericEncodingStrategy
+
+
Returns true if the type of the given property type is supported.
+
+
isSupported() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableInfo
+
+
Returns false only if storable type is independent + and no matching table was found.
+
+
isSupported() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCStorableProperty
+
+
Returns false only if property is independent and no matching column was + found.
+
+
isTransactionForUpdate() - Method in interface com.amazon.carbonado.repo.jdbc.JDBCConnectionCapability
+
+
Returns true if a transaction is in progress and it is for update.
+
+
isUnique() - Method in interface com.amazon.carbonado.capability.IndexInfo
+
+
Returns true if index entries are unique.
+
+
isUnique() - Method in class com.amazon.carbonado.info.StorableIndex
+
 
+
isUnique() - Method in class com.amazon.carbonado.spi.IndexInfoImpl
+
 
+
isUnique() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
+
True if the generated derived class should be considered unique.
+
+
isUniqueConstraintError(SQLException) - Method in interface com.amazon.carbonado.repo.jdbc.JDBCConnectionCapability
+
+
Examines the SQLSTATE code of the given SQL exception and determines if + it is a unique constaint violation.
+
+
isVersion() - Method in interface com.amazon.carbonado.info.StorableProperty
+
+
Returns true if this property is the designated version number for the + Storable.
+
+
isVersion() - Method in class com.amazon.carbonado.layout.LayoutProperty
+
+
Returns true if this property is the designated version number for the + Storable.
+
+
isVersion() - Method in interface com.amazon.carbonado.layout.StoredLayoutProperty
+
+
Returns true if this property is the designated version number for the + Storable.
+
+
isVersion() - Method in class com.amazon.carbonado.synthetic.SyntheticProperty
+
 
+
isVersioned() - Method in interface com.amazon.carbonado.synthetic.SyntheticBuilder
+
+
Returns true if a property with the version attribute has been addded
+
+
isVersioned() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableBuilder
+
 
+
isVersioned() - Method in class com.amazon.carbonado.synthetic.SyntheticStorableReferenceBuilder
+
 
+
isWrapperFor(Class<?>) - Method in class com.amazon.carbonado.repo.jdbc.LoggingDataSource
+
 
+
isWrapperFor(Class<?>) - Method in class com.amazon.carbonado.repo.jdbc.SimpleDataSource
+
 
+
IterableQueryExecutor<S extends Storable> - Class in com.amazon.carbonado.qe
+
+
QueryExecutor which fully scans an iterable collection.
+
+
IterableQueryExecutor(Class<S>, Iterable<S>) - Constructor for class com.amazon.carbonado.qe.IterableQueryExecutor
+
 
+
IterableQueryExecutor(Class<S>, Iterable<S>, Lock) - Constructor for class com.amazon.carbonado.qe.IterableQueryExecutor
+
 
+
iterator() - Method in class com.amazon.carbonado.cursor.MergeSortBuffer
+
 
+
IteratorCursor<S> - Class in com.amazon.carbonado.cursor
+
+
Adapts an Iterator into a Cursor.
+
+
IteratorCursor(Iterable<S>) - Constructor for class com.amazon.carbonado.cursor.IteratorCursor
+
 
+
IteratorCursor(Iterable<S>, Lock) - Constructor for class com.amazon.carbonado.cursor.IteratorCursor
+
 
+
IteratorCursor(Iterator<S>) - Constructor for class com.amazon.carbonado.cursor.IteratorCursor
+
 
+
+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