| Package | Description |
|---|---|
| com.sleepycat.je.cleaner |
INTERNAL: disk garbage collection.
|
| Modifier and Type | Method and Description |
|---|---|
FileProtector.ProtectedFileRange |
FileProtector.protectFileRange(String name,
long rangeStart)
Calls
FileProtector.protectFileRange(String, long, boolean, boolean) passing
false for protectVlsnIndex and true for protectBarrenFiles. |
FileProtector.ProtectedFileRange |
FileProtector.protectFileRange(String name,
long rangeStart,
boolean protectVlsnIndex,
boolean protectBarrenFiles)
Returns a ProtectedFileRange that protects files with numbers GTE a
lower bound.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileProtector.setVLSNIndexProtectedFileRange(FileProtector.ProtectedFileRange pfs)
Sets the ProtectedFileRange that protects files in VLSNIndex range
from being deleted.
|
Copyright © 2024. All rights reserved.