Package | Description |
---|---|
alluxio.cli.fsadmin.command | |
alluxio.cli.fsadmin.report | |
alluxio.client.file | |
alluxio.multi.process |
Modifier and Type | Field and Description |
---|---|
protected FileSystemMasterClient |
AbstractFsAdminCommand.mFsClient |
Modifier and Type | Method and Description |
---|---|
FileSystemMasterClient |
Context.getFsClient() |
Constructor and Description |
---|
Context(FileSystemMasterClient fsClient,
BlockMasterClient blockClient,
MetaMasterClient metaClient,
MetaMasterConfigClient metaConfigClient,
MetricsMasterClient metricsClient,
JournalMasterClient masterJournalMasterClient,
JournalMasterClient jobMasterJournalMasterClient,
JobMasterClient jobMasterClient,
PrintStream printStream) |
Constructor and Description |
---|
UfsCommand(FileSystemMasterClient fileSystemMasterClient)
Creates a new instance of
UfsCommand . |
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) |
Modifier and Type | Method and Description |
---|---|
FileSystemMasterClient |
Clients.getFileSystemMasterClient() |
Constructor and Description |
---|
Clients(FileSystem fs,
FileSystemMasterClient fsMaster,
MetaMasterClient metaMaster,
BlockMasterClient blockMaster) |
Copyright © 2023. All Rights Reserved.