Uses of Interface
alluxio.proxy.ProxyProcess
-
Packages that use ProxyProcess Package Description alluxio.proxy alluxio.web -
-
Uses of ProxyProcess in alluxio.proxy
Classes in alluxio.proxy that implement ProxyProcess Modifier and Type Class Description classAlluxioProxyProcessThis class encapsulates the different worker services that are configured to run.Methods in alluxio.proxy that return ProxyProcess Modifier and Type Method Description static ProxyProcessProxyProcess.Factory. create() -
Uses of ProxyProcess in alluxio.web
Constructors in alluxio.web with parameters of type ProxyProcess Constructor Description ProxyWebServer(java.lang.String serviceName, java.net.InetSocketAddress address, ProxyProcess proxyProcess)Creates a new instance ofProxyWebServer.
-