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

Packages that use StorageAPIFactory
com.intel.cosbench.api.amplistor   
com.intel.cosbench.api.mock   
com.intel.cosbench.api.swift   
com.intel.cosbench.driver.service   
 

Uses of StorageAPIFactory in com.intel.cosbench.api.amplistor
 

Classes in com.intel.cosbench.api.amplistor that implement StorageAPIFactory
 class AmpliStorageFactory
           
 

Uses of StorageAPIFactory in com.intel.cosbench.api.mock
 

Classes in com.intel.cosbench.api.mock that implement StorageAPIFactory
 class MockStorageFactory
           
 

Uses of StorageAPIFactory in com.intel.cosbench.api.swift
 

Classes in com.intel.cosbench.api.swift that implement StorageAPIFactory
 class SwiftStorageFactory
           
 

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

Method parameters in com.intel.cosbench.driver.service with type arguments of type StorageAPIFactory
 void COSBStorageAPIService.setFactories(java.util.List<StorageAPIFactory> factories)