See: Description
Interface | Description |
---|---|
ILocatableResource<T> |
A locatable resource.
|
IResourceLocator<T extends ILocatableResource> |
An object that knows how to resolve a resource identifier (aka namespace) to
an
ILocatableResource instance. |
Class | Description |
---|---|
DefaultResourceLocator<T extends ILocatableResource<T>> |
Generic implementation relies on a ctor for the resource with the following
method signature:
|
TestAll |
Aggregates test suites into increasing dependency order.
|
TestDefaultResourceLocator |
Test suite for location relations, etc.
|
Abstraction layer for identifying relations and relation containers in much
the same manner that indices are identified (unique name and timestamp).
This makes it possible to materialize a view of a relation, together with
appropriate index objects, anywhere in a federation. Special cases provide
for local resources, such as relations on a temporary store, and for access
to the unisolated indices when running as an AbstractTask
.
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.