Class ServiceConfig.Webhdfs

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

public static class ServiceConfig.Webhdfs extends Object implements ServiceConfig
Configuration for service webhdfs.
  • Field Details

    • root

      public final String root

      Root for webhdfs.

    • endpoint

      public final String endpoint

      Endpoint for webhdfs.

    • delegation

      public final String delegation

      Delegation token for webhdfs.

    • disableListBatch

      public final Boolean disableListBatch

      Disable batch listing

    • atomicWriteDir

      public final String atomicWriteDir

      atomic_write_dir of this backend

  • Constructor Details

    • Webhdfs

      public Webhdfs()
  • Method Details