Uses of Class
com.bazaarvoice.emodb.blob.BlobStoreConfiguration
-
Packages that use BlobStoreConfiguration Package Description com.bazaarvoice.emodb.blob -
-
Uses of BlobStoreConfiguration in com.bazaarvoice.emodb.blob
Methods in com.bazaarvoice.emodb.blob that return BlobStoreConfiguration Modifier and Type Method Description BlobStoreConfigurationBlobStoreConfiguration. setApprovedContentTypes(java.util.Set<java.lang.String> approvedContentTypes)BlobStoreConfigurationBlobStoreConfiguration. setCassandraClusters(java.util.Map<java.lang.String,com.bazaarvoice.emodb.common.cassandra.CassandraConfiguration> cassandraClusters)BlobStoreConfigurationBlobStoreConfiguration. setPlacementsUnderMove(java.util.Map<java.lang.String,java.lang.String> placementsUnderMove)BlobStoreConfigurationBlobStoreConfiguration. setReadConsistency(com.netflix.astyanax.model.ConsistencyLevel readConsistency)BlobStoreConfigurationBlobStoreConfiguration. setS3Configuration(S3Configuration s3Configuration)BlobStoreConfigurationBlobStoreConfiguration. setValidTablePlacements(java.util.Set<java.lang.String> validTablePlacements)
-