public interface BlobStoreInterface
Modifier and Type | Method and Description |
---|---|
void |
establishReference(long reference_id)
Tells the BlobStore that a static reference has been established in a
table to the blob referenced by the given id.
|
Ref |
getLargeObject(long reference_id)
Given a large object reference identifier, generates a Ref implementation
that provides access to the information in the large object.
|
void |
releaseReference(long reference_id)
Tells the BlobStore that a static reference has been released to the
given blob.
|
Ref getLargeObject(long reference_id) throws IOException
IOException
void establishReference(long reference_id)
void releaseReference(long reference_id)
Copyright © 2015. All rights reserved.