public static class DfsClientConf.ShortCircuitConf
extends java.lang.Object
| Constructor | Description |
|---|---|
ShortCircuitConf(org.apache.hadoop.conf.Configuration conf) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
confAsString() |
|
long |
getDomainSocketDisableIntervalSeconds() |
|
java.lang.String |
getDomainSocketPath() |
|
long |
getKeyProviderCacheExpiryMs() |
|
int |
getScrMetricsSamplingPercentage() |
|
int |
getShortCircuitBufferSize() |
|
long |
getShortCircuitCacheStaleThresholdMs() |
|
long |
getShortCircuitMmapCacheExpiryMs() |
|
long |
getShortCircuitMmapCacheRetryTimeout() |
|
int |
getShortCircuitMmapCacheSize() |
|
int |
getShortCircuitSharedMemoryWatcherInterruptCheckMs() |
|
long |
getShortCircuitStreamsCacheExpiryMs() |
|
int |
getShortCircuitStreamsCacheSize() |
|
int |
getSocketCacheCapacity() |
|
long |
getSocketCacheExpiry() |
|
boolean |
isDomainSocketDataTraffic() |
|
boolean |
isScrMetricsEnabled() |
|
boolean |
isShortCircuitLocalReads() |
|
boolean |
isShortCircuitMmapEnabled() |
|
boolean |
isSkipShortCircuitChecksums() |
|
boolean |
isUseLegacyBlockReaderLocal() |
public ShortCircuitConf(org.apache.hadoop.conf.Configuration conf)
public int getSocketCacheCapacity()
public long getSocketCacheExpiry()
public boolean isUseLegacyBlockReaderLocal()
public java.lang.String getDomainSocketPath()
public boolean isShortCircuitLocalReads()
public boolean isScrMetricsEnabled()
public int getScrMetricsSamplingPercentage()
public boolean isDomainSocketDataTraffic()
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 getDomainSocketDisableIntervalSeconds()
public long getKeyProviderCacheExpiryMs()
public java.lang.String confAsString()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.