Modifier and Type | Field and Description |
---|---|
protected MasterRegistry |
MasterProcess.mRegistry
The master registry.
|
Modifier and Type | Method and Description |
---|---|
MasterRegistry |
MasterProcess.getRegistry()
Use only to instantiate
SimpleService s. |
Modifier and Type | Method and Description |
---|---|
Master |
MasterFactory.create(MasterRegistry registry,
T context)
Factory method to create a new master instance.
|
static void |
MasterUtils.createMasters(MasterRegistry registry,
MasterContext context)
Creates all the masters and registers them to the master registry.
|
Constructor and Description |
---|
BackupManager(MasterRegistry registry) |
Modifier and Type | Method and Description |
---|---|
BlockMaster |
BlockMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
Modifier and Type | Method and Description |
---|---|
FileSystemMaster |
FileSystemMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
Modifier and Type | Method and Description |
---|---|
Master |
JournalMasterFactory.create(MasterRegistry registry,
MasterContext context) |
Modifier and Type | Method and Description |
---|---|
MetaMaster |
MetaMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
Modifier and Type | Method and Description |
---|---|
MetricsMaster |
MetricsMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
Modifier and Type | Field and Description |
---|---|
protected MasterRegistry |
RpcServerService.mMasterRegistry |
Modifier and Type | Method and Description |
---|---|
static RpcServerService |
RpcServerService.Factory.create(InetSocketAddress bindAddress,
MasterProcess masterProcess,
MasterRegistry masterRegistry)
Creates a simple service wrapper around a grpc server to manager the grpc server for the
master process.
|
Constructor and Description |
---|
RpcServerService(InetSocketAddress bindAddress,
MasterProcess masterProcess,
MasterRegistry masterRegistry) |
RpcServerStandbyGrpcService(InetSocketAddress bindAddress,
MasterProcess masterProcess,
MasterRegistry masterRegistry) |
Modifier and Type | Method and Description |
---|---|
TableMaster |
TableMasterFactory.create(MasterRegistry registry,
CoreMasterContext context) |
Modifier and Type | Method and Description |
---|---|
DefaultThrottleMaster |
ThrottleMasterFactory.create(MasterRegistry registry,
MasterContext context) |
Constructor and Description |
---|
DefaultThrottleMaster(MasterRegistry registry,
MasterContext masterContext)
Creates a new instance of
DefaultThrottleMaster . |
Copyright © 2023. All Rights Reserved.