Interface OCachePointer.WritersListener
- All Known Implementing Classes:
OWOWCache
- Enclosing class:
OCachePointer
public static interface OCachePointer.WritersListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddOnlyWriters(long fileId, long pageIndex) voidremoveOnlyWriters(long fileId, long pageIndex)
-
Method Details
-
addOnlyWriters
void addOnlyWriters(long fileId, long pageIndex) -
removeOnlyWriters
void removeOnlyWriters(long fileId, long pageIndex)
-