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 |
---|---|
protected boolean |
FileVersionDeleter.isValid(ITuple<TPS.TPV> tuple)
Only visits the
FileMetadataSchema.VERSION columns. |
protected void |
FileVersionDeleter.update(IIndex ndx,
ITuple<TPS.TPV> tuple)
Appends a new tuple into the index whose key uses the
FileVersionDeleter.choosenTimestamp and whose value is an encoded null . |
Modifier and Type | Field and Description |
---|---|
static Comparator<TPS.TPV> |
TPS.TPVComparator.INSTANCE |
Modifier and Type | Method and Description |
---|---|
protected void |
TestTPS.assertEquals(TPS.TPV expected,
TPS.TPV actual) |
int |
TPS.TPVComparator.compare(TPS.TPV o1,
TPS.TPV o2) |
Modifier and Type | Method and Description |
---|---|
protected ITupleIterator<TPS> |
AtomicRowFilter.newTransformer(LookaheadTupleFilter.ILookaheadTupleIterator<TPS.TPV> src,
Object context) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.