| Package | Description |
|---|---|
| com.sleepycat.je.cleaner |
INTERNAL: disk garbage collection.
|
| com.sleepycat.je.rep.impl.node |
INTERNAL: Feeder and Replica node implementations.
|
| com.sleepycat.je.rep.vlsn |
INTERNAL: VLSN index (in-memory and persistent) for mapping VLSNs to LSNs.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FileProtector.ProtectedActiveFileSet
A ProtectedFileSet created using
FileProtector.protectActiveFiles(java.lang.String). |
static class |
FileProtector.ProtectedFileRange
A ProtectedFileSet created using
FileProtector.protectFileRange(java.lang.String, long). |
| Modifier and Type | Method and Description |
|---|---|
void |
DataEraser.abortErase(FileProtector.ProtectedFileSet fileSet)
Used to ensure that erasure of a file stops before coping that file
during a backup or network restore.
|
void |
FileProtector.removeFileProtection(FileProtector.ProtectedFileSet pfs)
Removes protection by the given ProtectedFileSet to allow files to be
deleted.
|
| Modifier and Type | Method and Description |
|---|---|
FileProtector.ProtectedFileSet |
RepNode.syncupStarted(NameIdPair syncupNode)
Marks the start of the search for a matchpoint that happens during a
syncup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RepNode.syncupEnded(FileProtector.ProtectedFileSet fileSet) |
| Modifier and Type | Method and Description |
|---|---|
FileProtector.ProtectedFileSet |
VLSNIndex.protectRangeHead(String lockerName)
Prevents truncation of the head of the index range (the lower bound).
|
Copyright © 2024. All rights reserved.