Package org.apache.solr.uninverting
Class FieldCache.CacheEntry
- java.lang.Object
- 
- org.apache.solr.uninverting.FieldCache.CacheEntry
 
- 
- Enclosing interface:
- FieldCache
 
 public static final class FieldCache.CacheEntry extends Object EXPERT: A unique Identifier/Description for each item in the FieldCache. Can be useful for logging/debugging.- WARNING: This API is experimental and might change in incompatible ways in the next release.
 
- 
- 
Constructor SummaryConstructors Constructor Description CacheEntry(org.apache.lucene.index.IndexReader.CacheKey readerKey, String fieldName, Class<?> cacheType, Object custom, org.apache.lucene.util.Accountable value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>getCacheType()ObjectgetCustom()StringgetEstimatedSize()The most recently estimated size of the value, null unless estimateSize has been called.StringgetFieldName()ObjectgetReaderKey()org.apache.lucene.util.AccountablegetValue()StringtoString()
 
- 
- 
- 
Method Detail- 
getReaderKeypublic Object getReaderKey() 
 - 
getFieldNamepublic String getFieldName() 
 - 
getCacheTypepublic Class<?> getCacheType() 
 - 
getCustompublic Object getCustom() 
 - 
getValuepublic org.apache.lucene.util.Accountable getValue() 
 - 
getEstimatedSizepublic String getEstimatedSize() The most recently estimated size of the value, null unless estimateSize has been called.
 
- 
 
-