public class NodeStatus extends Object
Constructor and Description |
---|
NodeStatus()
Create a new NodeStatus which queries the system's process table.
|
Modifier and Type | Method and Description |
---|---|
AlluxioProcessStatus |
getProcessStatus(AlluxioNodeType type)
Get the current process status.
|
public NodeStatus() throws IOException
IOException
- if the process table can't be queriedpublic AlluxioProcessStatus getProcessStatus(AlluxioNodeType type) throws IOException
type
- the process type to get information onIOException
- if the information for this process can't be retrievedCopyright © 2023. All Rights Reserved.