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