public class CassandraBlobStore
extends rapture.blob.BaseBlobStore
| Constructor and Description |
|---|
CassandraBlobStore() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
deleteBlob(rapture.common.CallingContext context,
rapture.common.RaptureURI blobUri) |
java.lang.Boolean |
deleteFolder(rapture.common.CallingContext context,
rapture.common.RaptureURI blobUri) |
java.lang.Boolean |
deleteRepo() |
java.io.InputStream |
getBlob(rapture.common.CallingContext context,
rapture.common.RaptureURI blobUri) |
java.lang.Long |
getBlobSize(rapture.common.CallingContext context,
rapture.common.RaptureURI blobUri) |
com.netflix.astyanax.Keyspace |
getKeyspace() |
void |
init() |
void |
setConfig(java.util.Map<java.lang.String,java.lang.String> config) |
java.lang.Boolean |
storeBlob(rapture.common.CallingContext context,
rapture.common.RaptureURI blobUri,
java.lang.Boolean append,
java.io.InputStream content) |
public CassandraBlobStore()
throws com.netflix.astyanax.connectionpool.exceptions.ConnectionException
com.netflix.astyanax.connectionpool.exceptions.ConnectionExceptionpublic java.lang.Boolean storeBlob(rapture.common.CallingContext context,
rapture.common.RaptureURI blobUri,
java.lang.Boolean append,
java.io.InputStream content)
public java.lang.Long getBlobSize(rapture.common.CallingContext context,
rapture.common.RaptureURI blobUri)
getBlobSize in interface rapture.blob.BlobStoregetBlobSize in class rapture.blob.BaseBlobStorepublic java.lang.Boolean deleteBlob(rapture.common.CallingContext context,
rapture.common.RaptureURI blobUri)
public java.lang.Boolean deleteFolder(rapture.common.CallingContext context,
rapture.common.RaptureURI blobUri)
public java.io.InputStream getBlob(rapture.common.CallingContext context,
rapture.common.RaptureURI blobUri)
public void setConfig(java.util.Map<java.lang.String,java.lang.String> config)
public com.netflix.astyanax.Keyspace getKeyspace()
public void init()
public java.lang.Boolean deleteRepo()