| Package | Description | 
|---|---|
| com.bigdata.journal | 
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions. | 
| 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.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. | 
| Modifier and Type | Method and Description | 
|---|---|
| IResourceLocator | JournalDelegate. getResourceLocator() | 
| IResourceLocator<?> | Journal. getResourceLocator() | 
| IResourceLocator | IIndexStore. getResourceLocator()Return the default locator for resources that are logical index
 containers (relations and relation containers). | 
| protected IResourceLocator<?> | Journal. newResourceLocator()Factory for the  IResourceLocatorfor theJournal. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultResourceLocator<T extends ILocatableResource<T>>Generic implementation relies on a ctor for the resource with the following
 method signature: | 
| Constructor and Description | 
|---|
| DefaultResourceLocator(IIndexManager indexManager,
                      IResourceLocator<T> delegate) | 
| DefaultResourceLocator(IIndexManager indexManager,
                      IResourceLocator<T> delegate,
                      int cacheCapacity,
                      long cacheTimeout) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IResourceLocator<?> | AbstractJoinNexus. resourceLocatorNote: cached. | 
| Modifier and Type | Method and Description | 
|---|---|
| IResourceLocator | AbstractJoinNexus. getRelationLocator() | 
| Modifier and Type | Method and Description | 
|---|---|
| IResourceLocator | AbstractResourceManagerTestCase.MockFederation. getResourceLocator() | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.