com.intel.cosbench.driver.service
Class COSBStorageAPIService

java.lang.Object
  extended by com.intel.cosbench.driver.service.COSBStorageAPIService
All Implemented Interfaces:
StorageAPIService

public class COSBStorageAPIService
extends java.lang.Object
implements StorageAPIService

This class is the major service for storage on driver.

Author:
ywang19

Constructor Summary
COSBStorageAPIService()
           
 
Method Summary
 StorageAPI getStorage(java.lang.String type, Config config, Logger logger)
           
 void setFactories(java.util.List<StorageAPIFactory> factories)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

COSBStorageAPIService

public COSBStorageAPIService()
Method Detail

setFactories

public void setFactories(java.util.List<StorageAPIFactory> factories)

getStorage

public StorageAPI getStorage(java.lang.String type,
                             Config config,
                             Logger logger)
Specified by:
getStorage in interface StorageAPIService