Interface Backend.ObjScanCallback

Enclosing interface:
Backend
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Backend.ObjScanCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(String realmId, String type, PersistId id, long createdAtMicros)
    Called for each discovered reference and object-part ("item").
  • Method Details

    • call

      void call(@Nonnull String realmId, @Nonnull String type, @Nonnull PersistId id, long createdAtMicros)
      Called for each discovered reference and object-part ("item").
      Parameters:
      realmId - the realm to which the item belongs
      type - the object type ID
      id - object-part ID
      createdAtMicros - the timestamp in microseconds since (Unix) epoch at which the item was created in the database