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

All Known Implementing Classes:
HBaseNode, HBaseSubEntityNode

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