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

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

public interface BlobStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>>
extends NodeOps<PK,​D>
Methods for reading from an blob store such as the filesystem or S3.