Uses of Package
com.threerings.stats.data

Packages that use com.threerings.stats.data
com.threerings.stats.data   
com.threerings.stats.server.persist   
 

Classes in com.threerings.stats.data used by com.threerings.stats.data
IntSetStat
          Used to track a statistic comprised of a bounded set of integers.
IntStat
          Used to track a single integer statistic.
SetStat
           
Stat
          A base class for persistent statistics tracked on a per-player basis (some for a single game, others for all time).
Stat.AuxDataSource
          Provides auxilliary information to statistics during the persisting process.
Stat.Type
          Defines the various per-player tracked statistics.
StatModifier
          Encapsulates a modification to a single stat that can be serialized and sent to a different server, if needed, to update stats loaded at runtime.
StatSet.Container
          An interface to be implemented by an entity that wishes to be notified when the contents of a stat set change.
StringMapStat
          Used to track a statistic comprised of a set of strings that map to numeric counts.
StringSetStat
          Used to track a statistic comprised of a set of strings.
 

Classes in com.threerings.stats.data used by com.threerings.stats.server.persist
Stat
          A base class for persistent statistics tracked on a per-player basis (some for a single game, others for all time).
Stat.AuxDataSource
          Provides auxilliary information to statistics during the persisting process.
Stat.Type
          Defines the various per-player tracked statistics.
StatModifier
          Encapsulates a modification to a single stat that can be serialized and sent to a different server, if needed, to update stats loaded at runtime.
 



Copyright © 2011. All Rights Reserved.