Class Tally

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

public class Tally
extends io.datarouter.model.databean.BaseDatabean<TallyKey,​Tally>
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Tally.FieldKeys  
    static class  Tally.TallyFielder  
  • Field Summary

    Fields inherited from class io.datarouter.model.databean.BaseDatabean

    DEFAULT_KEY_FIELD_NAME
  • Constructor Summary

    Constructors 
    Constructor Description
    Tally()  
    Tally​(TallyKey key, java.lang.Long tally)  
    Tally​(java.lang.String id, java.lang.Long tally)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Class<TallyKey> getKeyClass()  
    java.lang.Long getTally()  

    Methods inherited from class io.datarouter.model.databean.BaseDatabean

    compareTo, equals, getDatabeanName, getKey, getKeyFieldName, getKeyFields, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Tally

      public Tally()
    • Tally

      public Tally​(java.lang.String id, java.lang.Long tally)
    • Tally

      public Tally​(TallyKey key, java.lang.Long tally)
  • Method Details