Interface HBaseIncrement<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>>

All Known Implementing Classes:
HBaseNode

public interface HBaseIncrement<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    increment(Map<PK,Map<String,Long>> countByColumnByKey, io.datarouter.storage.config.Config config)
     
  • Method Details

    • increment

      void increment(Map<PK,Map<String,Long>> countByColumnByKey, io.datarouter.storage.config.Config config)