Uses of Interface
io.datarouter.storage.node.op.raw.read.BlobStorageReader
| Package | Description |
|---|---|
| io.datarouter.storage.node.op.raw | |
| io.datarouter.storage.node.op.raw.write |
-
Uses of BlobStorageReader in io.datarouter.storage.node.op.raw
Subinterfaces of BlobStorageReader in io.datarouter.storage.node.op.raw Modifier and Type Interface Description interfaceBlobStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>static interfaceBlobStorage.BlobStorageNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>>static interfaceBlobStorage.PhysicalBlobStorageNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>,F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK,D>> -
Uses of BlobStorageReader in io.datarouter.storage.node.op.raw.write
Subinterfaces of BlobStorageReader in io.datarouter.storage.node.op.raw.write Modifier and Type Interface Description interfaceBlobStorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>Methods for writing to an object store such as the filesystem or S3.