public class FabricSoftRef extends java.lang.ref.SoftReference<Object._Impl>
Constructor and Description |
---|
FabricSoftRef(Store store,
long onum,
Object._Impl impl) |
Modifier and Type | Method and Description |
---|---|
void |
depin()
Decrements the associated ReadMapEntry's pin count and does garbage
collection if possible.
|
void |
evict()
Evicts the _Impl associated with this soft reference from the worker's
cache.
|
ReadMap.Entry |
readMapEntry() |
void |
readMapEntry(ReadMap.Entry readMapEntry) |
public final Store store
public long onum
public FabricSoftRef(Store store, long onum, Object._Impl impl)
public void evict()
public void depin()
public ReadMap.Entry readMapEntry()
public void readMapEntry(ReadMap.Entry readMapEntry)