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

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

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