public interface BlobStore
Modifier and Type | Method and Description |
---|---|
BlobRecord |
addRecord(Segment segment,
BlobRecord record) |
BlobRecord |
addRecord(Segment segment,
com.google.common.io.ByteSource in) |
BlobRecord |
getRecord(Segment segment,
BlobKey key) |
BlobRecord getRecord(Segment segment, BlobKey key) throws BlobStoreException
BlobStoreException
BlobRecord addRecord(Segment segment, com.google.common.io.ByteSource in) throws BlobStoreException
BlobStoreException
BlobRecord addRecord(Segment segment, BlobRecord record) throws BlobStoreException
BlobStoreException