BatchUpdateOperation

fun fun interface BatchUpdateOperation

Interface definition for a function to be executed atomically during IndexableDataProviderEngineLayer update.

Functions

execute
Link copied to clipboard
abstract fun execute(engineLayer: IndexableDataProviderEngineLayer)
Applies all modifications to engineLayer, that should be executed atomically.