Package | Description |
---|---|
com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
Modifier and Type | Method and Description |
---|---|
CacheModeStrategy |
EnvironmentMutableConfig.getCacheModeStrategy() |
CacheModeStrategy |
DatabaseConfig.getCacheModeStrategy() |
Modifier and Type | Method and Description |
---|---|
EnvironmentMutableConfig |
EnvironmentMutableConfig.setCacheModeStrategy(CacheModeStrategy strategy) |
DatabaseConfig |
DatabaseConfig.setCacheModeStrategy(CacheModeStrategy strategy) |
void |
EnvironmentMutableConfig.setCacheModeStrategyVoid(CacheModeStrategy strategy) |
void |
DatabaseConfig.setCacheModeStrategyVoid(CacheModeStrategy strategy) |
Copyright (c) 2004, 2013 Oracle and/or its affiliates. All rights reserved.