Created
July 12, 2015 04:23
-
-
Save donigian/54006eaff36995dfbf59 to your computer and use it in GitHub Desktop.
UserShardRecord
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Purpose of UserShardRecord is to store/correlate shardId for a particular userId */ | |
case class UserShardRecord(userId: String, shardId: String) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment