Uses of Interface
edu.cornell.mannlib.vitro.webapp.modelaccess.ontmodels.OntModelCache
-
-
Uses of OntModelCache in edu.cornell.mannlib.vitro.webapp.modelaccess.ontmodels
Classes in edu.cornell.mannlib.vitro.webapp.modelaccess.ontmodels that implement OntModelCache Modifier and Type Class Description classJoinedOntModelCacheUse two OntModelCaches as one.classMaskingOntModelCacheThe named models in the masking cache will be used in preference to a model of the same name in the base cache.classModelMakerOntModelCacheWhen an OntModel is requested for the first time, get a model from the ModelMaker, wrap it, and cache it for subsequent requests.classUnionModelsOntModelsCacheDecorates an OntModelCache with some "virtual" OntModels, each of which is a union of two actual OntModels.Constructors in edu.cornell.mannlib.vitro.webapp.modelaccess.ontmodels with parameters of type OntModelCache Constructor Description JoinedOntModelCache(OntModelCache primary, OntModelCache secondary)MaskingOntModelCache(OntModelCache baseCache, OntModelCache maskingCache, Collection<String> maskingNames)UnionModelsOntModelsCache(OntModelCache inner, UnionModelsOntModelsCache.UnionSpec... unionModelSpecs)Create it like this: -
Uses of OntModelCache in edu.cornell.mannlib.vitro.webapp.modules.tripleSource
Methods in edu.cornell.mannlib.vitro.webapp.modules.tripleSource that return OntModelCache Modifier and Type Method Description OntModelCacheTripleSource. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache)Methods in edu.cornell.mannlib.vitro.webapp.modules.tripleSource with parameters of type OntModelCache Modifier and Type Method Description OntModelCacheTripleSource. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache) -
Uses of OntModelCache in edu.cornell.mannlib.vitro.webapp.triplesource
Methods in edu.cornell.mannlib.vitro.webapp.triplesource that return OntModelCache Modifier and Type Method Description OntModelCacheCombinedTripleSource. getOntModelCache()OntModelCacheShortTermCombinedTripleSource. getOntModelCache() -
Uses of OntModelCache in edu.cornell.mannlib.vitro.webapp.triplesource.impl
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl that return OntModelCache Modifier and Type Method Description OntModelCacheBasicCombinedTripleSource. getOntModelCache()OntModelCacheBasicShortTermCombinedTripleSource. getOntModelCache()protected OntModelCacheBasicCombinedTripleSource. getOntModels(ModelAccess.WhichService whichService) -
Uses of OntModelCache in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb that return OntModelCache Modifier and Type Method Description OntModelCacheContentTripleSourceSDB. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache)Use models from the short-term RDFService, since there is less contention for the database connections that way.Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sdb with parameters of type OntModelCache Modifier and Type Method Description OntModelCacheContentTripleSourceSDB. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache)Use models from the short-term RDFService, since there is less contention for the database connections that way. -
Uses of OntModelCache in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql that return OntModelCache Modifier and Type Method Description OntModelCacheContentTripleSourceSPARQL. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache)Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.sparql with parameters of type OntModelCache Modifier and Type Method Description OntModelCacheContentTripleSourceSPARQL. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache) -
Uses of OntModelCache in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb
Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb that return OntModelCache Modifier and Type Method Description OntModelCacheConfigurationTripleSourceTDB. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache)OntModelCacheContentTripleSourceTDB. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache)Methods in edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb with parameters of type OntModelCache Modifier and Type Method Description OntModelCacheConfigurationTripleSourceTDB. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache)OntModelCacheContentTripleSourceTDB. getShortTermOntModels(RDFService shortTermRdfService, OntModelCache longTermOntModelCache)
-