Package org.gridgain.internal.dr
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.
DR update handler.
-
Method Summary
Modifier and TypeMethodDescriptionapplyUpdates(org.apache.ignite.table.QualifiedName cacheName, List<DrUpdate> rowUpdates) Applies row updates.
-
Method Details
-
applyUpdates
CompletableFuture<Void> applyUpdates(org.apache.ignite.table.QualifiedName cacheName, List<DrUpdate> rowUpdates) Applies row updates.
-