Class NodeCounterFormatter<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>,​N extends Node<PK,​D,​F>>

java.lang.Object
io.datarouter.storage.node.adapter.counter.formatter.NodeCounterFormatter<PK,​D,​F,​N>

public class NodeCounterFormatter<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>,​N extends Node<PK,​D,​F>>
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    NodeCounterFormatter​(N node)  
  • Method Summary

    Modifier and Type Method Description
    void count​(java.lang.String key)  
    void count​(java.lang.String key, long delta)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • count

      public void count​(java.lang.String key)
    • count

      public void count​(java.lang.String key, long delta)