| Package | Description |
|---|---|
| com.threerings.stats.data | |
| com.threerings.stats.server.persist |
| Class and Description |
|---|
| 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.
|
| Class and Description |
|---|
| 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 © 2015. All rights reserved.