Package org.apache.hadoop.hdfs.nfs.nfs3


package org.apache.hadoop.hdfs.nfs.nfs3
  • Class
    Description
    org.apache.hadoop.hdfs.nfs.nfs3.AsyncDataService
    This class is a thread pool to easily schedule async data operations.
    org.apache.hadoop.hdfs.nfs.nfs3.Nfs3
    Nfs server.
    org.apache.hadoop.hdfs.nfs.nfs3.Nfs3Metrics
    This class is for maintaining the various NFS gateway activity statistics and publishing them through the metrics interfaces.
    org.apache.hadoop.hdfs.nfs.nfs3.Nfs3Utils
    Utility/helper methods related to NFS
    org.apache.hadoop.hdfs.nfs.nfs3.OffsetRange
    OffsetRange is the range of read/write request.
    org.apache.hadoop.hdfs.nfs.nfs3.PrivilegedNfsGatewayStarter
    This class is used to allow the initial registration of the NFS gateway with the system portmap daemon to come from a privileged (< 1024) port.
    org.apache.hadoop.hdfs.nfs.nfs3.RpcProgramNfs3
    RPC program corresponding to nfs daemon.
    org.apache.hadoop.hdfs.nfs.nfs3.WriteManager
    Manage the writes and responds asynchronously.
    org.apache.hadoop.hdfs.nfs.nfs3.WriteManager.MultipleCachedStreamException