| 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 | 
|---|---|
| ITPS | BigdataFileSystem. readMetadata(String id,
            long timestamp)Return the file metadata for the version of the file associated with the
 specified timestamp. | 
| Constructor and Description | 
|---|
| RepositoryDocumentImpl(BigdataFileSystem repo,
                      String id,
                      ITPS tps)Read the metadata for the current version of the file from the
 repository. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TPSDefault implementation. | 
| Modifier and Type | Method and Description | 
|---|---|
| ITPS | SparseRowStore. delete(Schema schema,
      Object primaryKey)Atomic delete of all property values for the current logical row. | 
| ITPS | SparseRowStore. delete(Schema schema,
      Object primaryKey,
      long fromTime,
      long toTime,
      long writeTime,
      INameFilter filter)Atomic delete of all property values for the logical row. | 
| ITPS | SparseRowStore. read(Schema schema,
    Object primaryKey,
    long fromTime,
    long toTime,
    INameFilter filter)Read a logical row from the index. | 
| Modifier and Type | Method and Description | 
|---|---|
| Iterator<? extends ITPS> | SparseRowStore. rangeIterator(Schema schema)A logical row scan. | 
| Iterator<? extends ITPS> | SparseRowStore. rangeIterator(Schema schema,
             Object fromKey,
             Object toKey)A logical row scan. | 
| Iterator<? extends ITPS> | SparseRowStore. rangeIterator(Schema schema,
             Object fromKey,
             Object toKey,
             INameFilter filter)A logical row scan. | 
| Iterator<? extends ITPS> | SparseRowStore. rangeIterator(Schema schema,
             Object fromKey,
             Object toKey,
             int capacity,
             long fromTime,
             long toTime,
             INameFilter nameFilter)A logical row scan. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | Precondition. accept(ITPS logicalRow) | 
| boolean | IPrecondition. accept(ITPS logicalRow) | 
| boolean | EmptyRowPrecondition. accept(ITPS logicalRow) | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.