public class PercentileRecord extends PersistentRecord
Percentiler record.| Modifier and Type | Field and Description |
|---|---|
static Class<PercentileRecord> |
_R |
byte[] |
data
The raw percentiler data.
|
static ColumnExp<byte[]> |
DATA |
static ColumnExp<Integer> |
GAME_ID |
static 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 and Description |
|---|
PercentileRecord() |
| Modifier and Type | Method and Description |
|---|---|
static Key<PercentileRecord> |
getKey(int gameId,
int gameMode)
Create and return a primary
Key to identify a PercentileRecord
with the supplied key values. |
clonepublic static final Class<PercentileRecord> _R
public static final ColumnExp<byte[]> DATA
public static final int SCHEMA_VERSION
public int gameId
public int gameMode
public byte[] data
public static Key<PercentileRecord> getKey(int gameId, int gameMode)
Key to identify a PercentileRecord
with the supplied key values.Copyright © 2015. All rights reserved.