| DataVendingService |
class DataVendingService : AbstractNodeServiceThis class sets up network message handlers for requests from peers for data keyed by hash. It is a piece of simple glue that sits between the network layer and the database layer. |
| NodeAttachmentService |
class NodeAttachmentService : AttachmentStorage, AcceptsFileUploadStores attachments in the specified local directory, which must exist. Doesnt allow new attachments to be uploaded. |
| PerFileCheckpointStorage |
class PerFileCheckpointStorage : CheckpointStorageFile-based checkpoint storage, storing checkpoints per file. |
| StorageServiceImpl |
open class StorageServiceImpl : StorageService |