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

All Superinterfaces:
NodeOps<PK,D>
All Known Subinterfaces:
GroupQueueStorage<PK,D>, GroupQueueStorage.GroupQueueStorageNode<PK,D,F>, GroupQueueStorage.PhysicalGroupQueueStorageNode<PK,D,F>, IndexedMapStorage<PK,D>, IndexedMapStorage.IndexedMapStorageNode<PK,D,F>, IndexedMapStorage.PhysicalIndexedMapStorageNode<PK,D,F>, IndexedMapStorageWriter<PK,D>, IndexedMapStorageWriter.IndexedMapStorageWriterNode<PK,D,F>, IndexedMapStorageWriter.PhysicalIndexedMapStorageWriterNode<PK,D,F>, IndexedSortedMapStorage<PK,D>, IndexedSortedMapStorage.IndexedSortedMapStorageNode<PK,D,F>, IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>, IndexedSortedMapStorageWriter<PK,D>, IndexedSortedMapStorageWriter.IndexedSortedMapStorageWriterNode<PK,D,F>, IndexedSortedMapStorageWriter.PhysicalIndexedSortedMapStorageWriterNode<PK,D,F>, MapStorage<PK,D>, MapStorage.MapStorageNode<PK,D,F>, MapStorage.PhysicalMapStorageNode<PK,D,F>, MapStorageCounterAdapterMixin<PK,D,F,N>, MapStorageSanitizationAdapterMixin<PK,D,F,N>, MapStorageTraceAdapterMixin<PK,D,F,N>, MapStorageWriter<PK,D>, MapStorageWriter.MapStorageWriterNode<PK,D,F>, MapStorageWriter.PhysicalMapStorageWriterNode<PK,D,F>, MapStorageWriterCallsiteAdapterMixin<PK,D,F,N>, PhysicalMapStorageAvailabilityAdapterMixin<PK,D,F,N>, PhysicalSubEntitySortedMapStorageNode<EK,PK,D,F>, QueueStorage<PK,D>, QueueStorage.PhysicalQueueStorageNode<PK,D,F>, QueueStorage.QueueStorageNode<PK,D,F>, QueueStorageWriter<PK,D>, QueueStorageWriter.PhysicalQueueStorageWriterNode<PK,D,F>, QueueStorageWriter.QueueStorageWriterNode<PK,D,F>, SortedMapStorage<PK,D>, SortedMapStorage.PhysicalSortedMapStorageNode<PK,D,F>, SortedMapStorage.SortedMapStorageNode<PK,D,F>, SortedMapStorageWriter<PK,D>, SortedMapStorageWriter.PhysicalSortedMapStorageWriterNode<PK,D,F>, SortedMapStorageWriter.SortedMapStorageWriterNode<PK,D,F>, StorageWriter.StorageWriterNode<PK,D,F>, StreamStorage<PK,D>, StreamStorage.PhysicalStreamStorageNode<PK,D,F>, SubEntitySortedMapStorageNode<EK,PK,D,F>
All Known Implementing Classes:
DatabeanToBlobNode, IndexedSortedMapStorageCallsiteAdapter, IndexedSortedMapStorageCounterAdapter, MapStorageCallsiteAdapter, MapStorageCounterAdapter, NoOpGroupQueueNode, NoOpNode, NoOpQueueNode, PhysicalGroupQueueStorageCounterAdapter, PhysicalGroupQueueStorageSanitizationAdapter, PhysicalGroupQueueStorageTraceAdapter, PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter, PhysicalIndexedSortedMapStorageCallsiteAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageTraceAdapter, PhysicalMapStorageAvailabilityAdapterFactory.PhysicalMapStorageAvailabilityAdapter, PhysicalMapStorageCallsiteAdapter, PhysicalMapStorageCounterAdapter, PhysicalMapStorageSanitizationAdapter, PhysicalMapStorageTraceAdapter, PhysicalQueueStorageCounterAdapter, PhysicalQueueStorageSanitizationAdapter, PhysicalQueueStorageTraceAdapter, PhysicalSortedMapStorageAvailabilityAdapterFactory.PhysicalSortedMapStorageAvailabilityAdapter, PhysicalSortedMapStorageCallsiteAdapter, PhysicalSortedMapStorageCounterAdapter, PhysicalSortedMapStorageSanitizationAdapter, PhysicalSortedMapStorageTraceAdapter, PhysicalSubEntitySortedMapStorageCallsiteAdapter, PhysicalSubEntitySortedMapStorageCounterAdapter, PhysicalSubEntitySortedMapStorageTraceAdapter, QueueStorageWriterCounterAdapter, QueueStorageWriterSanitizationAdapter, QueueStorageWriterTraceAdapter, SortedMapStorageCallsiteAdapter, SortedMapStorageCounterAdapter

public interface StorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>> extends NodeOps<PK,D>
Methods for writing to any storage system.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    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
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    put(D databean)
     
    void
    put(D databean, Config config)
     
    default void
    putMulti(Collection<D> databeans)
     
    void
    putMulti(Collection<D> databeans, Config config)