
Classes | |
| class | bench |
Static Public Member Functions | |
| static void | main (String[] args) |
Static Private Attributes | |
| static Hashtable< Integer, StringBuilder > | threadInfo |
| static void main | ( | String[] | args | ) | [static] |
This runs through some simple tests of the MemcacheClient.
Command line args: args[0] = number of threads to spawn args[1] = number of runs per thread args[2] = size of object to store
| args | the command line arguments |
Hashtable<Integer,StringBuilder> threadInfo [static, private] |
Initial value:
new Hashtable<Integer,StringBuilder>()
1.5.8