Searched defs:getCacheEntries (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DFieldCacheSanityChecker.java73 return checkSanity(cache.getCacheEntries());
355 public CacheEntry[] getCacheEntries() { return entries; } method in class:FieldCacheSanityChecker.Insanity
371 CacheEntry[] ce = getCacheEntries();
/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/search/
H A DFieldCache.java661 public abstract CacheEntry[] getCacheEntries(); method in interface:FieldCache
H A DFieldCacheImpl.java75 public synchronized CacheEntry[] getCacheEntries() { method in class:FieldCacheImpl
258 final CacheEntry[] entries = insanity.getCacheEntries();

Completed in 23 milliseconds