Package | Description |
---|---|
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.resources |
This package provides the logic to managed the live journal and the
historical journals and index segments for a
DataService . |
com.bigdata.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected T |
DefaultResourceLocator.newInstance(Class<? extends T> cls,
IIndexManager indexManager,
NT nt,
Properties properties)
Create a new view of the relation.
|
Modifier and Type | Method and Description |
---|---|
H |
IndexCache.put(NT k,
H v) |
H |
IndexCache.putIfAbsent(NT k,
H v) |
protected WeakReference<H> |
IndexCache.removeMapEntry(NT k)
Overridden to clear the
IndexCache.retentionTime if the map entry
corresponding to that timestamp is being removed from the map. |
Modifier and Type | Method and Description |
---|---|
boolean |
NT.equals(NT o) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.