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

All Superinterfaces:
NodeOps<PK,​D>, StorageWriter<PK,​D>, StreamStorageReader<PK,​D>
All Known Subinterfaces:
StreamStorage.PhysicalStreamStorageNode<PK,​D,​F>

public interface StreamStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>>
extends StorageWriter<PK,​D>, StreamStorageReader<PK,​D>