|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.ref.Reference<T>
java.lang.ref.SoftReference<Object._Impl>
fabric.worker.FabricSoftRef
public class FabricSoftRef
Field Summary | |
---|---|
long |
onum
|
ReadMapEntry |
readMapEntry
|
Store |
store
|
Constructor Summary | |
---|---|
FabricSoftRef(Store store,
long onum,
Object._Impl impl)
|
Method Summary | |
---|---|
static void |
destroy()
This destroys the background thread responsible for cleaning up collected soft references. |
boolean |
evict()
Evicts the Impl associated with this soft reference from the worker's cache. |
void |
readMapEntry(ReadMapEntry readMapEntry)
|
Methods inherited from class java.lang.ref.SoftReference |
---|
get |
Methods inherited from class java.lang.ref.Reference |
---|
clear, enqueue, isEnqueued |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Store store
public long onum
public ReadMapEntry readMapEntry
Constructor Detail |
---|
public FabricSoftRef(Store store, long onum, Object._Impl impl)
Method Detail |
---|
public static void destroy()
public boolean evict()
public void readMapEntry(ReadMapEntry readMapEntry)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |