Uses of Class
es.bsc.dataclay.dbhandler.DBHandlerConf
-
Packages that use DBHandlerConf Package Description es.bsc.dataclay.dataservice Module intended to management of Data of Objects and Executions.es.bsc.dataclay.dbhandler.sql es.bsc.dataclay.dbhandler.sql.common es.bsc.dataclay.dbhandler.sql.sqlite es.bsc.dataclay.storagelocation es.bsc.dataclay.util.configs Utility classes for Configuration files in Servers -
-
Uses of DBHandlerConf in es.bsc.dataclay.dataservice
Constructors in es.bsc.dataclay.dataservice with parameters of type DBHandlerConf Constructor Description DataService(String newdsName, String newdsHostname, int newdsTCPPort, DBHandlerConf dbHandlerconf, DataServiceSrv theownServer)
Instantiates an DataService that uses the DB in the provided path. -
Uses of DBHandlerConf in es.bsc.dataclay.dbhandler.sql
Classes in es.bsc.dataclay.dbhandler.sql with type parameters of type DBHandlerConf Modifier and Type Class Description class
SQLHandler<T extends DBHandlerConf>
Fields in es.bsc.dataclay.dbhandler.sql declared as DBHandlerConf Modifier and Type Field Description protected T
SQLHandler. configuration
Configuration of the connection. -
Uses of DBHandlerConf in es.bsc.dataclay.dbhandler.sql.common
Classes in es.bsc.dataclay.dbhandler.sql.common with type parameters of type DBHandlerConf Modifier and Type Class Description class
ConnectionWrapper<T extends DBHandlerConf>
Class to wrap a SQL connection. -
Uses of DBHandlerConf in es.bsc.dataclay.dbhandler.sql.sqlite
Subclasses of DBHandlerConf in es.bsc.dataclay.dbhandler.sql.sqlite Modifier and Type Class Description class
SQLiteHandlerConfig
-
Uses of DBHandlerConf in es.bsc.dataclay.storagelocation
Constructors in es.bsc.dataclay.storagelocation with parameters of type DBHandlerConf Constructor Description StorageLocationService(DBHandlerConf dbHandlerconf)
Constructor -
Uses of DBHandlerConf in es.bsc.dataclay.util.configs
Methods in es.bsc.dataclay.util.configs that return DBHandlerConf Modifier and Type Method Description DBHandlerConf
CfgDataService. getDbHandlerConf()
Get the CfgDataService::dbHandlerConfConstructors in es.bsc.dataclay.util.configs with parameters of type DBHandlerConf Constructor Description CfgDataService(String newname, DBHandlerConf newdbHandlerConf)
Creates a new CfgDataService with name and Database Handler specification providedCfgDataService(String newname, String newhostname, int newtcpPort, DBHandlerConf newdbHandlerConf)
Creates a new CfgDataService with name, port, hostname and Database Handler specification provided
-