Liking cljdoc? Tell your friends :D

clojure-hadoop.filesystem


*buffer-size*clj

The default buffer size.

The default buffer size.
sourceraw docstring

*file-system*clj

The filesystem.

The filesystem.
sourceraw docstring

buffered-readerclj

(buffered-reader path)
source

buffered-writerclj

(buffered-writer path)
source

compression-codecclj

(compression-codec path)
source

copyclj

(copy source destination)

Copy the file from source to destination.

Copy the file from source to destination.
sourceraw docstring

copy-from-local-fileclj

(copy-from-local-file source destination & {:keys [delete overwrite]})

Copy the local file from source to destination.

Copy the local file from source to destination.
sourceraw docstring

create-new-fileclj

(create-new-file path)

Creates the given path as a brand-new zero-length file.

Creates the given path as a brand-new zero-length file.
sourceraw docstring

default-filesystemclj

(default-filesystem)
source

deleteclj

(delete path)
source

exists?clj

(exists? path)

Returns true if the path exists, otherwise false.

Returns true if the path exists, otherwise false.
sourceraw docstring

filesystemclj

(filesystem path & [configuration])
source

hadoop-tmp-dirclj

(hadoop-tmp-dir)

Returns the path of the system's temporary directory.

Returns the path of the system's temporary directory.
sourceraw docstring

input-streamclj

(input-stream path)

Open path and return a FSDataInputStream.

Open path and return a FSDataInputStream.
sourceraw docstring

local-tmp-dirclj

(local-tmp-dir)

Returns the path of the system's temporary directory.

Returns the path of the system's temporary directory.
sourceraw docstring

make-directoryclj

(make-directory path)

Make the given path and all non-existent parents into directories.

Make the given path and all non-existent parents into directories.
sourceraw docstring

make-pathclj

(make-path path)
source

output-streamclj

(output-stream path)

Open path and return a FSDataOutputStream.

Open path and return a FSDataOutputStream.
sourceraw docstring

qualified-pathclj

(qualified-path path)
source

renameclj

(rename source destination)
source

with-config-file-systemcljmacro

(with-config-file-system config & body)
source

with-file-systemcljmacro

(with-file-system file-system & body)
source

with-local-file-systemcljmacro

(with-local-file-system & body)
source

with-local-tmp-filecljmacro

(with-local-tmp-file [symbol prefix] & body)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close