IOR
Data Fields
hdfs_options_t Struct Reference

Data Fields

char * user
 
char * name_node
 
int replicas
 
int direct_io
 
IOR_offset_t block_size
 
hdfsFS fs
 
tPort name_node_port
 

Detailed Description

Definition at line 151 of file aiori-HDFS.c.

Field Documentation

◆ block_size

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().

◆ direct_io

int hdfs_options_t::direct_io

Definition at line 155 of file aiori-HDFS.c.

Referenced by HDFS_Create_Or_Open(), and HDFS_options().

◆ fs

hdfsFS hdfs_options_t::fs

◆ name_node

char* hdfs_options_t::name_node

Definition at line 153 of file aiori-HDFS.c.

Referenced by hdfs_connect(), and HDFS_options().

◆ name_node_port

tPort hdfs_options_t::name_node_port

Definition at line 159 of file aiori-HDFS.c.

Referenced by hdfs_connect().

◆ replicas

int hdfs_options_t::replicas

Definition at line 154 of file aiori-HDFS.c.

Referenced by HDFS_Create_Or_Open(), and HDFS_options().

◆ user

char* hdfs_options_t::user

Definition at line 152 of file aiori-HDFS.c.

Referenced by hdfs_connect(), and HDFS_options().


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