Package alluxio.proxy

Interface ProxyProcess

  • All Superinterfaces:
    alluxio.Process
    All Known Implementing Classes:
    AlluxioProxyProcess

    public interface ProxyProcess
    extends alluxio.Process
    A proxy in the Alluxio system.
    • Method Detail

      • getStartTimeMs

        long getStartTimeMs()
        Returns:
        the start time of the worker in milliseconds
      • getUptimeMs

        long getUptimeMs()
        Returns:
        the uptime of the worker in milliseconds
      • getWebLocalPort

        int getWebLocalPort()
        Returns:
        the worker web service port (used by unit test only)