Package | Description |
---|---|
org.hypergraphdb |
Welcome to HyperGraphDB
|
org.hypergraphdb.atom | |
org.hypergraphdb.storage | |
org.hypergraphdb.transaction | |
org.hypergraphdb.util |
Modifier and Type | Class and Description |
---|---|
class |
IncidenceSet
Represents an atom incidence set.
|
Constructor and Description |
---|
IncidenceSet(HGHandle atom,
HGSortedSet<HGHandle> impl) |
Modifier and Type | Class and Description |
---|---|
class |
HGAtomSet
A
HGAtomSet represents a temporary construction of a set of atoms. |
Modifier and Type | Field and Description |
---|---|
protected HGSortedSet<HGPersistentHandle> |
HGAtomSet.impl |
Constructor and Description |
---|
HGAtomSet(HGSortedSet implementation) |
Modifier and Type | Class and Description |
---|---|
class |
DBKeyedSortedSet<Key,T>
A database-backed
HGSortedSet implementation representing the
ordered duplicate values associated with a single key. |
class |
StorageBasedIncidenceSet |
Modifier and Type | Class and Description |
---|---|
class |
TxCacheSet<Key,E> |
class |
TxSet<E>
A transactional
HGSortedSet that implements MVCC for concurrency instead of
locking. |
Modifier and Type | Method and Description |
---|---|
VBoxBody<HGSortedSet<E>> |
TxCacheSet.CacheSetTxBox.commit(HGTransaction tx,
HGSortedSet<E> newvalue,
long txNumber) |
VBoxBody<HGSortedSet<E>> |
TxSet.SetTxBox.commit(HGTransaction tx,
HGSortedSet<E> newvalue,
long txNumber) |
Modifier and Type | Method and Description |
---|---|
VBoxBody<HGSortedSet<E>> |
TxCacheSet.CacheSetTxBox.commit(HGTransaction tx,
HGSortedSet<E> newvalue,
long txNumber) |
VBoxBody<HGSortedSet<E>> |
TxSet.SetTxBox.commit(HGTransaction tx,
HGSortedSet<E> newvalue,
long txNumber) |
Constructor and Description |
---|
TxCacheSet(HGTransactionManager txManager,
HGSortedSet<E> backingSet,
Key key,
RefResolver<Key,? extends HGSortedSet<E>> loader,
RefCountedMap<Key,TxSet.SetTxBox<E>> writeMap) |
TxSet(HGTransactionManager txManager,
HGSortedSet<E> backingSet) |
Constructor and Description |
---|
TxCacheSet(HGTransactionManager txManager,
HGSortedSet<E> backingSet,
Key key,
RefResolver<Key,? extends HGSortedSet<E>> loader,
RefCountedMap<Key,TxSet.SetTxBox<E>> writeMap) |
Modifier and Type | Class and Description |
---|---|
class |
ArrayBasedSet<E>
An implementation
SortedSet based on primitive arrays that grow
as needed without ever shrinking. |
class |
FilteredSortedSet<E> |
class |
LLRBTree<E>
Implements a set of elements as a left-leaning red-black tree.
|
Constructor and Description |
---|
FilteredSortedSet(HGSortedSet<E> delegate,
Mapping<E,Boolean> predicate) |
Copyright © 2015. All rights reserved.