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