Package | Description |
---|---|
com.bigdata.bfs |
This package provides a scale-out content repository (aka distributed file
system) suitable as the backend for a REST-ful service using the bigdata
architecture.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentImpl
Flyweight document implementation.
|
class |
RepositoryDocumentImpl
A read-only view of a
Document that has been read from a
BigdataFileSystem . |
Modifier and Type | Method and Description |
---|---|
Document |
IContentRepository.read(String id)
Deprecated.
Fetch a single document object based on a URI.
|
Document |
BigdataFileSystem.read(String id)
Reads the document metadata for the current version of the specified
file.
|
Modifier and Type | Method and Description |
---|---|
int |
IContentRepository.create(Document document)
Deprecated.
Create a new persistent document in this repository based on the metadata
and content in the supplied document object.
|
int |
BigdataFileSystem.create(Document doc) |
int |
IContentRepository.update(Document document)
Deprecated.
Update an existing persistent document in this repository based on the
metadata and content in the supplied document object.
|
int |
BigdataFileSystem.update(Document doc)
Create a new file version using the supplied file metadata.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.