public interface AscendAllocationStore
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonArray |
get(java.lang.String uid)
Retrieves a JsonArray.
|
void |
put(java.lang.String uid,
com.google.gson.JsonArray allocations)
Stores a JsonArray.
|
com.google.gson.JsonArray get(java.lang.String uid)
Retrieves a JsonArray that represents the participant's allocations. If there are no stored allocations, should return an empty JsonArray.
uid - the participant's unique idvoid put(java.lang.String uid,
com.google.gson.JsonArray allocations)
Stores the given JsonArray.
uid - the participant's unique idallocations - the participant's allocations