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.
|
com.bigdata.sparse |
This package provides support for treating normal B+Trees using a
"sparse row store" pattern and can be applied to both local B+Trees
and scale-out indices.
|
Modifier and Type | Method and Description |
---|---|
ITPV[] |
RepositoryDocumentImpl.getAllVersionInfo()
Return an array containing all non-eradicated values of the
FileMetadataSchema.VERSION property for this file as of the time
that this view was constructed. |
ITPV[] |
BigdataFileSystem.getAllVersionInfo(String id)
Return an array describing all non-eradicated versions of a file.
|
Modifier and Type | Class and Description |
---|---|
static class |
TPS.TPV
Helper class models a single property value as of a given timestamp.
|
Modifier and Type | Method and Description |
---|---|
ITPV |
TPS.get(String name) |
ITPV |
ITPS.get(String name)
Return the most recent value for the named property.
|
ITPV |
TPS.get(String name,
long timestamp) |
ITPV |
ITPS.get(String name,
long timestamp)
Return the most recent value for the named property whose timestamp is
not greater than the specified timestamp.
|
protected static ITPV |
AbstractAtomicRowReadOrWrite.getCurrentValue(IIndex ndx,
Schema schema,
Object primaryKey,
String name)
Return the current binding for the named property.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ITPV> |
TPS.iterator() |
Iterator<ITPV> |
ITPS.iterator()
Visits all tuples in order by ascending timestamp.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.