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.
-
Method Summary
Modifier and Type Method Description voiddelete(PathbeanKey key)voiddeleteAll(Subpath subpath)voidwrite(PathbeanKey key, byte[] value)Methods inherited from interface io.datarouter.storage.node.op.raw.read.BlobStorageReader
exists, getBucket, getRootPath, read, read, scan, scanKeys