public class ManagerProcess extends Object implements AutoCloseable
Modifier and Type | Field and Description |
---|---|
static org.slf4j.Logger |
LOG |
Constructor and Description |
---|
ManagerProcess(AlluxioConfiguration conf)
Creates a new
ManagerProcess . |
Modifier and Type | Method and Description |
---|---|
void |
awaitTermination()
Blocks until the RPC server is terminated.
|
void |
close() |
int |
getRpcPort() |
boolean |
isServing() |
static void |
main(String[] args)
Launch the captain process.
|
public ManagerProcess(AlluxioConfiguration conf) throws IOException
ManagerProcess
.conf
- the alluxio configurationIOException
- if any of the servers fail to startpublic void awaitTermination()
public void close() throws Exception
close
in interface AutoCloseable
Exception
public int getRpcPort()
public boolean isServing()
public static void main(String[] args)
args
- program argumentsCopyright © 2023. All Rights Reserved.