Package | Description |
---|---|
alluxio.worker.block.io | |
alluxio.worker.dora |
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.
|
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 | Class and Description |
---|---|
class |
PagedFileReader
Paged file reader.
|
class |
PagedFileWriter
A paged implementation of BlockWriter interface.
|
Copyright © 2023. All Rights Reserved.