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-5.html | 764 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 764 insertions(+) create mode 100644 apidocs/index-files/index-5.html (limited to 'apidocs/index-files/index-5.html') 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.

+ + -- cgit v1.2.3