org.shiftone.cache.test
Class Thrasher

java.lang.Object
  extended byorg.shiftone.cache.test.Thrasher

public class Thrasher
extends java.lang.Object

Concurrent cache tester.

Version:
$Revision: 1.9 $
Author:
Jeff Drost

Nested Class Summary
(package private)  class Thrasher.ThrasherRunnable
           
 
Constructor Summary
Thrasher(Cache cache, int threadCount)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void thrash()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Thrasher

public Thrasher(Cache cache,
                int threadCount)
Method Detail

thrash

public void thrash()

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception