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 | 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 |
AlluxioSecondaryMaster
The secondary Alluxio master that replays journal logs and writes checkpoints.
|
class |
MasterProcess
Defines a set of methods which any
MasterProcess should implement. |
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 |
JobWorkerProcess
A job worker in the Alluxio system.
|
interface |
WorkerProcess
A worker in the Alluxio system.
|
Modifier and Type | Class and Description |
---|---|
class |
AlluxioJobWorkerProcess
This class is responsible for initializing the different workers that are configured to run.
|
class |
AlluxioWorkerProcess
This class encapsulates the different worker services that are configured to run.
|
Copyright © 2023. All Rights Reserved.