Class PermanentLoadCreator
- java.lang.Object
-
- org.copperengine.core.persistent.cassandra.loadtest.PermanentLoadCreator
-
public class PermanentLoadCreator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PermanentLoadCreator(int payloadSize)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)PermanentLoadCreatorstart()PermanentLoadCreatorstartThread()voidwork()
-
-
-
Method Detail
-
start
public PermanentLoadCreator start() throws java.lang.Exception
- Throws:
java.lang.Exception
-
startThread
public PermanentLoadCreator startThread()
-
work
public void work()
-
main
public static void main(java.lang.String[] args)
-
-