Structs§
- Error
Response - Export
Request - Export
Response - Export
Result - GetRequest
- GetResult
- Represents the final result of a successful
get
operation. - Health
Check Request - Health
Check Response - Health
Check Result - Import
Request - Import
Response - Import
Result - KeyDetails
- Detailed information about a single stored key.
- List
Keys Request - List
Keys Response - List
Tasks Request - Purge
Request - Purge
Response - Purge
Result - PutRequest
- PutResult
- Represents the final result of a successful
put
operation. - Query
Task Request - RmRequest
- RmSuccess
Response - Stats
Request - Stats
Response - Stop
Task Request - Sync
Request - Sync
Response - Sync
Result - Task
- Task
Created Response - Task
List Entry - Task
List Response - Task
Result Response - Task
Stopped Response - Task
Update Response
Enums§
- GetEvent
- Events emitted during a
get
operation. - Health
Check Event - Events emitted during a
health_check
operation. - Init
Progress Event - Events emitted during an
init
(initialization) operation. - Protocol
Error - Purge
Event - Events emitted during a
purge
operation (storage cleanup/verification). - PutEvent
- Request
- Represents all possible requests the client can send to the daemon.
- Response
- Represents all possible responses the daemon can send to the client.
- Storage
Mode - Sync
Event - Events emitted during a
sync
operation. - Task
Progress - Task
Result - Task
Result Type - Task
Status - Task
Type
Constants§
- HEAVIEST_
SCRATCHPAD_ SIZE - HEAVY_
SCRATCHPAD_ SIZE - LIGHTEST_
SCRATCHPAD_ SIZE - LIGHT_
SCRATCHPAD_ SIZE - MEDIUM_
SCRATCHPAD_ SIZE
Functions§
Type Aliases§
- GetCallback
- Callback type used during
get
operations to report progress and allow cancellation. - Health
Check Callback - Callback type used during
health_check
operations to report progress and allow cancellation. - Init
Callback - Callback type used during initialization (
init
) operations to report progress and handle interactive prompts. - Purge
Callback - Callback type used during
purge
operations to report progress and allow cancellation. - PutCallback
- Sync
Callback - Callback type used during
sync
operations to report progress and allow cancellation. - TaskId