public interface BlobStoreInterface
Modifier and Type | Method | 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 java.io.IOException
java.io.IOException
void establishReference(long reference_id)
void releaseReference(long reference_id)
Copyright © 2018. All rights reserved.