- 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
-
- GenericPropertyInfo - Interface in com.amazon.carbonado.raw
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-