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.btree.filter | |
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.relation.accesspath |
This package includes an abstraction layer for efficient access paths, including
chunked iterators, blocking buffers, and an abstraction corresponding to the natural
order of an index.
|
Modifier and Type | Class and Description |
---|---|
class |
FileVersionDeleter
A procedure that performs a key range scan, marking all non-deleted
versions within the key range as deleted (by storing a null property
value for the
FileMetadataSchema.VERSION ). |
Modifier and Type | Class and Description |
---|---|
class |
TupleUpdater<E>
Filter allows mutation of the visited
ITuple s. |
Modifier and Type | Field and Description |
---|---|
protected TupleFilter<E> |
TupleFilter.TupleFilterator.filter |
Constructor and Description |
---|
TupleFilter.TupleFilterator(ITupleIterator<E> src,
Object context,
TupleFilter<E> filter) |
TupleUpdater.Updaterator(ITupleIterator<E> src,
Object context,
TupleFilter<E> filter) |
Modifier and Type | Class and Description |
---|---|
static class |
GeoSpatialServiceFactory.AcceptAllSolutionsFilter
Dummy filter asserting that a point delivered by the advancer lies into
a given rectangle.
|
static class |
GeoSpatialServiceFactory.GeoSpatialFilterBase |
static class |
GeoSpatialServiceFactory.GeoSpatialInCircleFilter
Filter asserting that a given point lies into a specified square, defined
by its lower and upper border, plus time frame.
|
Modifier and Type | Class and Description |
---|---|
class |
ElementFilter<R>
Align the predicate's
IElementFilter constraint with
ITupleFilter so that the IElementFilter can be evaluated
close to the data by an ITupleIterator . |
class |
SameVariableConstraintTupleFilter<E>
TupleFilter class wrapping the SameVariableConstraint . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.