0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
Utility.h File Reference

Declarations of utility functions. More...

#include "Client.h"
#include <string>
Include dependency graph for Utility.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Hypertable
 Hypertable definitions
 
 Hypertable::FsBroker
 File system broker definitions.
 
 Hypertable::FsBroker::Lib
 File system broker framework and client library.
 

Functions

void Hypertable::FsBroker::Lib::copy (ClientPtr &client, const std::string &from, const std::string &to, int64_t offset=0)
 
void Hypertable::FsBroker::Lib::copy_from_local (ClientPtr &client, const std::string &from, const std::string &to, int64_t offset=0)
 
void Hypertable::FsBroker::Lib::copy_to_local (ClientPtr &client, const std::string &from, const std::string &to, int64_t offset=0)
 

Detailed Description

Declarations of utility functions.

This file contains declarations for utility functions for manipulating files in the brokered filesystem.

Definition in file Utility.h.