org.apache.hadoop.hdfs.nfs.nfs3
Class AsyncDataService

java.lang.Object
  extended by org.apache.hadoop.hdfs.nfs.nfs3.AsyncDataService

public class AsyncDataService
extends Object

This class is a thread pool to easily schedule async data operations.Current async data operation is write back operation. In the future, we could use it for readahead operations too.


Constructor Summary
AsyncDataService()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncDataService

public AsyncDataService()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.