Package | Description |
---|---|
alluxio.master | |
alluxio.master.service | |
alluxio.master.service.jvmmonitor | |
alluxio.master.service.metrics | |
alluxio.master.service.rpc | |
alluxio.master.service.web |
Modifier and Type | Method and Description |
---|---|
void |
MasterProcess.registerService(SimpleService service)
Used in master factory after instantiating the master process and before starting the master
process.
|
Modifier and Type | Class and Description |
---|---|
class |
NoopService
Simple service that does nothing.
|
Modifier and Type | Class and Description |
---|---|
class |
JvmMonitorService
Created by
JvmMonitorService.Factory . |
Modifier and Type | Method and Description |
---|---|
static SimpleService |
JvmMonitorService.Factory.create() |
Modifier and Type | Class and Description |
---|---|
class |
MetricsService
Simple service that manages the behavior of the metrics system.
|
Modifier and Type | Class and Description |
---|---|
class |
RpcServerService
Created by
RpcServerService.Factory . |
class |
RpcServerStandbyGrpcService
Created by
RpcServerService.Factory . |
Modifier and Type | Class and Description |
---|---|
class |
WebServerService
Defines common interface for the two difference web server behavior.
|
Copyright © 2023. All Rights Reserved.