| Package | Description |
|---|---|
| org.openrdf.store.blob | |
| org.openrdf.store.blob.disk | |
| org.openrdf.store.blob.file |
| Modifier and Type | Method and Description |
|---|---|
BlobObject |
BlobVersion.open(String uri)
Opens a
BlobObject for reading or writing if this
BlobVersion has not be committed. |
BlobObject |
BlobStore.open(String uri)
Opens a
BlobObject for reading or writing. |
| Modifier and Type | Class and Description |
|---|---|
class |
DiskBlob |
class |
LiveDiskBlob
A blob object that represents the latest committed blob version and commits
changes as soon as the OutputStream is closed.
|
| Modifier and Type | Method and Description |
|---|---|
BlobObject |
DiskBlobVersion.open(String uri) |
BlobObject |
DiskBlobStore.open(String uri) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileBlob
Deprecated.
|
class |
LiveFileBlob
Commits changes to a blob as soon as OutputStream is closed.
|
| Modifier and Type | Method and Description |
|---|---|
BlobObject |
FileBlobVersion.open(String uri)
Deprecated.
|
BlobObject |
FileBlobStore.open(String uri)
Deprecated.
|
Copyright © 2016 Chair of Distributed Information Systems - University of Passau. All rights reserved.