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.bop |
This package provides an API for query operators.
|
com.bigdata.bop.ap | |
com.bigdata.bop.ap.filter |
These filters are based on the striterator patterns.
|
com.bigdata.bop.bindingSet | |
com.bigdata.bop.bset | |
com.bigdata.bop.constraint |
This package provides implementations for operators which impose constraints
on elements visited by some access path.
|
com.bigdata.bop.controller |
This package provides operators for subquery, including UNION, STEPS,
and STAR (transitive closure).
|
com.bigdata.bop.engine | |
com.bigdata.bop.fed | |
com.bigdata.bop.fed.nodes | |
com.bigdata.bop.fed.shards | |
com.bigdata.bop.join | |
com.bigdata.bop.joinGraph |
This package provides support for join graphs, query optimization,
and generating full query plans from a join graph and the
evaluation order identified by a query optimizer.
|
com.bigdata.bop.joinGraph.fast | |
com.bigdata.bop.joinGraph.rto | |
com.bigdata.bop.mutation | |
com.bigdata.bop.rdf.aggregate | |
com.bigdata.bop.rdf.filter | |
com.bigdata.bop.rdf.join | |
com.bigdata.bop.solutions |
This package provides distinct, sort, and aggregation operators.
|
com.bigdata.bop.util | |
com.bigdata.btree |
The
BTree is a scalable B+-Tree with copy-on-write
semantics mapping variable length unsigned byte[] keys to variable
length byte[] values (null values are allowed). |
com.bigdata.btree.data | |
com.bigdata.btree.filter | |
com.bigdata.btree.isolation | |
com.bigdata.btree.keys | |
com.bigdata.btree.raba | |
com.bigdata.btree.raba.codec | |
com.bigdata.btree.view | |
com.bigdata.counters |
Package supports declaration, collection, and interchange of performance counters
for both hosts and processes on supported platforms.
|
com.bigdata.counters.linux |
Package provides performance counter collection on Linux platforms using the
sysstat suite.
|
com.bigdata.counters.osx |
Package provides performance counter collection on OSX.
|
com.bigdata.counters.query | |
com.bigdata.counters.store |
This package provides a persistence mechanism for performance
counters.
|
com.bigdata.counters.striped | |
com.bigdata.gom |
This module provides a scalable client / server architecture for graph data
management based on the principles of REST, Topic Maps, and RDF.
|
com.bigdata.ha.halog | |
com.bigdata.ha.msg |
Interfaces and implementations for HA message objects.
|
com.bigdata.ha.pipeline |
This package provides services for sending and receiving low-level write cache
blocks among the members of a highly available quorum.
|
com.bigdata.htree | |
com.bigdata.htree.data | |
com.bigdata.htree.raba | |
com.bigdata.io | |
com.bigdata.io.compression | |
com.bigdata.io.writecache |
Low-level write cache service.
|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.net | |
com.bigdata.quorum |
This package defines interfaces and implementations for a quorum of highly
available services.
|
com.bigdata.rawstore |
A set of interfaces and some simple implementations for a read-write
store without atomic commit or transactions.
|
com.bigdata.rdf.axioms | |
com.bigdata.rdf.internal |
This package provides an internal representation of RDF Values.
|
com.bigdata.rdf.internal.constraints | |
com.bigdata.rdf.internal.encoder | |
com.bigdata.rdf.internal.gis | |
com.bigdata.rdf.lexicon | |
com.bigdata.rdf.load |
Support for concurrent loading of RDF data across one or more clients from
a variety of input sources.
|
com.bigdata.rdf.model |
This package provides a tuned implementation of the Sesame RDF data model
for the RDF database.
|
com.bigdata.rdf.rio |
This package provides an integration with the openrdf RIO parser that supports
fast data loads.
|
com.bigdata.rdf.rio.ntriples | |
com.bigdata.rdf.rules | |
com.bigdata.rdf.sail |
This package contains the SAIL that allow bigdata to be used as a backend for
the Sesame 2.x platform.
|
com.bigdata.rdf.sail.contrib | |
com.bigdata.rdf.sail.graph | |
com.bigdata.rdf.sail.sparql |
This package was imported from the
org.openrdf.query.parser.sparql
package of the openrdf distribution. |
com.bigdata.rdf.sail.tck | |
com.bigdata.rdf.sail.webapp | |
com.bigdata.rdf.sail.webapp.health | |
com.bigdata.rdf.sail.webapp.lbs | |
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
com.bigdata.rdf.sparql.ast.cache | |
com.bigdata.rdf.sparql.ast.eval | |
com.bigdata.rdf.sparql.ast.eval.bsbm.bi | |
com.bigdata.rdf.sparql.ast.eval.bsbm.explore | |
com.bigdata.rdf.sparql.ast.eval.reif | |
com.bigdata.rdf.sparql.ast.eval.rto | |
com.bigdata.rdf.sparql.ast.eval.service | |
com.bigdata.rdf.sparql.ast.eval.update | |
com.bigdata.rdf.sparql.ast.optimizers | |
com.bigdata.rdf.sparql.ast.service.storedquery |
An embedded SERVICE that permits an application to register and execute
stored queries.
|
com.bigdata.rdf.sparql.ast.ssets | |
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
com.bigdata.rdf.store |
This package provides several realizations of an RDF database using the bigdata
architecture, including one suitable for temporary data, one suitable for local
processing (single host), and one designed for scale-out on commodity hardware.
|
com.bigdata.rdf.vocab |
This package provides a variety of different pre-compiled
Vocabulary classes. |
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.
|
com.bigdata.relation.locator |
Abstraction layer for identifying relations and relation containers in much
the same manner that indices are identified (unique name and timestamp).
|
com.bigdata.relation.rule |
This package includes an abstraction layer for rules.
|
com.bigdata.relation.rule.eval |
This package supports rule evaluation.
|
com.bigdata.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
com.bigdata.rwstore | |
com.bigdata.rwstore.sector | |
com.bigdata.search |
This package provides full text indexing and search.
|
com.bigdata.service |
This package provides implementations of bigdata services (metadata
service, data service, transaction manager service.
|
com.bigdata.service.ndx | |
com.bigdata.service.ndx.pipeline | |
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.
|
com.bigdata.striterator |
Streaming iterator patterns based on Martyn Cutcher's striterator design
but supporting generics and with extensions for closable, chunked, and
ordered streaming iterators.
|
com.bigdata.util.concurrent |
Utility classes related to java.util.concurrent.
|
com.bigdata.util.httpd | |
junit.framework |
This class provides a number of utility methods that have been useful in
a variety of circumstances.
|
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2
Extension of
TestCase that supports logging, loading test
resources, and hierarchical properties. |
Class and Description |
---|
TestCase2.MyProperties
Helper class gives us access to the default
Properties . |
TestCase2.RandomType
Used to create objects of random type.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.