| Package | Description |
|---|---|
| org.apache.hadoop.fs.impl.prefetch |
block caching for use in object store clients.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyPrefetchingStatistics
Empty implementation of the prefetching statistics interface.
|
| Constructor and Description |
|---|
BufferPool(int size,
int bufferSize,
PrefetchingStatistics prefetchingStatistics)
Initializes a new instance of the
BufferPool class. |
CachingBlockManager(ExecutorServiceFuturePool futurePool,
BlockData blockData,
int bufferPoolSize,
PrefetchingStatistics prefetchingStatistics,
Configuration conf,
org.apache.hadoop.fs.LocalDirAllocator localDirAllocator)
Constructs an instance of a
CachingBlockManager. |
SingleFilePerBlockCache(PrefetchingStatistics prefetchingStatistics)
Constructs an instance of a
SingleFilePerBlockCache. |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.