| Package | Description |
|---|---|
| com.sleepycat.je |
Foundation for creating environments, databases and transactions; provides
cursor based data access.
|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| com.sleepycat.je.rep |
Berkeley DB Java Edition High Availability (JE HA) enables replication of JE
environments.
|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected RepConfigProxy |
Environment.setupRepConfig(File envHome,
RepConfigProxy repConfigProxy,
EnvironmentConfig envConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected EnvironmentImpl |
Environment.makeEnvironmentImpl(File envHome,
EnvironmentConfig envConfig,
RepConfigProxy repConfigProxy) |
protected RepConfigProxy |
Environment.setupRepConfig(File envHome,
RepConfigProxy repConfigProxy,
EnvironmentConfig envConfig) |
| Constructor and Description |
|---|
Environment(File envHome,
EnvironmentConfig envConfig,
RepConfigProxy repConfigProxy,
EnvironmentImpl envImpl) |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentImpl |
DbEnvPool.getEnvironment(File envHome,
EnvironmentConfig config,
boolean checkImmutableParams,
RepConfigProxy repConfigProxy)
Find a single environment, used by Environment handles and by command
line utilities.
|
protected DbConfigManager |
EnvironmentImpl.initConfigManager(EnvironmentConfig envConfig,
RepConfigProxy repParams)
Create a config manager that holds the configuration properties that
have been passed in.
|
protected void |
EnvironmentImpl.initConfigParams(EnvironmentConfig envConfig,
RepConfigProxy repConfigProxy)
Init configuration params during environment creation.
|
| Constructor and Description |
|---|
EnvironmentImpl(File envHome,
EnvironmentConfig envConfig,
EnvironmentImpl sharedCacheEnv,
RepConfigProxy repConfigProxy)
Create a database environment to represent the data in envHome.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReplicationConfig
Specifies the immutable attributes of a replicated environment.
|
| Modifier and Type | Method and Description |
|---|---|
protected RepConfigProxy |
ReplicatedEnvironment.setupRepConfig(File envHome,
RepConfigProxy repConfigProxy,
EnvironmentConfig envConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected RepConfigProxy |
ReplicatedEnvironment.setupRepConfig(File envHome,
RepConfigProxy repConfigProxy,
EnvironmentConfig envConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected DbConfigManager |
RepImpl.initConfigManager(EnvironmentConfig envConfig,
RepConfigProxy repConfigProxy) |
protected void |
RepImpl.initConfigParams(EnvironmentConfig envConfig,
RepConfigProxy repConfigProxy)
Called by the EnvironmentImpl constructor.
|
| Constructor and Description |
|---|
RepConfigManager(EnvironmentConfig envConfig,
RepConfigProxy repConfigProxy) |
RepImpl(File envHome,
EnvironmentConfig envConfig,
EnvironmentImpl sharedCacheEnv,
RepConfigProxy repConfigProxy) |
Copyright © 2024. All rights reserved.