Class ServiceConfig.Alluxio

java.lang.Object
org.apache.opendal.ServiceConfig.Alluxio
All Implemented Interfaces:
ServiceConfig
Enclosing interface:
ServiceConfig

public static class ServiceConfig.Alluxio extends Object implements ServiceConfig
Configuration for service alluxio.
  • Field Details

    • root

      public final String root

      root of this backend.

      All operations will happen under this root.

      default to / if not set.

    • endpoint

      public final String endpoint

      endpoint of this backend.

      Endpoint must be full uri, mostly like http://127.0.0.1:39999.

  • Constructor Details

    • Alluxio

      public Alluxio()
  • Method Details