public static final class FieldCache.CacheEntry extends Object
Constructor and Description |
---|
CacheEntry(IndexReader.CacheKey readerKey,
String fieldName,
Class<?> cacheType,
Object custom,
Accountable value) |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getCacheType() |
Object |
getCustom() |
String |
getEstimatedSize()
The most recently estimated size of the value, null unless
estimateSize has been called.
|
String |
getFieldName() |
Object |
getReaderKey() |
Accountable |
getValue() |
String |
toString() |
public CacheEntry(IndexReader.CacheKey readerKey, String fieldName, Class<?> cacheType, Object custom, Accountable value)
public Object getReaderKey()
public String getFieldName()
public Class<?> getCacheType()
public Object getCustom()
public Accountable getValue()
public String getEstimatedSize()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.