Class OLiveQueryHook.OLiveQueryOps

java.lang.Object
com.orientechnologies.orient.core.query.live.OLiveQueryHook.OLiveQueryOps
All Implemented Interfaces:
OCloseable
Enclosing class:
OLiveQueryHook

public static class OLiveQueryHook.OLiveQueryOps extends Object implements OCloseable
  • Field Details

  • Constructor Details

    • OLiveQueryOps

      public OLiveQueryOps()
  • Method Details

    • close

      public void close()
      Description copied from interface: OCloseable
      Closes resources inside of call of OStorage#close(). So do not use locks when you call this method or you may have deadlock during storage close. This method is completely house keeping method and plays role of Object#finalize() in case of you need to clean up resources after storage is closed.
      Specified by:
      close in interface OCloseable
    • getQueueThread

      public OLiveQueryQueueThread getQueueThread()