| Interface | Description |
|---|---|
| ByteArrayConverter<T> |
A utility interface to define mappings between
byte []
and object instances. |
| HGStoreImplementation |
A
HGStoreImplementation provides the crucial storage layer for a
HyperGraphDB instance. |
| StorageGraph |
Represents a storage layout graph.
|
| Class | Description |
|---|---|
| BAtoBA | |
| BAtoHandle | |
| BAtoString | |
| BAUtils |
This class contains some utilities methods to read/write primitively typed values from/to
a byte buffer.
|
| DBKeyedSortedSet<Key,T> |
A database-backed
HGSortedSet implementation representing the
ordered duplicate values associated with a single key. |
| HGStoreSubgraph |
A
StorageGraph bound to a HGStore. |
| RAMStorageGraph |
A
StorageGraph bound to a RAM map to be populated explicitly
before use. |
| RefDelegateStorageGraph | |
| SearchResultWrapper<T> |
Used to wrap a
HGRandomAccessResult in order to "disable" it. |
| StorageBasedIncidenceSet | |
| StorageWithAnnotatedIncidence |
TODO - this could be used as a wrapper for any storage implementation, a wrapper
that allows incidence set indexing to be augmented with additional attributes.
|
Copyright © 2015. All rights reserved.