public abstract class CacheHitRateable
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
CacheHitRateable() |
| Modifier and Type | Method and Description |
|---|---|
void |
adjustHitRate() |
void |
close() |
int |
getAttempts() |
protected jetbrains.exodus.core.execution.SharedTimer.ExpirablePeriodicTask |
getCacheAdjuster() |
int |
getHits() |
float |
hitRate() |
protected void |
incAttempts() |
protected void |
incHits() |
void |
setAttempts(int attempts) |
void |
setHits(int hits) |
public void close()
public int getAttempts()
public void setAttempts(int attempts)
public int getHits()
public void setHits(int hits)
public float hitRate()
protected void incAttempts()
protected void incHits()
public void adjustHitRate()
@Nullable protected jetbrains.exodus.core.execution.SharedTimer.ExpirablePeriodicTask getCacheAdjuster()