Package | Description |
---|---|
com.amazon.carbonado.layout |
Support for recording the evolution of a storable's layout, used internally
by some repositories.
|
com.amazon.carbonado.repo.indexed |
Repository implementation that adds index support for repositories that have
little or no index support.
|
com.amazon.carbonado.repo.sleepycat |
Repository implementation backed by a Sleepycat (BDB, Berkeley)
database.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
StoredLayoutProperty.getAdapterParams()
Parameters for adapter, or null if property has no explicit adapter.
|
java.lang.String |
StoredLayoutProperty.getAdapterTypeName()
Adapter type name is a fully qualified Java class name.
|
java.lang.String |
StoredLayout.getCreationHost()
Returns the host machine that created this generation.
|
java.lang.String |
StoredLayout.getCreationUser()
Returns the user that created this generation.
|
byte[] |
StoredLayoutProperty.getExtraData()
Since this record cannot evolve, this property allows it to be extended
without conflicting with existing records.
|
byte[] |
StoredLayout.getExtraData()
Since this record cannot evolve, this property allows it to be extended
without conflicting with existing records.
|
byte[] |
StoredLayoutEquivalence.getExtraData() |
Modifier and Type | Method and Description |
---|---|
byte[] |
StoredIndexInfo.getExtraData()
Since this record cannot evolve, this property allows it to be extended
without conflicting with existing records.
|
java.lang.String |
StoredIndexInfo.getIndexTypeDescriptor()
Returns the types of the index properties.
|
Modifier and Type | Method and Description |
---|---|
abstract byte[] |
StoredDatabaseInfo.getExtraData()
Since this record cannot evolve, this property allows it to be extended
without conflicting with existing records.
|
abstract java.lang.String |
StoredDatabaseInfo.getIndexNameDescriptor()
Returns the index name descriptor for the keys of this database.
|
abstract java.lang.String |
StoredDatabaseInfo.getIndexTypeDescriptor()
Returns the types of the index properties.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.