Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
org.hypergraphdb.atom | |
org.hypergraphdb.query.impl | |
org.hypergraphdb.storage | |
org.hypergraphdb.transaction | |
org.hypergraphdb.util |
Modifier and Type | Field and Description |
---|---|
static HGRandomAccessResult<? extends Object> |
HGSearchResult.EMPTY
This object represents an empty
HGSearchResult . |
Modifier and Type | Method and Description |
---|---|
HGRandomAccessResult<ValueType> |
HGIndex.find(KeyType key)
Retrieve all entries corresponding to the given key.
|
HGRandomAccessResult<KeyType> |
HGBidirectionalIndex.findByValue(ValueType value)
Return a
HGSearchResult over all keys whose
value is the value parameter. |
HGRandomAccessResult<HGPersistentHandle> |
HGStore.getIncidenceResultSet(HGPersistentHandle handle)
Return a
HGSearchResult of atom handles in a given atom's incidence
set. |
HGRandomAccessResult<KeyType> |
HGIndex.scanKeys()
Return a result set containing all keys in this index.
|
HGRandomAccessResult<ValueType> |
HGIndex.scanValues()
Return a result set containing all values in this index.
|
Modifier and Type | Method and Description |
---|---|
HGRandomAccessResult<HGHandle> |
HGAtomSet.getSearchResult() |
Modifier and Type | Class and Description |
---|---|
class |
FilteredRAResultSet<T> |
class |
InMemoryIntersectionResult<T> |
class |
ZigZagIntersectionResult<T>
The
ZigZagIntersectionResult operates on two sorted, random access
result sets. |
Modifier and Type | Field and Description |
---|---|
protected HGRandomAccessResult<T> |
FilteredRAResultSet.rs |
Constructor and Description |
---|
FilteredRAResultSet(HGRandomAccessResult<T> searchResult,
Mapping<T,Boolean> predicate,
int lookahead) |
InMemoryIntersectionResult(HGRandomAccessResult<T> left,
HGRandomAccessResult<T> right) |
InMemoryIntersectionResult(HGRandomAccessResult<T> left,
HGRandomAccessResult<T> right) |
RABasedPredicate(HGRandomAccessResult ras) |
ZigZagIntersectionResult(HGRandomAccessResult<T> left,
HGRandomAccessResult<T> right) |
ZigZagIntersectionResult(HGRandomAccessResult<T> left,
HGRandomAccessResult<T> right) |
Modifier and Type | Method and Description |
---|---|
HGRandomAccessResult<HGPersistentHandle> |
StorageWithAnnotatedIncidence.getIncidenceResultSet(HGPersistentHandle handle) |
HGRandomAccessResult<HGPersistentHandle> |
HGStoreImplementation.getIncidenceResultSet(HGPersistentHandle handle)
Return the incidence set associate with the given handle.
|
HGRandomAccessResult<T> |
DBKeyedSortedSet.getSearchResult() |
HGRandomAccessResult<HGHandle> |
StorageBasedIncidenceSet.getSearchResult() |
Modifier and Type | Method and Description |
---|---|
HGRandomAccessResult<E> |
TxSet.getSearchResult() |
Modifier and Type | Method and Description |
---|---|
HGRandomAccessResult<E> |
LLRBTree.getSearchResult() |
HGRandomAccessResult<E> |
FilteredSortedSet.getSearchResult() |
HGRandomAccessResult<E> |
ArrayBasedSet.getSearchResult() |
HGRandomAccessResult<E> |
HGSortedSet.getSearchResult() |
Copyright © 2015. All rights reserved.