Package | Description |
---|---|
alluxio.master | |
alluxio.master.service.rpc | |
alluxio.master.service.web | |
alluxio.master.throttle |
Modifier and Type | Class and Description |
---|---|
class |
AlluxioJobMasterProcess
This class is responsible for initializing the different masters that are configured to run.
|
class |
AlluxioMasterProcess
An Alluxio Master which runs a web and rpc server to handle FileSystem operations.
|
class |
AlluxioSimpleMasterProcess
This class is responsible for initializing the different masters that are configured to run.
|
Modifier and Type | Field and Description |
---|---|
protected MasterProcess |
RpcServerService.mMasterProcess |
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 |
---|---|
static WebServerService |
WebServerService.Factory.create(InetSocketAddress bindAddress,
MasterProcess masterProcess) |
Constructor and Description |
---|
WebServerService(MasterProcess masterProcess) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultThrottleMaster.setMaster(MasterProcess masterProcess)
Sets the master to be used in
DefaultThrottleMaster.ThrottleExecutor for throttling. |
Constructor and Description |
---|
SystemMonitor(MasterProcess masterProcess)
The system monitor constructor.
|
ThrottleExecutor(MasterProcess masterProcess)
Creates a new instance of
DefaultThrottleMaster.ThrottleExecutor . |
Copyright © 2023. All Rights Reserved.