public static class DFSClient.Conf extends Object
Modifier and Type | Field and Description |
---|---|
BlockReaderFactory.FailureInjector |
brfFailureInjector |
Constructor and Description |
---|
Conf(org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
String |
getDomainSocketPath() |
boolean |
isDomainSocketDataTraffic() |
boolean |
isShortCircuitLocalReads() |
boolean |
isUseLegacyBlockReaderLocal() |
public BlockReaderFactory.FailureInjector brfFailureInjector
public Conf(org.apache.hadoop.conf.Configuration conf)
public boolean isUseLegacyBlockReaderLocal()
public String getDomainSocketPath()
public boolean isShortCircuitLocalReads()
public boolean isDomainSocketDataTraffic()
Copyright © 2015 Apache Software Foundation. All Rights Reserved.