public abstract class CoreMaster extends AbstractMaster
| Modifier and Type | Field and Description |
|---|---|
protected BackupManager |
mBackupManager |
protected JournalSystem |
mJournalSystem |
protected int |
mPort |
protected SafeModeManager |
mSafeModeManager |
protected long |
mStartTimeMs |
mClock, mMasterContext| Modifier | Constructor and Description |
|---|---|
protected |
CoreMaster(CoreMasterContext context,
java.time.Clock clock,
ExecutorServiceFactory executorServiceFactory) |
close, createJournalContext, getDependencies, getExecutorService, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyAndJournal, processJournalEntry, resetState, restoreFromCheckpoint, writeToCheckpointgetCheckpointNamegetJournalEntryIteratorgetName, getServicesprotected final SafeModeManager mSafeModeManager
protected final BackupManager mBackupManager
protected final JournalSystem mJournalSystem
protected final long mStartTimeMs
protected final int mPort
protected CoreMaster(CoreMasterContext context, java.time.Clock clock, ExecutorServiceFactory executorServiceFactory)
context - the context for Alluxio masterclock - the Clock to use for determining the timeexecutorServiceFactory - a factory for creating the executor service to use forCopyright © 2020. All Rights Reserved.