@NotThreadSafe public final class DefaultFileSystemWorker extends AbstractWorker implements FileSystemWorker
FileSystemWorkerClientServiceHandler
which always returns UnsupportedOperation Exception.Modifier and Type | Method and Description |
---|---|
Set<Class<? extends Server>> |
getDependencies() |
String |
getName() |
Map<String,org.apache.thrift.TProcessor> |
getServices() |
void |
start(WorkerNetAddress address)
Starts the Alluxio server.
|
void |
stop()
Stops the Alluxio server.
|
getExecutorService
public Set<Class<? extends Server>> getDependencies()
getDependencies
in interface Server<WorkerNetAddress>
public String getName()
getName
in interface Server<WorkerNetAddress>
public Map<String,org.apache.thrift.TProcessor> getServices()
getServices
in interface Server<WorkerNetAddress>
TProcessor
s that serve RPCs for this serverpublic void start(WorkerNetAddress address)
Server
start
in interface Server<WorkerNetAddress>
address
- the start optionspublic void stop()
Server
#start(T)
should be
cleaned up and shutdown.stop
in interface Server<WorkerNetAddress>
Copyright © 2023. All Rights Reserved.