Interface BlobStorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>>

All Superinterfaces:
BlobStorageReader<PK,​D>, NodeOps<PK,​D>
All Known Subinterfaces:
BlobStorage<PK,​D>, BlobStorage.BlobStorageNode<PK,​D,​F>, BlobStorage.PhysicalBlobStorageNode<PK,​D,​F>

public interface BlobStorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>>
extends BlobStorageReader<PK,​D>
Methods for writing to an object store such as the filesystem or S3.