public static class DFSInputStream.ReadStatistics extends Object
Constructor and Description |
---|
ReadStatistics() |
ReadStatistics(DFSInputStream.ReadStatistics rhs) |
Modifier and Type | Method and Description |
---|---|
long |
getRemoteBytesRead() |
long |
getTotalBytesRead() |
long |
getTotalLocalBytesRead() |
long |
getTotalShortCircuitBytesRead() |
long |
getTotalZeroCopyBytesRead() |
public ReadStatistics()
public ReadStatistics(DFSInputStream.ReadStatistics rhs)
public long getTotalBytesRead()
public long getTotalLocalBytesRead()
public long getTotalShortCircuitBytesRead()
public long getTotalZeroCopyBytesRead()
public long getRemoteBytesRead()
Copyright © 2018 Apache Software Foundation. All Rights Reserved.