Package | Description |
---|---|
alluxio.worker.block | |
alluxio.worker.block.io | |
alluxio.worker.block.management |
Modifier and Type | Class and Description |
---|---|
class |
RemoteBlockReader
Reads a block from a remote worker node.
|
class |
UnderFileSystemBlockReader
This class implements a
BlockReader to read a block directly from UFS, and
optionally cache the block to the Alluxio worker if the whole block it is read. |
Modifier and Type | Class and Description |
---|---|
class |
BlockReader
An abstract reader class to access the data of a block stored in managed storage.
|
class |
BlockWriter
An abstract writer class to write or update a block stored in managed storage.
|
class |
DelegatingBlockReader
An delegating reader class.
|
class |
LocalFileBlockReader
This class provides read access to a block data file locally stored in managed storage.
|
class |
LocalFileBlockWriter
This class provides write access to a temp block data file locally stored in managed storage.
|
class |
StoreBlockReader
A local block reader used by block store.
|
class |
StoreBlockWriter
A local block writer used by block store.
|
Modifier and Type | Method and Description |
---|---|
void |
BlockClientListener.clientClosed(BlockClient blockClient,
BlockStoreLocation location)
Called when an open block client is closed.
|
void |
BlockClientListener.clientOpened(BlockClient blockClient,
BlockStoreLocation location)
Called when a new block client is opened.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultStoreLoadTracker.clientClosed(BlockClient blockClient,
BlockStoreLocation location) |
void |
DefaultStoreLoadTracker.clientOpened(BlockClient blockClient,
BlockStoreLocation location) |
Copyright © 2023. All Rights Reserved.