|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BlobStoreInterface
A very restricted interface for accessing a blob store. This is used by a MasterTableDataSource implementation to query and resolve blob information.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Ref getLargeObject(long reference_id)
throws java.io.IOException
java.io.IOExceptionvoid establishReference(long reference_id)
void releaseReference(long reference_id)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||