Class IndexUpdaterContext

java.lang.Object
com.couchbase.lite.internal.fleece.MContext
com.couchbase.lite.internal.DbContext
com.couchbase.lite.IndexUpdaterContext

@Internal("This class is not part of the public API") public class IndexUpdaterContext extends com.couchbase.lite.internal.DbContext
  • Field Summary

    Fields inherited from class com.couchbase.lite.internal.fleece.MContext

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
    IndexUpdaterContext(Database db, com.couchbase.lite.IndexUpdaterImpl updater)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     

    Methods inherited from class com.couchbase.lite.internal.DbContext

    getDatabase

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IndexUpdaterContext

      public IndexUpdaterContext(@Nullable Database db, @NonNull com.couchbase.lite.IndexUpdaterImpl updater)
  • Method Details

    • getDbLock

      @NonNull public Object getDbLock()
    • isClosed

      public boolean isClosed()
      Overrides:
      isClosed in class com.couchbase.lite.internal.fleece.MContext