Class Tally

java.lang.Object
io.datarouter.model.databean.BaseDatabean<TallyKey,Tally>
io.datarouter.storage.tally.Tally
All Implemented Interfaces:
io.datarouter.model.databean.Databean<TallyKey,Tally>, Comparable<io.datarouter.model.databean.Databean<?,?>>

public class Tally extends io.datarouter.model.databean.BaseDatabean<TallyKey,Tally>
  • Constructor Details

    • Tally

      public Tally()
    • Tally

      public Tally(String id, Long tally)
    • Tally

      public Tally(String id, Long tally, Long expirationMs)
    • Tally

      public Tally(TallyKey key, Long tally, Long expirationMs)
  • Method Details

    • getKeySupplier

      public Supplier<TallyKey> getKeySupplier()
    • getTally

      public Long getTally()
    • getExpirationMs

      public Long getExpirationMs()