tachyon.examples
Class Performance

java.lang.Object
  extended by tachyon.examples.Performance

public class Performance
extends Object


Nested Class Summary
static class Performance.GeneralWorker
           
static class Performance.TachyonReadWorker
           
static class Performance.TachyonWriterWorker
           
static class Performance.Worker
           
 
Constructor Summary
Performance()
           
 
Method Summary
static void createFiles()
           
static void logPerIteration(long startTimeMs, int times, String msg, int workerId)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Performance

public Performance()
Method Detail

createFiles

public static void createFiles()
                        throws InvalidPathException,
                               FileAlreadyExistException
Throws:
InvalidPathException
FileAlreadyExistException

logPerIteration

public static void logPerIteration(long startTimeMs,
                                   int times,
                                   String msg,
                                   int workerId)

main

public static void main(String[] args)
                 throws IOException,
                        InvalidPathException,
                        FileAlreadyExistException
Throws:
IOException
InvalidPathException
FileAlreadyExistException


Copyright © 2013. All Rights Reserved.