类 Counter

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

@Immutable public final class Counter extends Object
  • 方法详细资料

    • counter

      public static Counter counter(String table, String countColumn)
    • counter

      public static Counter counter(@Nullable String database, String table, String countColumn)
    • counter

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

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

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

      public Counter.Tagging withTags()