public class RemoteDigestBlob
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RemoteDigestBlob.Status |
Constructor and Description |
---|
RemoteDigestBlob(BlobService blobService,
java.lang.String index,
java.lang.String digest) |
Modifier and Type | Method and Description |
---|---|
RemoteDigestBlob.Status |
addContent(org.jboss.netty.buffer.ChannelBuffer buffer,
boolean last) |
boolean |
delete() |
long |
size() |
RemoteDigestBlob.Status |
status() |
public RemoteDigestBlob(BlobService blobService, java.lang.String index, java.lang.String digest)
public RemoteDigestBlob.Status status()
public boolean delete()
public RemoteDigestBlob.Status addContent(org.jboss.netty.buffer.ChannelBuffer buffer, boolean last)
public long size()