Package | Description |
---|---|
alluxio.cli.fsadmin.command | |
alluxio.cli.fsadmin.doctor | |
alluxio.cli.fsadmin.report | |
alluxio.client.block | |
alluxio.client.file | |
alluxio.multi.process |
Modifier and Type | Field and Description |
---|---|
protected BlockMasterClient |
AbstractFsAdminCommand.mBlockClient |
Modifier and Type | Method and Description |
---|---|
BlockMasterClient |
Context.getBlockClient() |
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 |
---|
StorageCommand(BlockMasterClient blockMasterClient,
PrintStream printStream)
Creates a new instance of
StorageCommand . |
Constructor and Description |
---|
CapacityCommand(BlockMasterClient blockMasterClient,
PrintStream printStream)
Creates a new instance of
CapacityCommand . |
SummaryCommand(MetaMasterClient metaMasterClient,
BlockMasterClient blockMasterClient,
String dateFormatPattern,
PrintStream printStream)
Creates a new instance of
SummaryCommand . |
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.
|
Modifier and Type | Method and Description |
---|---|
BlockMasterClient |
Clients.getBlockMasterClient() |
Constructor and Description |
---|
Clients(FileSystem fs,
FileSystemMasterClient fsMaster,
MetaMasterClient metaMaster,
BlockMasterClient blockMaster) |
Copyright © 2023. All Rights Reserved.