public abstract static class FieldCache.CacheEntry
extends java.lang.Object
Constructor and Description |
---|
CacheEntry() |
Modifier and Type | Method and Description |
---|---|
void |
estimateSize()
Computes (and stores) the estimated size of the cache Value
|
abstract java.lang.Class<?> |
getCacheType() |
abstract java.lang.Object |
getCustom() |
java.lang.String |
getEstimatedSize()
The most recently estimated size of the value, null unless
estimateSize has been called.
|
abstract java.lang.String |
getFieldName() |
abstract java.lang.Object |
getReaderKey() |
abstract java.lang.Object |
getValue() |
protected void |
setEstimatedSize(java.lang.String size) |
java.lang.String |
toString() |
public abstract java.lang.Object getReaderKey()
public abstract java.lang.String getFieldName()
public abstract java.lang.Class<?> getCacheType()
public abstract java.lang.Object getCustom()
public abstract java.lang.Object getValue()
protected final void setEstimatedSize(java.lang.String size)
public void estimateSize()
getEstimatedSize()
public final java.lang.String getEstimatedSize()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.