tachyon
Class DataServer

java.lang.Object
  extended by tachyon.DataServer
All Implemented Interfaces:
Runnable

public class DataServer
extends Object
implements Runnable

The Server to serve data file read request from remote machines. The current implementation is based on non-blocking NIO.


Constructor Summary
DataServer(InetSocketAddress address, WorkerServiceHandler workerServiceHandler)
           
 
Method Summary
 void close()
           
 boolean isClosed()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataServer

public DataServer(InetSocketAddress address,
                  WorkerServiceHandler workerServiceHandler)
Method Detail

close

public void close()
           throws IOException
Throws:
IOException

isClosed

public boolean isClosed()

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2013. All Rights Reserved.