DataVending |
object DataVending |
NodeAttachmentService |
class NodeAttachmentService : AttachmentStorage, AcceptsFileUpload Stores attachments in the specified local directory, which must exist. Doesnt allow new attachments to be uploaded. |
PerFileCheckpointStorage |
class PerFileCheckpointStorage : CheckpointStorage File-based checkpoint storage, storing checkpoints per file. |
PerFileTransactionStorage |
class PerFileTransactionStorage : TransactionStorage File-based transaction storage, storing transactions per file. |
StorageServiceImpl |
open class StorageServiceImpl : SingletonSerializeAsToken, TxWritableStorageService |