Package org.rocksdb

Class HdfsEnv

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class HdfsEnv
    extends Env
    HDFS environment.
    • Constructor Detail

      • HdfsEnv

        public HdfsEnv​(java.lang.String fsName)

        Creates a new environment that is used for HDFS environment.

        The caller must delete the result when it is no longer needed.

        Parameters:
        fsName - the HDFS as a string in the form "hdfs://hostname:port/"
    • Method Detail