T
- type of the start optionspublic interface Server<T>
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends Server>> |
getDependencies() |
String |
getName() |
Map<String,org.apache.thrift.TProcessor> |
getServices() |
void |
start(T options)
Starts the Alluxio server.
|
void |
stop()
Stops the Alluxio server.
|
String getName()
Map<String,org.apache.thrift.TProcessor> getServices()
TProcessor
s that serve RPCs for this servervoid start(T options) throws IOException
options
- the start optionsIOException
void stop() throws IOException
#start(T)
should be
cleaned up and shutdown.IOException
Copyright © 2023. All Rights Reserved.