Uses of Interface
io.datarouter.storage.node.op.raw.BlobStorage
| Package | Description |
|---|---|
| io.datarouter.storage.file | |
| io.datarouter.storage.node.op.raw |
-
Uses of BlobStorage in io.datarouter.storage.file
Classes in io.datarouter.storage.file that implement BlobStorage Modifier and Type Class Description classDirectoryLightweight directory representation that is not tracked by the framework.Constructors in io.datarouter.storage.file with parameters of type BlobStorage Constructor Description Directory(BlobStorage<PathbeanKey,Pathbean> parent)Directory(BlobStorage<PathbeanKey,Pathbean> parent, Subpath subpathInParent)Directory(BlobStorage<PathbeanKey,Pathbean> parent, Subpath subpathInParent, String counterName) -
Uses of BlobStorage in io.datarouter.storage.node.op.raw
Subinterfaces of BlobStorage in io.datarouter.storage.node.op.raw Modifier and Type Interface Description 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>>