Interface | Description |
---|---|
BlockClientListener |
An interface to listen for creation and destruction of block clients.
|
Class | Description |
---|---|
BlockClient |
Provides basic tracking and representation for block reader/writer clients.
|
BlockReader |
An abstract reader class to access the data of a block stored in managed storage.
|
BlockStreamTracker |
Used to emit block reader/writer open/close events.
|
BlockWriter |
An abstract writer class to write or update a block stored in managed storage.
|
DelegatingBlockReader |
An delegating reader class.
|
LocalFileBlockReader |
This class provides read access to a block data file locally stored in managed storage.
|
LocalFileBlockWriter |
This class provides write access to a temp block data file locally stored in managed storage.
|
StoreBlockReader |
A local block reader used by block store.
|
StoreBlockWriter |
A local block writer used by block store.
|
Enum | Description |
---|---|
BlockClient.Type |
Block client type.
|
Copyright © 2023. All Rights Reserved.