| Modifier and Type | Class and Description |
|---|---|
class |
JoinedOntModelCache
Use two OntModelCaches as one.
|
class |
MaskingOntModelCache
The named models in the masking cache will be used in preference to a model
of the same name in the base cache.
|
class |
ModelMakerOntModelCache
When an OntModel is requested for the first time, get a model from the
ModelMaker, wrap it, and cache it for subsequent requests.
|
class |
UnionModelsOntModelsCache
Decorates an OntModelCache with some "virtual" OntModels, each of which is a
union of two actual OntModels.
|
| Constructor and Description |
|---|
JoinedOntModelCache(OntModelCache primary,
OntModelCache secondary) |
MaskingOntModelCache(OntModelCache baseCache,
OntModelCache maskingCache,
Collection<String> maskingNames) |
UnionModelsOntModelsCache(OntModelCache inner,
UnionModelsOntModelsCache.UnionSpec... unionModelSpecs)
Create it like this:
|
| Modifier and Type | Method and Description |
|---|---|
OntModelCache |
TripleSource.getShortTermOntModels(RDFService shortTermRdfService,
OntModelCache longTermOntModelCache) |
| Modifier and Type | Method and Description |
|---|---|
OntModelCache |
TripleSource.getShortTermOntModels(RDFService shortTermRdfService,
OntModelCache longTermOntModelCache) |
| Modifier and Type | Method and Description |
|---|---|
OntModelCache |
ShortTermCombinedTripleSource.getOntModelCache() |
OntModelCache |
CombinedTripleSource.getOntModelCache() |
| Modifier and Type | Method and Description |
|---|---|
OntModelCache |
BasicShortTermCombinedTripleSource.getOntModelCache() |
OntModelCache |
BasicCombinedTripleSource.getOntModelCache() |
protected OntModelCache |
BasicCombinedTripleSource.getOntModels(ModelAccess.WhichService whichService) |
| Modifier and Type | Method and Description |
|---|---|
OntModelCache |
ContentTripleSourceSDB.getShortTermOntModels(RDFService shortTermRdfService,
OntModelCache longTermOntModelCache)
Use models from the short-term RDFService, since there is less contention
for the database connections that way.
|
| Modifier and Type | Method and Description |
|---|---|
OntModelCache |
ContentTripleSourceSDB.getShortTermOntModels(RDFService shortTermRdfService,
OntModelCache longTermOntModelCache)
Use models from the short-term RDFService, since there is less contention
for the database connections that way.
|
| Modifier and Type | Method and Description |
|---|---|
OntModelCache |
ContentTripleSourceSPARQL.getShortTermOntModels(RDFService shortTermRdfService,
OntModelCache longTermOntModelCache) |
| Modifier and Type | Method and Description |
|---|---|
OntModelCache |
ContentTripleSourceSPARQL.getShortTermOntModels(RDFService shortTermRdfService,
OntModelCache longTermOntModelCache) |
| Modifier and Type | Method and Description |
|---|---|
OntModelCache |
ContentTripleSourceTDB.getShortTermOntModels(RDFService shortTermRdfService,
OntModelCache longTermOntModelCache) |
OntModelCache |
ConfigurationTripleSourceTDB.getShortTermOntModels(RDFService shortTermRdfService,
OntModelCache longTermOntModelCache) |
| Modifier and Type | Method and Description |
|---|---|
OntModelCache |
ContentTripleSourceTDB.getShortTermOntModels(RDFService shortTermRdfService,
OntModelCache longTermOntModelCache) |
OntModelCache |
ConfigurationTripleSourceTDB.getShortTermOntModels(RDFService shortTermRdfService,
OntModelCache longTermOntModelCache) |
Copyright © 2022. All rights reserved.