I'm hoping to store several gateway IP's in a hash table using HTable, then grab one of them randomly. Does anyone have a recommendation as to how this can be done, or perhaps a better way to do it? I chose HTable because a) I want to reload the values every x minutes and b) I'm using it for other purposes.
Mike