tachyon
Class DataServer
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataServer
public DataServer(InetSocketAddress address,
WorkerServiceHandler workerServiceHandler)
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.