Uses of Interface
com.intel.cosbench.api.storage.StorageAPIService

Packages that use StorageAPIService
com.intel.cosbench.driver.service   
 

Uses of StorageAPIService in com.intel.cosbench.driver.service
 

Classes in com.intel.cosbench.driver.service that implement StorageAPIService
 class COSBStorageAPIService
          This class is the major service for storage on driver.
 

Methods in com.intel.cosbench.driver.service with parameters of type StorageAPIService
 void COSBDriverServiceFactory.setStorageAPIs(StorageAPIService storageAPIs)