tachyon
Class Master

java.lang.Object
  extended by tachyon.Master

public class Master
extends Object

Entry point for the Master program.


Method Summary
static Master createMaster(InetSocketAddress address, int webport, int selectorThreads, int acceptQueueSizePerThreads, int workerThreads)
           
static void main(String[] args)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createMaster

public static Master createMaster(InetSocketAddress address,
                                  int webport,
                                  int selectorThreads,
                                  int acceptQueueSizePerThreads,
                                  int workerThreads)

start

public void start()

stop

public void stop()
          throws Exception
Throws:
Exception

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.