BulkDelete, IOStatisticsContext, MultipartUploader, PrefetchingStatisticsAbstractMultipartUploader, BlockCompressorStream, BlockDecompressorStream, BufferedFSInputStream, BufferedIOStatisticsInputStream, BufferedIOStatisticsOutputStream, CompressionInputStream, CompressionOutputStream, CompressorStream, CryptoFSDataInputStream, CryptoFSDataOutputStream, CryptoInputStream, CryptoOutputStream, DecompressorStream, DefaultBulkDeleteOperation, EmptyPrefetchingStatistics, FileSystemMultipartUploader, FSDataInputStream, FSDataOutputStream, IOStatisticsContextImpl, LineReader, PassthroughCodec.PassthroughDecompressorStream, RemoteIterators.WrappingRemoteIterator, SourceWrappedStatistics, SplitCompressionInputStream@Unstable
public interface IOStatisticsSource
These statistics MUST be instance specific, not thread local.
| Modifier and Type | Method | 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–2025 Apache Software Foundation. All rights reserved.