Package | Description |
---|---|
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.webapp | |
com.bigdata.rdf.task |
Abstraction layer for task-based concurrency at the triple store layer.
|
Modifier and Type | Class and Description |
---|---|
class |
CreateKBTask
Task creates a KB for the given namespace iff no such KB exists.
|
class |
DestroyKBTask
Task destroys a KB for the given namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegateRestApiTask<T>
Base class for delegation patterns where the delegate is an
IApiTask . |
class |
AbstractRestApiTask<T>
Abstract base class for REST API methods.
|
Constructor and Description |
---|
AbstractDelegateRestApiTask(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
String namespace,
long timestamp,
IApiTask<T> delegate) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractApiTask<T>
Base class for task-oriented concurrency.
|
Modifier and Type | Method and Description |
---|---|
static <T> FutureTask<T> |
AbstractApiTask.submitApiTask(IIndexManager indexManager,
IApiTask<T> task)
Submit a task and return a
Future for that task. |
Constructor and Description |
---|
ApiTaskForIndexManager(IIndexManager indexManager,
IApiTask<T> delegate) |
ApiTaskForJournal(IConcurrencyManager concurrencyManager,
long timestamp,
String[] resource,
IApiTask<T> delegate) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.