ewmscp  ..
Classes | Variables
inputHandler Namespace Reference

Classes

class  base
 class for handling input This is the (abstract) base class for handling input, both reading a file via the reader class and for reading directories via the Directory class More...
 
class  daosFs
 
class  davix
 
class  dcap
 
class  dummy
 
class  Gpfs
 
class  libssh
 
class  posixFile
 

Variables

static daosFsCommon::daosOptions inputConfig ("daosFsIn")
 
static davixConfigObject inputConfig ("davixIn")
 
static options::single< bool > useRange ('\0', "gpfsInUseRange", "use range hint in gpfs input", false)
 
static options::single< bool > freeRange ('\0', "gpfsInFreeRange", "use range free in gpfs input", false)
 
static options::single< bool > doClearCache ('\0', "gpfsInClearCache", "clear cache in gpfs input", false)
 
static libsshCommon::sshOptions inputConfig ("sshIn")
 

Variable Documentation

◆ doClearCache

options::single<bool> inputHandler::doClearCache('\0', "gpfsInClearCache", "clear cache in gpfs input", false)
static

◆ freeRange

options::single<bool> inputHandler::freeRange('\0', "gpfsInFreeRange", "use range free in gpfs input", false)
static

◆ inputConfig [1/3]

daosFsCommon::daosOptions inputHandler::inputConfig("daosFsIn")
static

◆ inputConfig [2/3]

davixConfigObject inputHandler::inputConfig("davixIn")
static

◆ inputConfig [3/3]

libsshCommon::sshOptions inputHandler::inputConfig("sshIn")
static

◆ useRange

options::single<bool> inputHandler::useRange('\0', "gpfsInUseRange", "use range hint in gpfs input", false)
static