Package | Description |
---|---|
com.amazon.carbonado.repo.sleepycat |
Repository implementation backed by a Sleepycat (BDB, Berkeley)
database.
|
Modifier and Type | Method and Description |
---|---|
static BDBProduct |
BDBProduct.forString(java.lang.String name) |
BDBProduct |
EnvironmentCapability.getBDBProduct() |
BDBProduct |
BDBRepositoryBuilder.getBDBProduct()
Returns the BDB product to use, which is JE by default.
|
static BDBProduct |
BDBProduct.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BDBProduct[] |
BDBProduct.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BDBRepositoryBuilder.setBDBProduct(BDBProduct product)
Sets the BDB product to use, which defaults to JE.
|
Copyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.