public static class DfsClientConf.ShortCircuitConf extends Object
Constructor and Description |
---|
DfsClientConf.ShortCircuitConf(org.apache.hadoop.conf.Configuration conf) |
Modifier and Type | Method and Description |
---|---|
String |
confAsString() |
String |
getDomainSocketPath() |
long |
getKeyProviderCacheExpiryMs() |
int |
getShortCircuitBufferSize() |
long |
getShortCircuitCacheStaleThresholdMs() |
long |
getShortCircuitMmapCacheExpiryMs() |
long |
getShortCircuitMmapCacheRetryTimeout() |
int |
getShortCircuitMmapCacheSize() |
int |
getShortCircuitSharedMemoryWatcherInterruptCheckMs() |
long |
getShortCircuitStreamsCacheExpiryMs() |
int |
getShortCircuitStreamsCacheSize() |
int |
getSocketCacheCapacity() |
long |
getSocketCacheExpiry() |
boolean |
isDomainSocketDataTraffic() |
boolean |
isShortCircuitLocalReads() |
boolean |
isShortCircuitMmapEnabled() |
boolean |
isSkipShortCircuitChecksums() |
boolean |
isUseLegacyBlockReader() |
boolean |
isUseLegacyBlockReaderLocal() |
public DfsClientConf.ShortCircuitConf(org.apache.hadoop.conf.Configuration conf)
public int getSocketCacheCapacity()
public long getSocketCacheExpiry()
public boolean isUseLegacyBlockReaderLocal()
public String getDomainSocketPath()
public boolean isShortCircuitLocalReads()
public boolean isDomainSocketDataTraffic()
public boolean isUseLegacyBlockReader()
public boolean isSkipShortCircuitChecksums()
public int getShortCircuitBufferSize()
public int getShortCircuitStreamsCacheSize()
public long getShortCircuitStreamsCacheExpiryMs()
public int getShortCircuitSharedMemoryWatcherInterruptCheckMs()
public boolean isShortCircuitMmapEnabled()
public int getShortCircuitMmapCacheSize()
public long getShortCircuitMmapCacheExpiryMs()
public long getShortCircuitMmapCacheRetryTimeout()
public long getShortCircuitCacheStaleThresholdMs()
public long getKeyProviderCacheExpiryMs()
public String confAsString()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.