Name |
Description |
AbstractFilesystemWorker |
Generic I/O worker, all workers extending this abstraction require an IoDriverInterface to read and write raw data |
AddIndexWorker |
Add one or more values to a multi-value index |
AddSortedIndexWorker |
Add one or more values to a sorted index |
DeleteWorker |
Delete an object from the filesystem |
GetIndexSizeWorker |
Get the size of a multi-value/sorted index |
ReadWorker |
Read the raw contents of an object, if the object does not exist, null will be returned |
RemoveSortedIndexWorker |
Remove one or more values from a sorted index |
RetrieveIndexWorker |
Retrieve the value of a multi-value index |
RetrieveSortedIndexWorker |
Retrieve the value of a multi-value index |
RetrieveWorker |
Read and parse an entity object, returning SerialisedData |
ScanWorker |
Performs a key scan |
WriteWorker |
Write raw content to the filesystem |