Package | Description |
---|---|
alluxio | |
alluxio.grpc | |
alluxio.master | |
alluxio.master.backup | |
alluxio.master.block | |
alluxio.master.file | |
alluxio.master.job | |
alluxio.master.journal | |
alluxio.master.journal.raft | |
alluxio.master.meta | |
alluxio.master.metrics | |
alluxio.master.table | |
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
alluxio.worker.block |
Modifier and Type | Method and Description |
---|---|
Map<ServiceType,GrpcService> |
Server.getServices() |
Modifier and Type | Method and Description |
---|---|
GrpcService |
GrpcService.disableAuthentication()
If called, clients can access this service's methods without authentication.
|
GrpcService |
GrpcService.withCloseable(Closeable closeable)
Add a new closeable resource to this service's closer.
|
Modifier and Type | Method and Description |
---|---|
GrpcServerBuilder |
GrpcServerBuilder.addService(GrpcService serviceDefinition)
Add a service to this server.
|
GrpcServerBuilder |
GrpcServerBuilder.addService(ServiceType serviceType,
GrpcService serviceDefinition)
Add a service to this server.
|
Modifier and Type | Method and Description |
---|---|
Map<ServiceType,GrpcService> |
NoopMaster.getServices() |
Modifier and Type | Method and Description |
---|---|
Map<ServiceType,GrpcService> |
BackupLeaderRole.getRoleServices() |
Map<ServiceType,GrpcService> |
BackupRole.getRoleServices() |
Map<ServiceType,GrpcService> |
BackupWorkerRole.getRoleServices() |
Modifier and Type | Method and Description |
---|---|
Map<ServiceType,GrpcService> |
DefaultBlockMaster.getServices() |
Modifier and Type | Method and Description |
---|---|
Map<ServiceType,GrpcService> |
DefaultFileSystemMaster.getServices() |
Modifier and Type | Method and Description |
---|---|
Map<ServiceType,GrpcService> |
JobMaster.getServices() |
Modifier and Type | Method and Description |
---|---|
default Map<ServiceType,GrpcService> |
JournalSystem.getJournalServices() |
Modifier and Type | Method and Description |
---|---|
Map<ServiceType,GrpcService> |
RaftJournalSystem.getJournalServices() |
Modifier and Type | Method and Description |
---|---|
Map<ServiceType,GrpcService> |
DefaultMetaMaster.getServices() |
Modifier and Type | Method and Description |
---|---|
Map<ServiceType,GrpcService> |
DefaultMetricsMaster.getServices() |
Modifier and Type | Method and Description |
---|---|
Map<ServiceType,GrpcService> |
DefaultTableMaster.getServices() |
Modifier and Type | Method and Description |
---|---|
Map<ServiceType,GrpcService> |
JobWorker.getServices() |
Modifier and Type | Method and Description |
---|---|
Map<ServiceType,GrpcService> |
DefaultBlockWorker.getServices() |
Copyright © 2023. All Rights Reserved.