| 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.util.verify |
INTERNAL: Scheduled data verifier and Btree verification.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentFailureReason |
EnvironmentFailureException.getReason()
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentFailureException |
EnvironmentFailureException.promote(EnvironmentImpl envImpl,
EnvironmentFailureReason reason,
String message,
Throwable cause)
For internal use only.
|
| Constructor and Description |
|---|
EnvironmentFailureException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason)
For internal use only.
|
EnvironmentFailureException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason,
String message)
For internal use only.
|
EnvironmentFailureException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason,
String message,
Throwable cause)
For internal use only.
|
EnvironmentFailureException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason,
Throwable cause)
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentFailureReason |
EnvironmentFailureReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnvironmentFailureReason[] |
EnvironmentFailureReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RestartRequiredException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason) |
RestartRequiredException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason,
Exception cause) |
RestartRequiredException(EnvironmentImpl envImpl,
EnvironmentFailureReason reason,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentFailureException |
VerifierUtils.createMarkerFileFromException(RestoreRequired.FailureType failureType,
Throwable origException,
EnvironmentImpl envImpl,
EnvironmentFailureReason reason)
Create the restore marker file from Exception origException and return
an EFE that can be thrown by the caller.
|
Copyright © 2024. All rights reserved.