@InterfaceStability.Unstable
public interface IOStatisticsSource
These statistics MUST be instance specific, not thread local.
| Modifier and Type | Method and Description |
|---|---|
default IOStatistics |
getIOStatistics()
Return a statistics instance.
|
default IOStatistics getIOStatistics()
It is not a requirement that the same instance is returned every time.
IOStatisticsSource.
If the object implementing this is Closeable, this method may return null if invoked on a closed object, even if it returns a valid instance when called earlier.
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.