Package | Description |
---|---|
alluxio.cli.fsadmin.command | |
alluxio.cli.fsadmin.doctor | |
alluxio.cli.fsadmin.report | |
alluxio.client.meta | |
alluxio.multi.process |
Modifier and Type | Field and Description |
---|---|
protected MetaMasterClient |
AbstractFsAdminCommand.mMetaClient |
Modifier and Type | Method and Description |
---|---|
MetaMasterClient |
Context.getMetaClient() |
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 |
---|
ConfigurationCommand(MetaMasterClient metaMasterClient,
PrintStream printStream)
Creates a new instance of
ConfigurationCommand . |
Constructor and Description |
---|
SummaryCommand(MetaMasterClient metaMasterClient,
BlockMasterClient blockMasterClient,
String dateFormatPattern,
PrintStream printStream)
Creates a new instance of
SummaryCommand . |
Modifier and Type | Class and Description |
---|---|
class |
RetryHandlingMetaMasterClient
A wrapper for the gRPC client to interact with the meta master.
|
Modifier and Type | Method and Description |
---|---|
MetaMasterClient |
MultiProcessCluster.getMetaMasterClient() |
MetaMasterClient |
Clients.getMetaMasterClient() |
Constructor and Description |
---|
Clients(FileSystem fs,
FileSystemMasterClient fsMaster,
MetaMasterClient metaMaster,
BlockMasterClient blockMaster) |
Copyright © 2023. All Rights Reserved.