Interface DrUpdateHandler

All Known Implementing Classes:
DrUpdateHandlerImpl
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 interface DrUpdateHandler
DR update handler.
  • Method Summary

    Modifier and Type
    Method
    Description
    applyUpdates(org.apache.ignite.table.QualifiedName cacheName, List<DrUpdate> rowUpdates)
    Applies row updates.
  • Method Details