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.
Callback interface for
Backend.scanBackend(ReferenceScanCallback, ObjScanCallback).-
Method Summary
-
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 belongstype- the object type IDid- object-part IDcreatedAtMicros- the timestamp in microseconds since (Unix) epoch at which the item was created in the database
-