| Package | Description |
|---|---|
| org.hypergraphdb.transaction | |
| org.hypergraphdb.util |
| Modifier and Type | Method and Description |
|---|---|
protected Cons<VBoxBody<?>> |
HGTransaction.doCommit()
Commit all "written boxes" and return a linked list of the newly attached bodies
to them.
|
protected Cons<VBoxBody<?>> |
HGTransaction.performValidCommit() |
| Constructor and Description |
|---|
ActiveTransactionsRecord(long txNumber,
Cons<VBoxBody<?>> bodiesToGC) |
| Modifier and Type | Field and Description |
|---|---|
static Cons |
Cons.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
Cons<E> |
Cons.cons(E x) |
Cons<E> |
Cons.reverse() |
Cons<E> |
Cons.reverseInto(Cons<E> tail) |
| Modifier and Type | Method and Description |
|---|---|
Cons<E> |
Cons.reverseInto(Cons<E> tail) |
| Constructor and Description |
|---|
Cons(E e,
Cons<E> rest) |
Copyright © 2015. All rights reserved.