Uses of Class
org.apache.solr.core.CachingDirectoryFactory.CacheValue
-
Packages that use CachingDirectoryFactory.CacheValue Package Description org.apache.solr.core Core classes implementing Solr internals and the management ofSolrCore
s -
-
Uses of CachingDirectoryFactory.CacheValue in org.apache.solr.core
Fields in org.apache.solr.core with type parameters of type CachingDirectoryFactory.CacheValue Modifier and Type Field Description protected IdentityHashMap<org.apache.lucene.store.Directory,CachingDirectoryFactory.CacheValue>
CachingDirectoryFactory. byDirectoryCache
protected Map<String,CachingDirectoryFactory.CacheValue>
CachingDirectoryFactory. byPathCache
Set<CachingDirectoryFactory.CacheValue>
CachingDirectoryFactory.CacheValue. closeEntries
protected Set<CachingDirectoryFactory.CacheValue>
CachingDirectoryFactory. removeEntries
Methods in org.apache.solr.core with parameters of type CachingDirectoryFactory.CacheValue Modifier and Type Method Description protected void
CachingDirectoryFactory. removeDirectory(CachingDirectoryFactory.CacheValue cacheValue)
protected void
StandardDirectoryFactory. removeDirectory(CachingDirectoryFactory.CacheValue cacheValue)
-