类 Counter

java.lang.Object
io.contek.tusk.counter.Counter

@Immutable
public final class Counter
extends java.lang.Object
  • 嵌套类概要

    嵌套类 
    修饰符和类型 说明
    static class  Counter.Tagging  
  • 方法概要

    修饰符和类型 方法 说明
    static Counter counter​(io.contek.tusk.Table table, java.lang.String countColumn)  
    static Counter counter​(io.contek.tusk.Table table, java.lang.String countColumn, java.time.Duration countPeriod)  
    static Counter counter​(io.contek.tusk.Table table, java.lang.String countColumn, java.time.Duration countPeriod, io.contek.tusk.BatchingConfig batching)  
    static Counter counter​(java.lang.String table, java.lang.String countColumn)  
    static Counter counter​(java.lang.String database, java.lang.String table, java.lang.String countColumn)  
    Counter.Tagging withTags()  

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 方法详细资料

    • counter

      public static Counter counter​(java.lang.String table, java.lang.String countColumn)
    • counter

      public static Counter counter​(@Nullable java.lang.String database, java.lang.String table, java.lang.String countColumn)
    • counter

      public static Counter counter​(io.contek.tusk.Table table, java.lang.String countColumn)
    • counter

      public static Counter counter​(io.contek.tusk.Table table, java.lang.String countColumn, java.time.Duration countPeriod)
    • counter

      public static Counter counter​(io.contek.tusk.Table table, java.lang.String countColumn, java.time.Duration countPeriod, io.contek.tusk.BatchingConfig batching)
    • withTags

      public Counter.Tagging withTags()