Package com.danga.MemCached.test
Class MemCachedTest
- java.lang.Object
-
- com.danga.MemCached.test.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.
-