GraphLab: Distributed Graph-Parallel API  2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
graphlab::hdfs::hdfs_device Class Reference

#include <graphlab/util/hdfs.hpp>

List of all members.

Public Types

typedef char char_type
typedef
boost::iostreams::bidirectional_device_tag 
category

Public Member Functions

 hdfs_device (const hdfs &hdfs_fs, const std::string &filename, const bool write=false)
void close ()
std::streamsize read (char *strm_ptr, std::streamsize n)
std::streamsize write (const char *strm_ptr, std::streamsize n)
bool good () const

Detailed Description

hdfs file source is used to construct boost iostreams

Definition at line 143 of file hdfs.hpp.


The documentation for this class was generated from the following file: