Class ServiceConfig.HdfsNative

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

public static class ServiceConfig.HdfsNative extends Object implements ServiceConfig
Configuration for service hdfs_native.
  • Field Details

    • root

      public final String root

      work dir of this backend

    • url

      public final String url

      url of this backend

    • enableAppend

      public final Boolean enableAppend

      enable the append capacity

  • Constructor Details

    • HdfsNative

      public HdfsNative()
  • Method Details