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