Interface | Description |
---|---|
ProcessTable |
A process table interface to abstract away the different ways platforms retrieve information
about system processes.
|
Class | Description |
---|---|
Kill |
Sends signals to processes using the system
kill utility. |
LinuxProcessTable |
A class representing query-able information about the running system's process table.
|
MacOsProcessTable |
Implementation of the
ProcessTable for MacOS-based systems. |
NodeStatus |
A new instance of this class will reflect the current status of each type of the
Alluxio processes at creation time.
|
ProcessLauncher |
An object which can launch new Alluxio processes.
|
ProcessTable.Factory |
A factory for creating the process table instances.
|
Copyright © 2023. All Rights Reserved.