|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Logger in com.intel.cosbench.api.amplistor |
---|
Methods in com.intel.cosbench.api.amplistor with parameters of type Logger | |
---|---|
void |
AmpliStorage.init(Config config,
Logger logger)
|
Uses of Logger in com.intel.cosbench.api.auth |
---|
Methods in com.intel.cosbench.api.auth with parameters of type Logger | |
---|---|
AuthAPI |
AuthAPIService.getAuth(java.lang.String type,
Config config,
Logger logger)
|
void |
NoneAuth.init(Config config,
Logger logger)
|
void |
AuthAPI.init(Config config,
Logger logger)
initialize Auth API with parameters contained in config, the parameter list depends on auth type. |
Uses of Logger in com.intel.cosbench.api.keystone |
---|
Methods in com.intel.cosbench.api.keystone with parameters of type Logger | |
---|---|
void |
KeystoneAuth.init(Config config,
Logger logger)
|
Uses of Logger in com.intel.cosbench.api.storage |
---|
Methods in com.intel.cosbench.api.storage with parameters of type Logger | |
---|---|
StorageAPI |
StorageAPIService.getStorage(java.lang.String type,
Config config,
Logger logger)
|
void |
StorageAPI.init(Config config,
Logger logger)
initialize Storage API with parameters contained in config, the parameter list depends on storage type. |
void |
NoneStorage.init(Config config,
Logger logger)
|
Uses of Logger in com.intel.cosbench.api.swauth |
---|
Methods in com.intel.cosbench.api.swauth with parameters of type Logger | |
---|---|
void |
SwiftAuth.init(Config config,
Logger logger)
|
Uses of Logger in com.intel.cosbench.api.swift |
---|
Methods in com.intel.cosbench.api.swift with parameters of type Logger | |
---|---|
void |
SwiftStorage.init(Config config,
Logger logger)
|
Uses of Logger in com.intel.cosbench.controller.model |
---|
Methods in com.intel.cosbench.controller.model that return Logger | |
---|---|
Logger |
TaskContext.getLogger()
|
Methods in com.intel.cosbench.controller.model with parameters of type Logger | |
---|---|
void |
TaskContext.setLogger(Logger logeger)
|
Uses of Logger in com.intel.cosbench.driver.model |
---|
Methods in com.intel.cosbench.driver.model that return Logger | |
---|---|
Logger |
WorkerContext.getLogger()
|
Methods in com.intel.cosbench.driver.model with parameters of type Logger | |
---|---|
void |
WorkerContext.setLogger(Logger logger)
|
Uses of Logger in com.intel.cosbench.driver.operator |
---|
Methods in com.intel.cosbench.driver.operator that return Logger | |
---|---|
Logger |
Session.getLogger()
|
Uses of Logger in com.intel.cosbench.driver.service |
---|
Methods in com.intel.cosbench.driver.service with parameters of type Logger | |
---|---|
AuthAPI |
COSBAuthAPIService.getAuth(java.lang.String type,
Config config,
Logger logger)
|
StorageAPI |
COSBStorageAPIService.getStorage(java.lang.String type,
Config config,
Logger logger)
|
Uses of Logger in com.intel.cosbench.log |
---|
Methods in com.intel.cosbench.log that return Logger | |
---|---|
Logger |
LogManager.getLogger()
|
static Logger |
LogFactory.getSystemLogger()
|
Uses of Logger in com.intel.cosbench.log.log4j |
---|
Classes in com.intel.cosbench.log.log4j that implement Logger | |
---|---|
class |
Log4jLogger
The wrapper of log4j logger. |
Methods in com.intel.cosbench.log.log4j that return Logger | |
---|---|
Logger |
Log4jLogManager.getLogger()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |