Interface MapStorageWriter<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>
All Known Subinterfaces:
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>, IndexingMapStorageMixin<PK,​D,​F,​N>, 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.MapStorageWriterNode<PK,​D,​F>, MapStorageWriter.PhysicalMapStorageWriterNode<PK,​D,​F>, MapStorageWriterCallsiteAdapterMixin<PK,​D,​F,​N>, PhysicalMapStorageAvailabilityAdapterMixin<PK,​D,​F,​N>, PhysicalSubEntitySortedMapStorageNode<EK,​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>, SubEntitySortedMapStorageNode<EK,​PK,​D,​F>, TallyStorage<PK,​D>, TallyStorage.PhysicalTallyStorageNode<PK,​D,​F>, TallyStorage.TallyStorageNode<PK,​D,​F>, TallyStorageWriter<PK,​D>, TallyStorageWriter.PhysicalTallyStorageWriterNode<PK,​D,​F>, TallyStorageWriter.TallyStorageWriterNode<PK,​D,​F>
All Known Implementing Classes:
IndexedSortedMapStorageCallsiteAdapter, IndexedSortedMapStorageCounterAdapter, IndexingMapStorageNode, IndexingSortedMapStorageNode, MapStorageCallsiteAdapter, MapStorageCounterAdapter, NoOpGroupQueueNode, NoOpNode, NoOpQueueNode, PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter, PhysicalIndexedSortedMapStorageCallsiteAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageTraceAdapter, PhysicalMapStorageAvailabilityAdapterFactory.PhysicalMapStorageAvailabilityAdapter, PhysicalMapStorageCallsiteAdapter, PhysicalMapStorageCounterAdapter, PhysicalMapStorageSanitizationAdapter, PhysicalMapStorageTraceAdapter, PhysicalSortedMapStorageAvailabilityAdapterFactory.PhysicalSortedMapStorageAvailabilityAdapter, PhysicalSortedMapStorageCallsiteAdapter, PhysicalSortedMapStorageCounterAdapter, PhysicalSortedMapStorageSanitizationAdapter, PhysicalSortedMapStorageTraceAdapter, PhysicalSubEntitySortedMapStorageAvailabilityAdapterFactory.PhysicalSubEntitySortedMapStorageAvailabilityAdapter, PhysicalSubEntitySortedMapStorageCallsiteAdapter, PhysicalSubEntitySortedMapStorageCounterAdapter, PhysicalSubEntitySortedMapStorageSanitizationAdapter, PhysicalSubEntitySortedMapStorageTraceAdapter, PhysicalTallyStorageCounterAdapter, PhysicalTallyStorageSanitizationAdapter, PhysicalTallyStorageTraceAdapter, SortedMapStorageCallsiteAdapter, SortedMapStorageCounterAdapter, TallyStorageSanitizationAdapter, TallyStorageWriterCounterAdapter, TallyStorageWriterTraceAdapter

public interface MapStorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>>
extends StorageWriter<PK,​D>
Methods for deleting from simple key/value storage systems, supporting similar methods to a HashMap. See MapStorageReader for implementation notes.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static interface  MapStorageWriter.MapStorageWriterNode<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>>  
    static interface  MapStorageWriter.PhysicalMapStorageWriterNode<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 
    Modifier and Type Field Description
    static java.lang.String OP_delete  
    static java.lang.String OP_deleteAll  
    static java.lang.String OP_deleteMulti  
    static java.lang.String OP_put  
    static java.lang.String OP_putMulti  
  • Method Summary

    Modifier and Type Method Description
    default void delete​(PK key)  
    void delete​(PK key, Config config)  
    default void deleteAll()  
    void deleteAll​(Config config)  
    default void deleteBatched​(io.datarouter.scanner.Scanner<PK> keys)  
    default void deleteBatched​(io.datarouter.scanner.Scanner<PK> keys, Config config)  
    default void deleteMulti​(java.util.Collection<PK> keys)  
    void deleteMulti​(java.util.Collection<PK> keys, Config config)  

    Methods inherited from interface io.datarouter.storage.node.op.raw.write.StorageWriter

    put, put, putMulti, putMulti