| Package | Description |
|---|---|
| org.apache.hadoop.fs.impl.prefetch |
block caching for use in object store clients.
|
| Class | Description |
|---|---|
| BlockCache |
Provides functionality necessary for caching blocks of data read from FileSystem.
|
| BlockData |
Holds information about blocks of data in a file.
|
| BlockManager |
Provides read access to the underlying file one block at a time.
|
| BlockManagerParameters |
This class is used to provide parameters to
BlockManager. |
| BlockOperations |
Block level operations performed on a file.
|
| BlockOperations.Kind |
Operation kind.
|
| BlockOperations.Operation | |
| BufferData |
Holds the state of a ByteBuffer that is in use by
CachingBlockManager. |
| BufferData.State | |
| EmptyPrefetchingStatistics |
Empty implementation of the prefetching statistics interface.
|
| ExecutorServiceFuturePool |
A FuturePool implementation backed by a java.util.concurrent.ExecutorService.
|
| PrefetchingStatistics | |
| ResourcePool |
Manages a fixed pool of resources.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.