Interface OCachePointer.WritersListener

All Known Implementing Classes:
OWOWCache
Enclosing class:
OCachePointer

public static interface OCachePointer.WritersListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addOnlyWriters(long fileId, long pageIndex)
     
    void
    removeOnlyWriters(long fileId, long pageIndex)
     
  • Method Details

    • addOnlyWriters

      void addOnlyWriters(long fileId, long pageIndex)
    • removeOnlyWriters

      void removeOnlyWriters(long fileId, long pageIndex)