|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.util.CacheObject
org.h2.util.CacheHead
public class CacheHead
The head element of the linked list.
| Field Summary |
|---|
| Fields inherited from class org.h2.util.CacheObject |
|---|
blockCount, cacheQueue, chained, next, previous |
| Constructor Summary | |
|---|---|
CacheHead()
|
|
| Method Summary | |
|---|---|
boolean |
canRemove()
Check if the object can be removed from the cache. |
| Methods inherited from class org.h2.util.CacheObject |
|---|
getBlockCount, getMemorySize, getPos, isChanged, isPinned, setBlockCount, setChanged, setPos, sort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheHead()
| Method Detail |
|---|
public boolean canRemove()
CacheObject
canRemove in class CacheObject
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||