Interface | Description |
---|---|
HGIndexer<KeyType,ValueType> |
An
HGIndexer represents an atom used internally
by HyperGraphDB to manage indices. |
Class | Description |
---|---|
ByPartIndexer<KeyType> |
Represents by the value of a part in a composite type.
|
ByTargetIndexer |
Represents an index by a specific target position in ordered links.
|
CompositeIndexer | |
DirectValueIndexer<AtomType> |
Index atoms directly by their values serialized as byte[].
|
HGKeyIndexer<KeyType> |
An
HGKeyIndexer represents an atom used internally
by HyperGraphDB to manage key-based indices. |
HGValueIndexer<KeyType,ValueType> |
An indexer that not only determines the key in an index entry, but the value
as well.
|
LinkIndexer |
A
LinkIndexer indexes atoms by their target ordered set. |
TargetToTargetIndexer |
A
HGValueIndexer for HyperGraph links where the key in the index is
one of the targets within a link and the value is another one of the targets. |
Copyright © 2015. All rights reserved.