public interface AscendAllocationStore
| Modifier and Type | Method and Description |
|---|---|
JsonArray |
get(java.lang.String userId)
Retrieves a JsonArray.
|
void |
put(java.lang.String userId,
JsonArray allocations)
Stores a JsonArray.
|
JsonArray get(java.lang.String userId)
Retrieves a JsonArray that represents the participant's allocations. If there are no stored allocations, should return null.
userId - the participant's unique idvoid put(java.lang.String userId,
JsonArray allocations)
Stores the given JsonArray and maps it to the provided userId.
userId - the participant's unique idallocations - a participant's allocations