public class CoreMasterContext extends MasterContext
Modifier and Type | Class and Description |
---|---|
static class |
CoreMasterContext.Builder
Constructs
CoreMasterContext s. |
Modifier and Type | Method and Description |
---|---|
BackupManager |
getBackupManager() |
BlockStore.Factory |
getBlockStoreFactory() |
InodeStore.Factory |
getInodeStoreFactory() |
JournalSystem |
getJournalSystem() |
int |
getPort() |
SafeModeManager |
getSafeModeManager() |
long |
getStartTimeMs() |
MasterUfsManager |
getUfsManager() |
static CoreMasterContext.Builder |
newBuilder() |
getStateLockManager, getUserState
public SafeModeManager getSafeModeManager()
public BackupManager getBackupManager()
public BlockStore.Factory getBlockStoreFactory()
public InodeStore.Factory getInodeStoreFactory()
public JournalSystem getJournalSystem()
getJournalSystem
in class MasterContext
public long getStartTimeMs()
public int getPort()
public MasterUfsManager getUfsManager()
public static CoreMasterContext.Builder newBuilder()
Copyright © 2023. All Rights Reserved.