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 | Interface and Description |
---|---|
interface |
Document
Document model interface for operations on the
IContentRepository . |
Modifier and Type | Class and Description |
---|---|
class |
DocumentHeaderImpl
Flyweight
DocumentHeader implementation. |
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 |
---|---|
Iterator<? extends DocumentHeader> |
IContentRepository.getDocumentHeaders(String fromId,
String toId)
Deprecated.
Return a listing of the documents and metadata about them in this
repository.
|
Iterator<? extends DocumentHeader> |
BigdataFileSystem.getDocumentHeaders(String fromId,
String toId) |
Constructor and Description |
---|
DocumentHeaderImpl(DocumentHeader header)
Copy constructor for header information.
|
DocumentImpl(DocumentHeader header)
Copy constructor for header information.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.