org.apache.hadoop.hdfs
Class DFSClient.Conf

java.lang.Object
  extended by org.apache.hadoop.hdfs.DFSClient.Conf
Enclosing class:
org.apache.hadoop.hdfs.DFSClient

public static class DFSClient.Conf
extends Object

DFSClient configuration


Constructor Summary
DFSClient.Conf(org.apache.hadoop.conf.Configuration conf)
           
 
Method Summary
 String getDomainSocketPath()
           
 boolean isDomainSocketDataTraffic()
           
 boolean isShortCircuitLocalReads()
           
 boolean isUseLegacyBlockReaderLocal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DFSClient.Conf

public DFSClient.Conf(org.apache.hadoop.conf.Configuration conf)
Method Detail

isUseLegacyBlockReaderLocal

public boolean isUseLegacyBlockReaderLocal()

getDomainSocketPath

public String getDomainSocketPath()

isShortCircuitLocalReads

public boolean isShortCircuitLocalReads()

isDomainSocketDataTraffic

public boolean isDomainSocketDataTraffic()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.