Package | Description |
---|---|
alluxio | |
alluxio.logserver | |
alluxio.master | |
alluxio.proxy | |
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
Modifier and Type | Method and Description |
---|---|
static void |
ProcessUtils.run(Process process)
Runs the given
Process . |
static void |
ProcessUtils.stopProcessOnShutdown(Process process)
Adds a shutdown hook that will be invoked when a signal is sent to this process.
|
Modifier and Type | Class and Description |
---|---|
class |
AlluxioLogServerProcess
A centralized log server for Alluxio.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MasterProcess
A master process in the Alluxio system.
|
Modifier and Type | Class and Description |
---|---|
class |
AlluxioMasterProcess
This class encapsulates the different master services that are configured to run.
|
class |
AlluxioSecondaryMaster
The secondary Alluxio master that replays journal logs and writes checkpoints.
|
Modifier and Type | Method and Description |
---|---|
static void |
TestUtils.waitForReady(Process process) |
Modifier and Type | Interface and Description |
---|---|
interface |
ProxyProcess
A proxy in the Alluxio system.
|
Modifier and Type | Class and Description |
---|---|
class |
AlluxioProxyProcess
This class encapsulates the different worker services that are configured to run.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WorkerProcess
A worker in the Alluxio system.
|
Modifier and Type | Class and Description |
---|---|
class |
AlluxioWorkerProcess
This class encapsulates the different worker services that are configured to run.
|
Copyright © 2023. All Rights Reserved.