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>
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceStreamStorage.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>> -
Field Summary
Fields inherited from interface io.datarouter.storage.node.op.raw.write.StorageWriter
OP_put, OP_putMultiFields inherited from interface io.datarouter.storage.node.op.raw.read.StreamStorageReader
OP_subscribe -
Method Summary
Methods inherited from interface io.datarouter.storage.node.op.raw.write.StorageWriter
put, put, putMulti, putMultiMethods inherited from interface io.datarouter.storage.node.op.raw.read.StreamStorageReader
subscribe, subscribe