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.
|
com.amazon.carbonado.sequence |
Support for generating sequences of values, intended for creating surrogate
keys.
|
com.amazon.carbonado.spi |
Service Provider Interface for Carbonado.
|
Modifier and Type | Method and Description |
---|---|
int |
StoredLayoutProperty.getVersionNumber()
Record version number for this StoredPropertyLayout instance.
|
int |
StoredLayout.getVersionNumber()
Record version number for this StoredTypeLayout instance.
|
int |
StoredLayoutEquivalence.getVersionNumber() |
Modifier and Type | Method and Description |
---|---|
int |
StoredIndexInfo.getVersionNumber()
Record version number for this StoredIndexInfo instance.
|
Modifier and Type | Method and Description |
---|---|
abstract int |
StoredDatabaseInfo.getVersionNumber()
Record version number for this StoredDatabaseInfo instance.
|
Modifier and Type | Method and Description |
---|---|
int |
StoredSequence.getVersion() |
Modifier and Type | Method and Description |
---|---|
abstract int |
StoredLob.getVersion() |
abstract int |
StoredLob.Block.getVersion() |
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.