| Package | Description |
|---|---|
| alluxio.client.block | |
| alluxio.client.file |
| Modifier and Type | Class and Description |
|---|---|
class |
RetryHandlingBlockMasterClient
A wrapper for the gRPC client to interact with the block master, used by alluxio clients.
|
| Modifier and Type | Method and Description |
|---|---|
static BlockMasterClient |
BlockMasterClient.Factory.create(MasterClientContext conf)
Factory method for
BlockMasterClient. |
protected BlockMasterClient |
BlockMasterClientPool.createNewResource() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BlockMasterClientPool.closeResource(BlockMasterClient client) |
protected boolean |
BlockMasterClientPool.isHealthy(BlockMasterClient client) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
BlockMasterClientPool.shouldGc(DynamicResourcePool.ResourceInternal<BlockMasterClient> clientResourceInternal) |
| Modifier and Type | Method and Description |
|---|---|
CloseableResource<BlockMasterClient> |
FileSystemContext.acquireBlockMasterClientResource()
Acquires a block master client resource from the block master client pool.
|
Copyright © 2022. All Rights Reserved.