| Package | Description |
|---|---|
| com.threerings.stats.data | |
| com.threerings.stats.server.persist |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Stat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux)
Serializes this instance for storage in the item database.
|
void |
ShortStringSetStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux) |
void |
MaxValueIntStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux) |
void |
MaxIntStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux) |
void |
IntStringSetStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux) |
void |
IntStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux) |
void |
IntSetStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux) |
void |
IntArrayStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux) |
void |
ByteStringSetStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux) |
void |
ByteByteStringMapStat.persistTo(com.threerings.io.ObjectOutputStream out,
Stat.AuxDataSource aux) |
abstract void |
Stat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux)
Unserializes this item from data obtained from the item database.
|
void |
ShortStringSetStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux) |
void |
MaxValueIntStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux) |
void |
MaxIntStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux) |
void |
IntStringSetStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux) |
void |
IntStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux) |
void |
IntSetStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux) |
void |
IntArrayStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux) |
void |
ByteStringSetStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux) |
void |
ByteByteStringMapStat.unpersistFrom(com.threerings.io.ObjectInputStream in,
Stat.AuxDataSource aux) |
| Modifier and Type | Class and Description |
|---|---|
class |
StatRepository
Responsible for the persistent storage of per-player statistics.
|
Copyright © 2015. All rights reserved.