| Package | Description |
|---|---|
| org.apache.hadoop.fs.impl.prefetch |
block caching for use in object store clients.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
EmptyPrefetchingStatistics |
Empty implementation of the prefetching statistics interface.
|
| Modifier and Type | Method | Description |
|---|---|---|
PrefetchingStatistics |
BlockManagerParameters.getPrefetchingStatistics() |
| Modifier and Type | Method | Description |
|---|---|---|
BlockManagerParameters |
BlockManagerParameters.withPrefetchingStatistics(PrefetchingStatistics statistics) |
Sets the prefetching statistics for the stream.
|
| Constructor | Description |
|---|---|
BufferPool(int size,
int bufferSize,
PrefetchingStatistics prefetchingStatistics) |
Initializes a new instance of the
BufferPool class. |
SingleFilePerBlockCache(PrefetchingStatistics prefetchingStatistics,
int maxBlocksCount,
DurationTrackerFactory trackerFactory) |
Constructs an instance of a
SingleFilePerBlockCache. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.