Medial Code Documentation
|
some super set of URI that allows sugars to be passed around Example: More...
#include <uri_spec.h>
Public Member Functions | |
URISpec (const std::string &uri, unsigned part_index, unsigned num_parts) | |
constructor. | |
Data Fields | |
std::string | uri |
the real URI | |
std::map< std::string, std::string > | args |
arguments in the URL | |
std::string | cache_file |
the path to cache file | |
some super set of URI that allows sugars to be passed around Example:
hdfs:///mylibsvm/?format=libsvm&clabel=0#mycache-file.
|
inlineexplicit |
constructor.
uri | The raw uri string. |
part_index | The parition index of the part. |
num_parts | total number of parts. |