Uses of Class
com.bazaarvoice.emodb.blob.db.StorageSummary
-
Packages that use StorageSummary Package Description com.bazaarvoice.emodb.blob.db com.bazaarvoice.emodb.blob.db.astyanax -
-
Uses of StorageSummary in com.bazaarvoice.emodb.blob.db
Methods in com.bazaarvoice.emodb.blob.db that return StorageSummary Modifier and Type Method Description StorageSummaryMetadataProvider. readMetadata(com.bazaarvoice.emodb.table.db.Table table, java.lang.String blobId)Read metadata storage summary.Methods in com.bazaarvoice.emodb.blob.db that return types with arguments of type StorageSummary Modifier and Type Method Description java.util.Iterator<java.util.Map.Entry<java.lang.String,StorageSummary>>MetadataProvider. scanMetadata(com.bazaarvoice.emodb.table.db.Table table, java.lang.String fromBlobIdExclusive, com.bazaarvoice.emodb.common.api.impl.LimitCounter limit)Scan metadata iterator.Methods in com.bazaarvoice.emodb.blob.db with parameters of type StorageSummary Modifier and Type Method Description voidMetadataProvider. writeMetadata(com.bazaarvoice.emodb.table.db.Table table, java.lang.String blobId, StorageSummary summary)Write metadata. -
Uses of StorageSummary in com.bazaarvoice.emodb.blob.db.astyanax
Methods in com.bazaarvoice.emodb.blob.db.astyanax that return StorageSummary Modifier and Type Method Description StorageSummaryAstyanaxStorageProvider. readMetadata(com.bazaarvoice.emodb.table.db.Table tbl, java.lang.String blobId)Methods in com.bazaarvoice.emodb.blob.db.astyanax that return types with arguments of type StorageSummary Modifier and Type Method Description java.util.Iterator<java.util.Map.Entry<java.lang.String,StorageSummary>>AstyanaxStorageProvider. scanMetadata(com.bazaarvoice.emodb.table.db.Table tbl, java.lang.String fromBlobIdExclusive, com.bazaarvoice.emodb.common.api.impl.LimitCounter limit)Methods in com.bazaarvoice.emodb.blob.db.astyanax with parameters of type StorageSummary Modifier and Type Method Description voidAstyanaxStorageProvider. writeMetadata(com.bazaarvoice.emodb.table.db.Table tbl, java.lang.String blobId, StorageSummary summary)
-