Package | Description |
---|---|
com.persistit |
Implements Persistit™'s core functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
BackupTask
Task to perform and/or control hot (concurrent) backup.
|
class |
IntegrityCheck
A simple integrity checker that traverses all pages within one or more
Tree s, verifies the internal structure of each page, and verifies the
relationships between the pages. |
class |
StatisticsTask
Task that reports, either once or periodically, various runtime statistics.
|
class |
StreamLoader
Loads Persistit records from a file or other stream in a format generated by
a
StreamSaver . |
class |
StreamSaver
Saves Persistit records to a DataOutputStream in the format expected by a
StreamLoader instance. |
class |
TaskCheck
A
Task which simply checks the status of another
Task . |
Modifier and Type | Method and Description |
---|---|
String |
Management.launch(Task task,
String description)
Launch a task.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.