| Package | Description |
|---|---|
| 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.log |
INTERNAL: Low level data storage including log entry sequential
logging/writing, random reading/fetching, and sequential reading.
|
| com.sleepycat.je.rep.impl.networkRestore |
INTERNAL: Protocol for
network restore. |
| com.sleepycat.je.utilint |
INTERNAL: Misc utility classes, including some stat classes.
|
| Modifier and Type | Method and Description |
|---|---|
FileManager |
EnvironmentImpl.getFileManager() |
| Modifier and Type | Field and Description |
|---|---|
protected FileManager |
FileReader.fileManager |
protected FileManager |
FileReader.ReadWindow.fileManager |
| Modifier and Type | Method and Description |
|---|---|
void |
RestoreMarker.removeMarkerFile(FileManager fileManager)
Remove the marker file.
|
| Constructor and Description |
|---|
RestoreMarker(FileManager fileManager,
LogManager logManager) |
| Constructor and Description |
|---|
NetworkBackup(InetSocketAddress serverSocket,
File envDir,
NameIdPair clientNameId,
boolean retainLogfiles,
FileManager fileManager,
LogManager logManager,
DataChannelFactory channelFactory)
Convenience overloading.
|
NetworkBackup(InetSocketAddress serverSocket,
int receiveBufferSize,
File envDir,
NameIdPair clientNameId,
boolean retainLogfiles,
int serverLoadThreshold,
VLSN minVLSN,
RepImpl repImpl,
FileManager fileManager,
LogManager logManager,
DataChannelFactory channelFactory,
Properties exceptionProperties)
Creates a configured backup instance which when executed will backup the
files to the environment directory.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
DbLsn.getTrueDistance(long thisLsn,
long otherLsn,
FileManager fileManager)
Returns the number of bytes between two LSNs, counting the true size of
each intermediate file.
|
static long |
DbLsn.getWithCleaningDistance(long thisLsn,
long otherLsn,
long logFileSize,
FileManager fileManager)
Return the logsize in bytes between these two LSNs.
|
Copyright © 2024. All rights reserved.