IOR
|
Data Fields | |
char * | user |
char * | name_node |
int | replicas |
int | direct_io |
IOR_offset_t | block_size |
hdfsFS | fs |
tPort | name_node_port |
Definition at line 151 of file aiori-HDFS.c.
IOR_offset_t hdfs_options_t::block_size |
Definition at line 156 of file aiori-HDFS.c.
Referenced by HDFS_Create_Or_Open(), and HDFS_options().
int hdfs_options_t::direct_io |
Definition at line 155 of file aiori-HDFS.c.
Referenced by HDFS_Create_Or_Open(), and HDFS_options().
hdfsFS hdfs_options_t::fs |
Definition at line 158 of file aiori-HDFS.c.
Referenced by HDFS_access(), HDFS_Close(), hdfs_connect(), HDFS_Create_Or_Open(), HDFS_Delete(), hdfs_disconnect(), HDFS_Fsync(), HDFS_GetFileSize(), HDFS_mkdir(), HDFS_rmdir(), HDFS_stat(), HDFS_statfs(), and HDFS_Xfer().
char* hdfs_options_t::name_node |
Definition at line 153 of file aiori-HDFS.c.
Referenced by hdfs_connect(), and HDFS_options().
tPort hdfs_options_t::name_node_port |
Definition at line 159 of file aiori-HDFS.c.
Referenced by hdfs_connect().
int hdfs_options_t::replicas |
Definition at line 154 of file aiori-HDFS.c.
Referenced by HDFS_Create_Or_Open(), and HDFS_options().
char* hdfs_options_t::user |
Definition at line 152 of file aiori-HDFS.c.
Referenced by hdfs_connect(), and HDFS_options().