T
- type of the start optionspublic interface Server<T>
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the server.
|
Set<Class<? extends Server>> |
getDependencies() |
String |
getName() |
Map<ServiceType,GrpcService> |
getServices() |
void |
start(T options)
Starts the Alluxio server.
|
void |
stop()
Stops the Alluxio server.
|
String getName()
Map<ServiceType,GrpcService> getServices()
void start(T options) throws IOException
options
- the start optionsIOException
void stop() throws IOException
#start(T)
should be
cleaned up and shutdown.IOException
void close() throws IOException
IOException
Copyright © 2023. All Rights Reserved.