Package | Description |
---|---|
org.hypergraphdb.indexing |
Modifier and Type | Class and Description |
---|---|
class |
ByPartIndexer<KeyType>
Represents by the value of a part in a composite type.
|
class |
ByTargetIndexer
Represents an index by a specific target position in ordered links.
|
class |
CompositeIndexer |
class |
DirectValueIndexer<AtomType>
Index atoms directly by their values serialized as byte[].
|
class |
LinkIndexer
A
LinkIndexer indexes atoms by their target ordered set. |
Modifier and Type | Method and Description |
---|---|
HGKeyIndexer<Object>[] |
CompositeIndexer.getIndexerParts() |
Modifier and Type | Method and Description |
---|---|
void |
CompositeIndexer.setIndexerParts(HGKeyIndexer<Object>[] indexerParts) |
Constructor and Description |
---|
CompositeIndexer(HGHandle type,
HGKeyIndexer<Object>[] indexerParts) |
CompositeIndexer(String name,
HGHandle type,
HGKeyIndexer<Object>[] indexerParts) |
Copyright © 2015. All rights reserved.