
public class OCacheEntry extends Object
| Constructor and Description |
|---|
OCacheEntry(long fileId,
long pageIndex,
OCachePointer dataPointer,
boolean dirty) |
| Modifier and Type | Method and Description |
|---|---|
void |
acquireExclusiveLock() |
void |
acquireSharedLock() |
void |
clearCachePointer() |
void |
clearDirty() |
void |
decrementUsages() |
boolean |
equals(Object o) |
OCachePointer |
getCachePointer() |
long |
getFileId() |
long |
getPageIndex() |
int |
getUsagesCount() |
int |
hashCode() |
void |
incrementUsages() |
boolean |
isDirty() |
boolean |
isLockAcquiredByCurrentThread()
DEBUG only !!
|
void |
markDirty() |
void |
releaseExclusiveLock() |
void |
releaseSharedLock() |
void |
setCachePointer(OCachePointer cachePointer) |
String |
toString() |
public OCacheEntry(long fileId,
long pageIndex,
OCachePointer dataPointer,
boolean dirty)
public void markDirty()
public void clearDirty()
public boolean isDirty()
public OCachePointer getCachePointer()
public void clearCachePointer()
public void setCachePointer(OCachePointer cachePointer)
public long getFileId()
public long getPageIndex()
public void acquireExclusiveLock()
public void releaseExclusiveLock()
public void acquireSharedLock()
public void releaseSharedLock()
public int getUsagesCount()
public void incrementUsages()
public boolean isLockAcquiredByCurrentThread()
public void decrementUsages()
Copyright © 2009–2025 OrientDB. All rights reserved.