Interface BlobStorage.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>>

All Superinterfaces:
BlobStorage<PK,​D>, BlobStorageReader<PK,​D>, BlobStorageWriter<PK,​D>, NodeOps<PK,​D>
All Known Subinterfaces:
BlobStorage.PhysicalBlobStorageNode<PK,​D,​F>
Enclosing interface:
BlobStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>>

public static interface BlobStorage.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>>
extends BlobStorage<PK,​D>