Class MemCachedTest


  • public class MemCachedTest
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  MemCachedTest.bench
      Test code per thread.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.Hashtable<java.lang.Integer,​java.lang.StringBuilder> threadInfo  
    • Constructor Summary

      Constructors 
      Constructor Description
      MemCachedTest()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      This runs through some simple tests of the MemCacheClient.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • threadInfo

        private static java.util.Hashtable<java.lang.Integer,​java.lang.StringBuilder> threadInfo
    • Constructor Detail

      • MemCachedTest

        public MemCachedTest()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        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
        Parameters:
        args - the command line arguments