Uses of Interface
com.bazaarvoice.emodb.blob.db.StorageProvider
-
Packages that use StorageProvider Package Description com.bazaarvoice.emodb.blob.core com.bazaarvoice.emodb.blob.db.astyanax -
-
Uses of StorageProvider in com.bazaarvoice.emodb.blob.core
Constructors in com.bazaarvoice.emodb.blob.core with parameters of type StorageProvider Constructor Description DefaultBlobStore(com.bazaarvoice.emodb.table.db.TableDAO tableDao, StorageProvider storageProvider, MetadataProvider metadataProvider, com.codahale.metrics.MetricRegistry metricRegistry) -
Uses of StorageProvider in com.bazaarvoice.emodb.blob.db.astyanax
Classes in com.bazaarvoice.emodb.blob.db.astyanax that implement StorageProvider Modifier and Type Class Description classAstyanaxStorageProviderA single row Cassandra implementation ofStorageProvider.
-