Package | Description |
---|---|
alluxio.cli.fsadmin.command | |
alluxio.client.journal | |
alluxio.multi.process |
Modifier and Type | Field and Description |
---|---|
protected JournalMasterClient |
AbstractFsAdminCommand.mJobMasterJournalMasterClient |
protected JournalMasterClient |
AbstractFsAdminCommand.mMasterJournalMasterClient |
Modifier and Type | Method and Description |
---|---|
JournalMasterClient |
Context.getJournalMasterClientForJobMaster() |
JournalMasterClient |
Context.getJournalMasterClientForMaster() |
Constructor and Description |
---|
Context(FileSystemMasterClient fsClient,
BlockMasterClient blockClient,
MetaMasterClient metaClient,
MetaMasterConfigClient metaConfigClient,
MetricsMasterClient metricsClient,
JournalMasterClient masterJournalMasterClient,
JournalMasterClient jobMasterJournalMasterClient,
JobMasterClient jobMasterClient,
PrintStream printStream) |
Modifier and Type | Class and Description |
---|---|
class |
RetryHandlingJournalMasterClient
A wrapper for the gRPC client to interact with the journal master, used by alluxio clients.
|
Modifier and Type | Method and Description |
---|---|
JournalMasterClient |
MultiProcessCluster.getJournalMasterClientForMaster() |
Copyright © 2023. All Rights Reserved.