|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.samskivert.depot.impl.QueryResult
com.samskivert.depot.PersistentRecord
com.threerings.parlor.rating.server.persist.PercentileRecord
public class PercentileRecord
Contains data for a Percentiler record.
| Field Summary | |
|---|---|
static Class<PercentileRecord> |
_R
|
byte[] |
data
The raw percentiler data. |
static com.samskivert.depot.expression.ColumnExp<byte[]> |
DATA
|
static com.samskivert.depot.expression.ColumnExp<Integer> |
GAME_ID
|
static com.samskivert.depot.expression.ColumnExp<Integer> |
GAME_MODE
|
int |
gameId
The id of the game for which we're tracking a percentile distribution. |
int |
gameMode
The mode of the game. |
static int |
SCHEMA_VERSION
Increment this value to reflect changes to this object's schema. |
| Constructor Summary | |
|---|---|
PercentileRecord()
|
|
| Method Summary | |
|---|---|
static com.samskivert.depot.Key<PercentileRecord> |
getKey(int gameId,
int gameMode)
Create and return a primary Key to identify a PercentileRecord
with the supplied key values. |
| Methods inherited from class com.samskivert.depot.PersistentRecord |
|---|
colexp, newKey, registerKeyFields |
| Methods inherited from class com.samskivert.depot.impl.QueryResult |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Class<PercentileRecord> _R
public static final com.samskivert.depot.expression.ColumnExp<Integer> GAME_ID
public static final com.samskivert.depot.expression.ColumnExp<Integer> GAME_MODE
public static final com.samskivert.depot.expression.ColumnExp<byte[]> DATA
public static final int SCHEMA_VERSION
public int gameId
public int gameMode
public byte[] data
| Constructor Detail |
|---|
public PercentileRecord()
| Method Detail |
|---|
public static com.samskivert.depot.Key<PercentileRecord> getKey(int gameId,
int gameMode)
Key to identify a PercentileRecord
with the supplied key values.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||