- 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>
-
Nested Class Summary
Nested Classes
| Modifier and Type |
Interface |
Description |
static interface |
StreamStorage.PhysicalStreamStorageNode<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>> |
|
Nested classes/interfaces inherited from interface io.datarouter.storage.node.op.raw.write.StorageWriter
StorageWriter.StorageWriterNode<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>>
-
-