| Package | Description |
|---|---|
| org.rdfhdt.hdt.dictionary.impl | |
| org.rdfhdt.hdt.dictionary.impl.section |
| Modifier and Type | Field and Description |
|---|---|
protected DictionarySectionPrivate |
BaseDictionary.objects |
protected DictionarySectionPrivate |
BaseDictionary.predicates |
protected DictionarySectionPrivate |
BaseDictionary.shared |
protected DictionarySectionPrivate |
BaseDictionary.subjects |
| Constructor and Description |
|---|
FourSectionDictionary(HDTOptions spec,
DictionarySectionPrivate s,
DictionarySectionPrivate p,
DictionarySectionPrivate o,
DictionarySectionPrivate sh) |
FourSectionDictionaryBig(HDTOptions spec,
DictionarySectionPrivate s,
DictionarySectionPrivate p,
DictionarySectionPrivate o,
DictionarySectionPrivate sh) |
| Modifier and Type | Class and Description |
|---|---|
class |
DictionarySectionCache
DictionarySection that caches results returned by a child DictionarySection to increase performance.
|
class |
DictionarySectionCacheAll
DictionarySection that caches results returned by a child DictionarySection to increase performance.
|
class |
DictionarySectionCachePerThread
DictionarySection that caches results returned by a child DictionarySection to increase performance.
|
class |
PFCDictionarySection |
class |
PFCDictionarySectionBig
Implementation of Plain Front Coding that divides the data in different arrays, therefore
overcoming Java's limitation of 2Gb for a single array.
|
class |
PFCDictionarySectionMap |
| Modifier and Type | Method and Description |
|---|---|
static DictionarySectionPrivate |
DictionarySectionFactory.loadFrom(CountInputStream input,
File f,
ProgressListener listener) |
static DictionarySectionPrivate |
DictionarySectionFactory.loadFrom(InputStream input,
ProgressListener listener) |
| Constructor and Description |
|---|
DictionarySectionCache(DictionarySectionPrivate child) |
DictionarySectionCacheAll(DictionarySectionPrivate child,
boolean preload) |
DictionarySectionCachePerThread(DictionarySectionPrivate child) |
Copyright © 2018 DataWeb Research. All rights reserved.